comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3053209557
I was indeed missing `CONFIG_NSH_ARCHINIT=y` and `CONFIG_BOARD_LATE_INITIALIZE=y`! This plus using `CONFIG_INIT_STACKSIZE` solved the issue. Thanks a lot! Do you know why I could be missing these? Should they be on by default? Also do you know any resources for config managment? With my out of tree build rn when saving the config it ends up in `build/nuttx_build/.config`. I have botched together a cmake target that saves and replaces it if need but it's probably not the optimal way. Ideally I'd like to have multiple configs that I could choose at config time. -- 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