Hello everyone,
I have taken back a my previous sketch (perfectly working) on ESP32.
I upgraded to Arduino 2.0.4 and the same sketch that previously worked, now I can not compile or even load it.
I now have the following error message:
c:/users/lenovo/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\lenovo\AppData\Local\Temp\arduino\sketches\206D7250643445664044DE78FB7C2046/Dial_VFO_26_11_2022_new_copy_20230401191154.ino.elf section `.dram0.bss' will not fit in region `dram0_0_seg'
c:/users/lenovo/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: DRAM segment data does not fit.
c:/users/lenovo/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: DRAM segment data does not fit.
c:/users/lenovo/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: region `dram0_0_seg' overflowed by 4256 bytes
collect2.exe: error: ld returned 1 exit status
exit status 1
Compilation error: exit status 1
I have no idea how I can get around it.
I thought an upgrade would fix the bugs and not create new ones, but I was incorrect.
Thank you for your help.
Roberto