You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fix is inspired by apple/swift-embedded-examples@2eb2975 described in apple/swift-embedded-examples#17.
It solves the following problem that occurs when running `idf.py build`:
```
[7/9] Linking CXX executable light.elf
FAILED: light.elf
...
/Users/****/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.
...
```
0 commit comments