espressif/esp-drone

fatal error occurred

Typoception opened this issue · 1 comments

The following error message appears when I try to build your code.
Segment loaded at 0x3f4019e0 lands in same 64KB flash mapping as segment loaded at 0x3f400020. Can't generate binary. Suggest changing linker script or ELF to merge sections.
ninja: build stopped: subcommand failed.

Hi @Typoception , please using ESP-IDF release branch release/v4.2 or release/v4.3 for the esp-drone project.

Other IDF versions may have modified the link script template, causing segment problems.

While we will test and fix the bug in next commit.