simbit18 commented on PR #17287: URL: https://github.com/apache/nuttx/pull/17287#issuecomment-3563335134
@wangchdo This is the error with your PR ``` echo nuttx > nuttx.manifest printf "%s\n" *.map >> nuttx.manifest CP: nuttx.hex xtensa-esp32s3-elf-objcopy -O ihex nuttx nuttx.hex echo nuttx.hex >> nuttx.manifest CP: nuttx.bin xtensa-esp32s3-elf-objcopy -O binary nuttx nuttx.bin echo nuttx.bin >> nuttx.manifest echo "MKIMAGE: ESP32-S3 binary" MKIMAGE: ESP32-S3 binary if [ -z 4MB ]; then echo "Missing Flash memory size configuration for the ESP32-S3 chip."; exit 1; fi esptool.py -c esp32s3 elf2image -fs 4MB -fm dio -ff "40m" -o nuttx.bin nuttx esptool.py v4.8.dev4 Creating esp32s3 image... Merged 1 ELF section A fatal error occurred: Segment loaded at 0x3c022388 lands in same 64KB flash mapping as segment loaded at 0x3c020020. Can't generate binary. Suggest changing linker script or ELF to merge sections. make: *** [tools/Unix.mk:552: nuttx] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
