I'd been using the master version of the IDF for several weeks. Because I'm running into a few problems that I just can't explain, I decided to revert to the released version (V3.1.3 I think it is). I needed to change a couple include paths, and make menuconfig ran again, but building was fairly simple.
BUT:
I get this error at the end of the build:
And, I don't know whether it's related to this, but my program won't run:LD build/WifiButton.elf
c:/msys32/opt/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld.exe:esp32.common.ld:39: warning: memory region `rtc_data_seg' not declared
c:/msys32/opt/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld.exe:esp32.common.ld:66: warning: memory region `rtc_data_location' not declared
Code: Select all
I (0) cpu_start: App cpu up.
I (574) heap_init: Initializing. RAM available for dynamic allocation:
I (581) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
I (587) heap_init: At 3FFD6468 len 00009B98 (38 KiB): DRAM
I (593) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
I (599) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (607) heap_init: At 400941C8 len 0000BE38 (47 KiB): IRAM
I (612) cpu_start: Pro cpu start user code
I (315) cpu_start: Starting scheduler on PRO CPU.
abort() was called at PC 0x40083773 on core 1
Backtrace: 0x40089ce8:0x3ffe7960 0x40089ee7:0x3ffe7980 0x40083773:0x3ffe79a0 0x400837a3:0x3ffe79c0 0x4008391d:0x3ffe79f0 0x400fa67b:0x3ffe7a10 0x400f5ed5:0x3ffe7cd0 0x400f5e64:0x3ffe7d20 0x400d6aee:0x3ffe7d50 0x4008124c:0x3ffe7d80 0x400812b9:0x3ffe7da0 0x40007c31:0x3ffe7dc0 0x4000073d:0x3ffe7e30
Rebooting...