@@ -21,11 +21,11 @@ runtime.tools.mkdir={runtime.platform.path}/tools/mkdir.py
21
21
runtime.tools.cp={runtime.platform.path}/tools/cp.py
22
22
runtime.tools.eboot={runtime.platform.path}/bootloaders/eboot/eboot.elf
23
23
24
- compiler.warning_flags=@{runtime.platform.path}/tools/no- warnings-
25
- compiler.warning_flags.none=@{runtime.platform.path}/tools/no- warnings-
26
- compiler.warning_flags.default=-D__COMPILER=
27
- compiler.warning_flags.more=-Wall -D__COMPILER=
28
- compiler.warning_flags.all=-Wall -Wextra -D__COMPILER=
24
+ compiler.warning_flags=@{runtime.platform.path}/tools/warnings/none
25
+ compiler.warning_flags.none=@{runtime.platform.path}/tools/warnings/none
26
+ compiler.warning_flags.default=@{runtime.platform.path}/tools/warnings/default
27
+ compiler.warning_flags.more=@{runtime.platform.path}/tools/warnings/more
28
+ compiler.warning_flags.all=@{runtime.platform.path}/tools/warnings/extra
29
29
30
30
build.lwip_lib=-llwip_gcc
31
31
build.lwip_include=lwip/include
@@ -68,18 +68,18 @@ compiler.cpreprocessor.flags=-D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_S
68
68
compiler.libraries.ldflags=
69
69
70
70
compiler.c.cmd=xtensa-lx106-elf-gcc
71
- compiler.c.flags=-c {compiler.warning_flags}gcc -std=gnu17 {build.stacksmash_flags} -Os -g -free -fipa-pta -Werror=return-type -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -ffunction-sections -fdata-sections {build.exception_flags} {build.sslflags} {build.mmuflags} {build.non32xferflags}
71
+ compiler.c.flags=-c {compiler.warning_flags}- gcc -std=gnu17 {build.stacksmash_flags} -Os -g -free -fipa-pta -Werror=return-type -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -falign-functions=4 -MMD -ffunction-sections -fdata-sections {build.exception_flags} {build.sslflags} {build.mmuflags} {build.non32xferflags}
72
72
73
73
compiler.S.cmd=xtensa-lx106-elf-gcc
74
74
compiler.S.flags=-c -g -x assembler-with-cpp -MMD -mlongcalls "-I{runtime.tools.xtensa-lx106-elf-gcc.path}/include/"
75
75
76
- compiler.c.elf.flags=-g {compiler.warning_flags}gcc -Os -nostdlib -Wl,--no-check-sections -u app_entry {build.float} -Wl,-static "-L{compiler.sdk.path}/lib" "-L{compiler.sdk.path}/lib/{build.sdk}" "-L{build.path}" "-L{compiler.libc.path}/lib" "-Tlocal.eagle.flash.ld" -Wl,--gc-sections -Wl,-wrap,system_restart_local -Wl,-wrap,spi_flash_read
76
+ compiler.c.elf.flags=-g {compiler.warning_flags}- gcc -Os -nostdlib -Wl,--no-check-sections -u app_entry {build.float} -Wl,-static "-L{compiler.sdk.path}/lib" "-L{compiler.sdk.path}/lib/{build.sdk}" "-L{build.path}" "-L{compiler.libc.path}/lib" "-Tlocal.eagle.flash.ld" -Wl,--gc-sections -Wl,-wrap,system_restart_local -Wl,-wrap,spi_flash_read
77
77
78
78
compiler.c.elf.cmd=xtensa-lx106-elf-gcc
79
79
compiler.c.elf.libs=-lhal -lphy -lpp -lnet80211 {build.lwip_lib} -lwpa -lcrypto -lmain -lwps -lbearssl -lespnow -lsmartconfig -lairkiss -lwpa2 {build.stdcpp_lib} -lm -lc -lgcc
80
80
81
81
compiler.cpp.cmd=xtensa-lx106-elf-g++
82
- compiler.cpp.flags=-c {compiler.warning_flags}g++ {build.stacksmash_flags} -Os -g -free -fipa-pta -Werror=return-type -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 {build.stdcpp_level} -MMD -ffunction-sections -fdata-sections {build.exception_flags} {build.sslflags} {build.mmuflags} {build.non32xferflags}
82
+ compiler.cpp.flags=-c {compiler.warning_flags}- g++ {build.stacksmash_flags} -Os -g -free -fipa-pta -Werror=return-type -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 {build.stdcpp_level} -MMD -ffunction-sections -fdata-sections {build.exception_flags} {build.sslflags} {build.mmuflags} {build.non32xferflags}
83
83
84
84
compiler.as.cmd=xtensa-lx106-elf-as
85
85
0 commit comments