examples / hello_world / bootloader.elf section `.dram0.rodata' will not fit
Posted: Sun Nov 17, 2024 5:15 pm
Hi,
I am following the guide in
https://docs.espressif.com/projects/esp ... externally
So implement secureBoot.
using one the programs in the examples folders.
In step 7 I do idf.py build and I get
The log files say
Compiler supported targets: xtensa-esp32s3-elf
Any idea what is happening ?
Thanks
JC
I am following the guide in
https://docs.espressif.com/projects/esp ... externally
So implement secureBoot.
using one the programs in the examples folders.
In step 7 I do idf.py build and I get
Code: Select all
.espressif/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/12.2.0/../../../../xtensa-esp32s3-elf/bin/ld: bootloader.elf section `.dram0.rodata' will not fit in region `dram_seg'
.espressif/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/12.2.0/../../../../xtensa-esp32s3-elf/bin/ld: region `dram_seg' overflowed by 2812 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
[272/935] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.objninja: build stopped: subcommand failed.
ninja failed with exit code 1
Compiler supported targets: xtensa-esp32s3-elf
Any idea what is happening ?
Thanks
JC