TimJTi opened a new issue, #9092: URL: https://github.com/apache/nuttx/issues/9092
If you deselect an app using` make menuconfig `the build always fails, even if you do a `make clean` and a `make apps_clean.` The only solution is a `make distclean` which doesn't seem right to me? Foe example, enabling then disabling the tone generator example app gies the following error: ``` LD: nuttx arm-none-eabi-ld: /home/tim/designs/nuttx/nuttx/staging/libapps.a(builtin_list.c.home.tim.designs.nuttx.apps.builtin.o):(.rodata+0x34): undefined reference to `audio_rttl_main' ``` -- 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]
