xuxin930 opened a new issue, #14281:
URL: https://github.com/apache/nuttx/issues/14281

   ### Description / Steps to reproduce the issue
   
   > [!IMPORTANT]  
   > cmake savedefconfig failure after 
https://github.com/apache/nuttx/pull/13815
   
   ## Steps to reproduce the problem
   ### 1. config with CMake
   ```shell
   cmake -B build -DBOARD_CONFIG=qemu-armv7a:nsh
   ``` 
   ### 2. change any config with menuconfig
   ```shell
   cmake --build build -t menuconfig
   # For example  Disable CONFIG_EXAMPLES_HELLO
   ``` 
   ### 3. savedefconfig use cmake
   ```shell
   cmake --build build -t savedefconfig
   ``` 
   
   Issue: **Neither the BINARY directory nor the defconfig in the config 
directory has been modified.**
   Expect: Both are modified to the latest
   
   This issue did not exist before this PR: 
https://github.com/apache/nuttx/pull/13815
   
   ### On which OS does this issue occur?
   
   [OS: Linux]
   
   ### What is the version of your OS?
   
   Ubuntu 20.04
   
   ### NuttX Version
   
   12.5.1
   
   ### Issue Architecture
   
   [Arch: all]
   
   ### Issue Area
   
   [Area: Build System], [Area: Kconfig]
   
   ### Verification
   
   - [X] I have verified before submitting the report.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to