File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version=1.6.2
12
12
# ---------------------
13
13
14
14
# Default "compiler.path" is correct, change only if you want to overidde the initial value
15
- compiler.path={runtime.tools.avr-gcc-4.8.1-arduino .path}/bin/
15
+ compiler.path={runtime.tools.avr-gcc.path}/bin/
16
16
compiler.c.cmd=avr-gcc
17
17
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -MMD
18
18
# -w flag added to avoid printing a wrong warning http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59396
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ version=1.6.2
10
10
# SAM3 compile variables
11
11
# ----------------------
12
12
13
- compiler.path={runtime.tools.arm-none-eabi-gcc-4.4.1-sourcery2010q1-188 .path}/bin/
13
+ compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
14
14
compiler.c.cmd=arm-none-eabi-gcc
15
15
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD
16
16
compiler.c.elf.cmd=arm-none-eabi-gcc
You can’t perform that action at this time.
0 commit comments