-
Notifications
You must be signed in to change notification settings - Fork 509
Description
Hello,
the new version 1.12 does not compile for the T-Beam SX1262 Companion with following message:
Linking .pio\build\Tbeam_SX1262_companion_radio_ble\firmware.elf ./.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: .pio/build/Tbeam_SX1262_companion_radio_ble/firmware.elf section .dram0.bss' will not fit in region dram0_0_seg' ./.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: DRAM segment data does not fit. ./.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: DRAM segment data does not fit. ./.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: region dram0_0_seg' overflowed by 512 bytes
collect2.exe: error: ld returned 1 exit status
`
Can someone give a hint where to look for fixing this?
Where is the size for the BSS segment set, or is this dynamically defined at compile time?
Sorry, my coding skill are a little rusty, especially with platformio.
Thanks,
DG1GAC Markus