You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "acassis (via GitHub)" <gi...@apache.org> on 2023/04/25 19:48:45 UTC

[GitHub] [nuttx] acassis commented on issue #9092: Removing app via menuconfig causes build fail

acassis commented on issue #9092:
URL: https://github.com/apache/nuttx/issues/9092#issuecomment-1522330524

   @TimJTi seems it is something specific for your setup or your board, etc. I didn't supply much information to duplicate the issue.
   
   Here is a test confirming that building system is working as expected:
   
   $ ./tools/configure.sh esp32-devkitc:nsh
   
   $ make menuconfig
   
   Enable HELLO
   
   $ make -j
   
   Compiled fine:
   
   LD: nuttx
   CP: nuttx.hex
   MKIMAGE: ESP32 binary
   esptool.py -c esp32 elf2image -fs 4MB -fm dio -ff 40m -o nuttx.bin nuttx
   esptool.py v3.3
   Creating esp32 image...
   Merged 1 ELF section
   Successfully created esp32 image.
   Generated: nuttx.bin (ESP32 compatible)
   
   
   $ make menuconfig
   
   Disable HELLO
   
   $ make -j
   
   Compiled fine:
   
   LD: nuttx
   CP: nuttx.hex
   MKIMAGE: ESP32 binary
   esptool.py -c esp32 elf2image -fs 4MB -fm dio -ff 40m -o nuttx.bin nuttx
   esptool.py v3.3
   Creating esp32 image...
   Merged 1 ELF section
   Successfully created esp32 image.
   Generated: nuttx.bin (ESP32 compatible)


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org