GooTal commented on PR #6242:
URL: https://github.com/apache/nuttx/pull/6242#issuecomment-1409910314

   > By "added" did you run `make menuconfig` or add them by hand? `make 
menuconfig` is needed to insure the dependency.
   
   Oh sorry. I added them by hand. Thanks @davids5. It\`s really helpful that 
using menuconfig to ensure the dependency.
   
   And thanks a lot @masayuki2009 . I just noticed this in 
`nuttx/libs/libc/builtin/Kconfig` so that the menuconfig do not show this 
option.
   ```
   config BUILTIN
        bool "Support Builtin Applications"
        default n
        depends on !BUILD_KERNEL
   ```
   
   


-- 
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

Reply via email to