Justin-Morrison-github commented on issue #15807: URL: https://github.com/apache/nuttx/issues/15807#issuecomment-2692342352
> hi [@Justin-Morrison-github](https://github.com/Justin-Morrison-github) it seems related to wrong path > > ``` > apps/examples/hello_rust/Kconfig' not found (in 'source "/home/morri/InSpace/InSpace-Nuttx/apps/examples/hello_rust/Kconfig"'). Check that environment variables are set correctly (e.g. $srctree, which is unset or blank). Also note that unset environment variables expand to the empty string. > make: *** [tools/Unix.mk:731: menuconfig] Error 1 > ``` > > After this PR [apache/nuttx-apps#2944](https://github.com/apache/nuttx-apps/pull/2944) the path has changed > > Have you tried updating the NuttX [apps](https://github.com/apache/nuttx-apps) repository ? > Run `git clean -xfdn` on your apps folder after you `make distclean` on `nuttx`. See if there are pending files there. > Run `git clean -xfdn` on your apps folder after you `make distclean` on `nuttx`. See if there are pending files there. Sorry I have been away for a while. I was up to date with the apps repo at the time. That was one of the first suggestions from my team lead. I have run into another issue where `make distclean` on 'nuttx' fails with the following: ''' $ make distclean make[3]: *** No rule to make target 'clean'. Stop. make[2]: *** [/home/morri/InSpace/InSpace-Nuttx/apps/Directory.mk:43: getprime/_clean] Error 2 make[1]: *** [Makefile:60: /home/morri/InSpace/InSpace-Nuttx/apps/testing/_clean] Error 2 make: *** [tools/Unix.mk:794: /home/morri/InSpace/InSpace-Nuttx/apps_clean] Error 2 ''' -- 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