File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ compiler.c.elf.cmd=xtensa-lx106-elf-gcc
4343compiler.c.elf.libs=-lhal -lphy -lpp -lnet80211 {build.lwip_lib} -lwpa -lcrypto -lmain -lwps -laxtls -lespnow -lsmartconfig -lairkiss -lwpa2 -lstdc++ -lm -lc -lgcc
4444
4545compiler.cpp.cmd=xtensa-lx106-elf-g++
46- compiler.cpp.flags=-c {compiler.warning_flags} -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno- rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections
46+ compiler.cpp.flags=-c {compiler.warning_flags} -Os -g -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections
4747
4848compiler.as.cmd=xtensa-lx106-elf-as
4949
Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ SECTIONS
102102#ifdef VTABLES_IN_FLASH
103103 * (.rodata ._ZTV * ) /* C++ vtables */
104104#endif
105+
106+ * (.* except * )
107+ * libgcc .a :unwind - dw2 .o (.literal .text .rodata .literal .* .text .* .rodata .* )
108+ * libgcc .a :unwind - dw2 - fde .o (.literal .text .rodata .literal .* .text .* .rodata .* )
109+
105110 * libc .a :(.literal .text .literal .* .text .* )
106111 * libm .a :(.literal .text .literal .* .text .* )
107112 * libgcc .a :_umoddi3 .o (.literal .text )
You can’t perform that action at this time.
0 commit comments