aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-11-12 09:41:36 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-04-07 06:07:30 -1000
commit8d74627e8fa01c15408d690676115d46876b2042 (patch)
tree562b73c52071e0eeeff5f1d2f483fb2b7eb60379 /nuttx-configs
parent626477e4d6f5fdda353272f3cf60d5f98c560500 (diff)
downloadpx4-firmware-8d74627e8fa01c15408d690676115d46876b2042.tar.gz
px4-firmware-8d74627e8fa01c15408d690676115d46876b2042.tar.bz2
px4-firmware-8d74627e8fa01c15408d690676115d46876b2042.zip
FMUv2: Update windows toolchain
Diffstat (limited to 'nuttx-configs')
-rwxr-xr-xnuttx-configs/px4fmu-v2/nsh/setenv.sh12
1 files changed, 4 insertions, 8 deletions
diff --git a/nuttx-configs/px4fmu-v2/nsh/setenv.sh b/nuttx-configs/px4fmu-v2/nsh/setenv.sh
index 265520997..01f62bbe1 100755
--- a/nuttx-configs/px4fmu-v2/nsh/setenv.sh
+++ b/nuttx-configs/px4fmu-v2/nsh/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-# configs/stm3240g-eval/nsh/setenv.sh
+# configs/px4fmu-v2_upstream/nsh/setenv.sh
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
+# Copyright (C) 2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -47,15 +47,11 @@ if [ -z "${PATH_ORIG}" ]; then
export PATH_ORIG="${PATH}"
fi
-# This the Cygwin path to the location where I installed the RIDE
-# toolchain under windows. You will also have to edit this if you install
-# the RIDE toolchain in any other location
-#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/Raisonance/Ride/arm-gcc/bin"
-
# This the Cygwin path to the location where I installed the CodeSourcery
# toolchain under windows. You will also have to edit this if you install
# 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 G++ Lite/bin"
+export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin
# This the Cygwin path to the location where I build the buildroot
# toolchain.