summaryrefslogtreecommitdiff
path: root/nuttx/configs/samv71-xult/nsh
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-11 12:16:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-11 12:16:27 -0600
commit882673aaa14078a3eaa4c198fed425c367213fe7 (patch)
tree18db11ff8fbcbb827407ec3e95f7f24f9ef76248 /nuttx/configs/samv71-xult/nsh
parent99ab5bb62fee871275a787a7fbc9df9a750f0a20 (diff)
downloadpx4-nuttx-882673aaa14078a3eaa4c198fed425c367213fe7.tar.gz
px4-nuttx-882673aaa14078a3eaa4c198fed425c367213fe7.tar.bz2
px4-nuttx-882673aaa14078a3eaa4c198fed425c367213fe7.zip
SAMV71-XULT: Switch to the ARM GNU tools for Embbeded tools that actually support Cortex-M7
Diffstat (limited to 'nuttx/configs/samv71-xult/nsh')
-rw-r--r--nuttx/configs/samv71-xult/nsh/defconfig4
-rwxr-xr-xnuttx/configs/samv71-xult/nsh/setenv.sh8
2 files changed, 8 insertions, 4 deletions
diff --git a/nuttx/configs/samv71-xult/nsh/defconfig b/nuttx/configs/samv71-xult/nsh/defconfig
index 1dd7699e0..b04f15b69 100644
--- a/nuttx/configs/samv71-xult/nsh/defconfig
+++ b/nuttx/configs/samv71-xult/nsh/defconfig
@@ -129,10 +129,10 @@ CONFIG_ARMV7M_HAVE_DTCM=y
# CONFIG_ARMV7M_TOOLCHAIN_ATOLLIC is not set
# CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT is not set
# CONFIG_ARMV7M_TOOLCHAIN_CODEREDW is not set
-CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y
+# CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW is not set
# CONFIG_ARMV7M_TOOLCHAIN_DEVKITARM is not set
# CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL is not set
-# CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIW is not set
+CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIW=y
# CONFIG_ARMV7M_TOOLCHAIN_RAISONANCE is not set
# CONFIG_ARMV7M_ITMSYSLOG is not set
diff --git a/nuttx/configs/samv71-xult/nsh/setenv.sh b/nuttx/configs/samv71-xult/nsh/setenv.sh
index d27fec489..58b9c6e57 100755
--- a/nuttx/configs/samv71-xult/nsh/setenv.sh
+++ b/nuttx/configs/samv71-xult/nsh/setenv.sh
@@ -57,10 +57,14 @@ fi
# the CodeSourcery toolchain in any other location
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
-export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
+# export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
+
+# This is the location where I installed the ARM "GNU Tools for ARM Embedded Processors"
+# You can this free toolchain here https://launchpad.net/gcc-arm-embedded
+export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2014q4/bin"
# This is the path to the location where I installed the devkitARM toolchain
-# You an get this free toolchain from http://devkitpro.org/ or http://sourceforge.net/projects/devkitpro/
+# You can get this free toolchain from http://devkitpro.org/ or http://sourceforge.net/projects/devkitpro/
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/devkitARM/bin"
# This is the Cygwin path to the location where I build the buildroot