From 0564372a43a017d21151ab428b28d1c35faf4932 Mon Sep 17 00:00:00 2001 From: George Smart Date: Tue, 1 Mar 2016 15:54:32 +0000 Subject: [PATCH] Updated BUILD.txt for Linux Fixed typo; added note in "For Arduino 1.6.3 with SAM 1.6.4" referring to "For Arduino 1.6.7 with SAM 1.6.6" section. --- BUILD.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/BUILD.txt b/BUILD.txt index 2f95bd1..b9dc4e0 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -46,6 +46,13 @@ or maybe: "{build.variant.path}/libarm_cortexM3l_math.a" +Likely on Linux + +"{build.system.path}/CMSIS/CMSIS/Lib/GCC/libarm_cortexM3l_math.a" + +As with Arduino 1.6.7 with SAM 1.6.6, see below. + + For Arduino 1.6.7 with SAM 1.6.6 -------------------------------- @@ -87,7 +94,7 @@ The change is near the end, and is the addition of: On Linux, the path was found to differ slightly (GCC instead of ARM): -"{build.system.path}/CMSIS/CMSIS/Lib/GCC/arm_cortexM3l_math.lib" +"{build.system.path}/CMSIS/CMSIS/Lib/GCC/libarm_cortexM3l_math.a" Which is the CMSIS AMR3 DSP library for little-endian operation.