File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ compiler.S.cmd=arm-none-eabi-gcc
29
29
compiler.S.flags=-mthumb -c -x assembler-with-cpp {compiler.stm.extra_include}
30
30
compiler.cpp.cmd=arm-none-eabi-g++
31
31
compiler.cpp.flags=-mthumb -c {build.flags.optimize} {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD {compiler.stm.extra_include}
32
- compiler.ar.cmd=arm-none-eabi-ar
32
+ compiler.ar.cmd=arm-none-eabi-gcc- ar
33
33
compiler.ar.flags=rcs
34
34
compiler.objcopy.cmd=arm-none-eabi-objcopy
35
35
compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0
You can’t perform that action at this time.
0 commit comments