From cc4c948c9f863a5897e54e2e8a9e7b7a72320d7c Mon Sep 17 00:00:00 2001 From: Cristian Maglie <c.maglie@arduino.cc> Date: Wed, 7 May 2014 18:06:45 +0200 Subject: [PATCH] Fixed compiler path in platform.txt --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index d5726fac..fc960227 100644 --- a/platform.txt +++ b/platform.txt @@ -10,7 +10,7 @@ version=1.5.6 # SAMD compile variables # ---------------------- -compiler.path={runtime.ide.path}/hardware/tools/g++_arm_none_eabi/bin/ +compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/ compiler.c.cmd=arm-none-eabi-gcc compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf compiler.c.elf.cmd=arm-none-eabi-g++ -- GitLab