From 1bf63b9927d4886e3ea0f2a02de3c1a20bde732c Mon Sep 17 00:00:00 2001 From: oclyke Date: Fri, 8 May 2020 08:41:10 -0600 Subject: [PATCH] back to 2018 q4 major version of gcc somehow this change was lost see [this commit](https://github.com/sparkfun/Arduino_Apollo3/commit/d6997accf6f4b57908aaa6f46a0200abefe8a725) --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index 02f60ac..bb0a3db 100644 --- a/platform.txt +++ b/platform.txt @@ -63,7 +63,7 @@ defines.variant={build.defs} ## Compiler and Toolchain -compiler.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin +compiler.path={runtime.tools.arm-none-eabi-gcc-8-2018-q4-major.path}/bin compiler.cmd.cpp=arm-none-eabi-g++ compiler.cmd.c=arm-none-eabi-gcc compiler.cmd.S=arm-none-eabi-gcc