Thank you!
This, indeed, fixed my problem.
Search found 3 matches
- Tue Jun 15, 2021 3:56 pm
- Forum: ESP32 Arduino
- Topic: Linker/ESPTOOL issue--can't generate bin from elf
- Replies: 3
- Views: 4060
- Tue Jun 15, 2021 4:26 am
- Forum: ESP32 Arduino
- Topic: Linker/ESPTOOL issue--can't generate bin from elf
- Replies: 3
- Views: 4060
Re: Linker/ESPTOOL issue--can't generate bin from elf
Since posting the original question, I have found linker scripts in the toolchain-xtensa32s2/lib/ldscripts/ directory. I went through each of these scripts and built against them all. Most of them failed with the following message: ld:257 cannot move location counter backwards (from 000000003ffbaca8...
- Mon Jun 14, 2021 5:53 pm
- Forum: ESP32 Arduino
- Topic: Linker/ESPTOOL issue--can't generate bin from elf
- Replies: 3
- Views: 4060
Linker/ESPTOOL issue--can't generate bin from elf
Hi, Background: Up until about a week ago, I've been building and uploading code to a Saola board via VSCode and Platformio. Last week I suddenly had trouble with build paths pointing to non-existent directories. This morning, I was able to get past that by essentially deleting Platformio and reinst...