TimJTi commented on PR #2178: URL: https://github.com/apache/nuttx-apps/pull/2178#issuecomment-1794518949
> @TimJTi when CI fails and you don't know what's going on, the most common problem is some error in Kconfig. For me configure with this PR shows: > > ``` > CMake Warning at CMakeLists.txt:348 (message): > Kconfig Configuration Error: warning: the default selection > EXAMPLES_SETTINGS_CREATE_RAMDISK (undefined) of <choice> (defined at > /home/raiden00/git/RTOS/nuttx/apps/examples/settings/Kconfig:31) is not > contained in the choice > ``` > > You're probably using `kconfig-frontends` which doesn't catch as many errors as `kconfiglib` used by CI Thank you! I will check. I do not use Cmake but saw the Cmake files begin to appear everywhere so thought I probably should make sure they were there - but since I don't use them I missed that error. It's a long time since I set up my Linux build environment but I will certainly look to see whether I use kconfig-frontends or kconfiglib and changeover if I can. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org