Skip to content

Commit bdf0608

Browse files
committed
Specify the ARM GCC version in platform.txt
1 parent b1085de commit bdf0608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ compiler.warning_flags.default=
3131
compiler.warning_flags.more=-Wall
3232
compiler.warning_flags.all=-Wall -Wextra
3333

34-
compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
34+
compiler.path={runtime.tools.arm-none-eabi-gcc-4.8.3-2014q1.path}/bin/
3535
compiler.c.cmd=arm-none-eabi-gcc
3636
compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
3737
compiler.c.elf.cmd=arm-none-eabi-gcc

0 commit comments

Comments
 (0)