From 8b8b882d16b28169b1f230880665cb60124815a1 Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Thu, 8 Mar 2018 11:46:27 -0500 Subject: [PATCH] Specify the ARM GCC version in platform.txt --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index 653b9e6fc..a97f66402 100644 --- a/platform.txt +++ b/platform.txt @@ -31,7 +31,7 @@ compiler.warning_flags.default= compiler.warning_flags.more=-Wall compiler.warning_flags.all=-Wall -Wextra -compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/ +compiler.path={runtime.tools.arm-none-eabi-gcc-4.8.3-2014q1.path}/bin/ compiler.c.cmd=arm-none-eabi-gcc 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 compiler.c.elf.cmd=arm-none-eabi-gcc