We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2ce1e commit 727b6b1Copy full SHA for 727b6b1
1 file changed
platform.txt
@@ -19,7 +19,7 @@ compiler.c.cmd=xtensa-lx106-elf-gcc
19
compiler.c.flags=-c -Os -g -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -std=gnu99 -ffunction-sections -fdata-sections
20
21
compiler.S.cmd=xtensa-lx106-elf-gcc
22
-compiler.S.flags=-c -g -x assembler-with-cpp -MMD
+compiler.S.flags=-c -g -x assembler-with-cpp -MMD -mlongcalls
23
24
compiler.c.elf.flags=-g -Os -nostdlib -Wl,--no-check-sections -u call_user_start -Wl,-static "-L{compiler.sdk.path}/lib" "-L{compiler.sdk.path}/ld" "-T{build.flash_ld}" -Wl,--gc-sections -Wl,-wrap,system_restart_local -Wl,-wrap,register_chipv6_phy
25
0 commit comments