File tree 2 files changed +6
-1
lines changed
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
43
43
compiler.c.elf.libs=-lhal -lphy -lpp -lnet80211 {build.lwip_lib} -lwpa -lcrypto -lmain -lwps -laxtls -lespnow -lsmartconfig -lairkiss -lwpa2 -lstdc++ -lm -lc -lgcc
44
44
45
45
compiler.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
47
47
48
48
compiler.as.cmd=xtensa-lx106-elf-as
49
49
Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ SECTIONS
102
102
#ifdef VTABLES_IN_FLASH
103
103
* (.rodata ._ZTV * ) /* C++ vtables */
104
104
#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
+
105
110
* libc .a :(.literal .text .literal .* .text .* )
106
111
* libm .a :(.literal .text .literal .* .text .* )
107
112
* libgcc .a :_umoddi3 .o (.literal .text )
You can’t perform that action at this time.
0 commit comments