acassis commented on issue #12476: URL: https://github.com/apache/nuttx/issues/12476#issuecomment-2156146038
Hi @snikeguo, this error message happens when you didn't define you board correctly, see: CP: boards/dummy/Kconfig to /home/david/nuttxspace/nuttx//Kconfig ... LN: include/arch/board to /home/david/nuttxspace/nuttx//include ... LN: arch/arm/src/board to /home/david/nuttxspace/nuttx//src These "nuttx//" means your board directory wasn't found, also open your board configs/nsh/defconfig and verify if all names are defined correctly. Another suggestion: run "make savedefconfig" and compare the generated defconfig against your configs/nsh/defconfig, sometimes it helps to spot the issue -- 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]
