aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v2
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-11-12 09:41:36 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-11-12 09:41:36 +0100
commitd79bb5a9765c3b4327ef75f9e5422b1934fdb4bf (patch)
treed608c9678401ac3d5762c32cf40644232eeff364 /nuttx-configs/px4fmu-v2
parent38b8fd139d1dbb97146f83fea6b8218bd26e88e9 (diff)
downloadpx4-firmware-d79bb5a9765c3b4327ef75f9e5422b1934fdb4bf.tar.gz
px4-firmware-d79bb5a9765c3b4327ef75f9e5422b1934fdb4bf.tar.bz2
px4-firmware-d79bb5a9765c3b4327ef75f9e5422b1934fdb4bf.zip
FMUv2: Update windows toolchain
Diffstat (limited to 'nuttx-configs/px4fmu-v2')
-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.