Skip to content

Commit 3394937

Browse files
matteosuppocmaglie
authored andcommitted
Ensure correct version of arm-none-eabi-gcc
When you have multiple versions of the same tool installed on your machine, for example `4.8.3-2014q1` and `7-2017q4`, it's best to specify the version, or it will fail.
1 parent c893c62 commit 3394937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ compiler.warning_flags.default=
1717
compiler.warning_flags.more=-Wall
1818
compiler.warning_flags.all=-Wall -Wextra
1919

20-
compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
20+
compiler.path={runtime.tools.arm-none-eabi-gcc-4.8.3-2014q1.path}/bin/
2121
compiler.c.cmd=arm-none-eabi-gcc
2222
compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD
2323
compiler.c.elf.cmd=arm-none-eabi-gcc

0 commit comments

Comments
 (0)