Skip to content

Commit 16b23c9

Browse files
authored
Merge pull request #224 from sandeepmistry/gcc-version
Specify the ARM GCC version in platforms.txt
2 parents 1b1af65 + 7f6d74d commit 16b23c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ compiler.warning_flags.default=
1919
compiler.warning_flags.more=-Wall
2020
compiler.warning_flags.all=-Wall -Wextra
2121

22-
compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
22+
compiler.path={runtime.tools.arm-none-eabi-gcc-6-2017-q2-update.path}/bin/
2323

2424
compiler.S.cmd=arm-none-eabi-gcc
2525
compiler.c.cmd=arm-none-eabi-gcc

0 commit comments

Comments
 (0)