Justin-Morrison-github commented on issue #15807: URL: https://github.com/apache/nuttx/issues/15807#issuecomment-2708414836
> Usually this happens when you change critical stuff without `distcleaning` first. Changing KConfig files in this condition could cause this kind of behavior. If you run `git clean -xfd` without `n` option it will delete all untracked files. Should work normally after that. Hi @fdcavalcanti, I ran the `git clean -xfd` on the `apps` directory. I then tried to configure fora Raspberry Pi Pico W with usbnsh and it failed with mention of an `olddefconfig` command $ ./tools/configure.sh -l raspberrypi-pico-w:usbnsh Copy files Select CONFIG_HOST_LINUX=y Refreshing... CP: arch/dummy/Kconfig to /home/morri/InSpace/InSpace-Nuttx/nuttx/arch/dummy/dummy_kconfig CP: boards/dummy/Kconfig to /home/morri/InSpace/InSpace-Nuttx/nuttx/boards/dummy/dummy_kconfig LN: platform/board to /home/morri/InSpace/InSpace-Nuttx/apps/platform/dummy LN: include/arch to arch/arm/include LN: include/arch/board to /home/morri/InSpace/InSpace-Nuttx/nuttx/boards/arm/rp2040/raspberrypi-pico-w/include LN: drivers/platform to /home/morri/InSpace/InSpace-Nuttx/nuttx/drivers/dummy LN: include/arch/chip to /home/morri/InSpace/InSpace-Nuttx/nuttx/arch/arm/include/rp2040 LN: arch/arm/src/chip to /home/morri/InSpace/InSpace-Nuttx/nuttx/arch/arm/src/rp2040 LN: arch/arm/src/board to /home/morri/InSpace/InSpace-Nuttx/nuttx/boards/arm/rp2040/raspberrypi-pico-w/../common LN: arch/arm/src/board/board to /home/morri/InSpace/InSpace-Nuttx/nuttx/boards/arm/rp2040/raspberrypi-pico-w/src mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/audioutils mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/benchmarks mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/boot mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/canutils mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/crypto mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/database mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/examples/mcuboot mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/examples/module mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/examples/rust mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/examples/sotest mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/examples mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/fsutils mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/games mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/graphics mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/industry mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/inertial mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/interpreters/luamodules mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/interpreters mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/logging mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/lte mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/math mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/mlearning mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/netutils mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/sdr mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/system mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/testing/arch mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/testing/cxx mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/testing/drivers mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/testing/fs mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/testing/libc mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/testing/mm mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/testing/sched mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/testing mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/videoutils mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/wireless/bluetooth mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/wireless/ieee802154 mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps/wireless mkkconfig in /home/morri/InSpace/InSpace-Nuttx/apps /usr/bin/bash: line 1: olddefconfig: command not found make: *** [tools/Unix.mk:726: olddefconfig] Error 1 ERROR: failed to refresh Let me know if you've ever seen something like this before. -- 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