summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/thttpd/setenv.sh
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-11 07:44:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-11 07:44:16 -0600
commite9f48fdfcc231cd930b84b5278ff91e3e1954678 (patch)
tree157ead18eb1a80dbf1b5503001b96ad313388c76 /nuttx/configs/ntosd-dm320/thttpd/setenv.sh
parent1bab337ed228403d29ca0a868c4251762fb9ddd7 (diff)
downloadpx4-nuttx-e9f48fdfcc231cd930b84b5278ff91e3e1954678.tar.gz
px4-nuttx-e9f48fdfcc231cd930b84b5278ff91e3e1954678.tar.bz2
px4-nuttx-e9f48fdfcc231cd930b84b5278ff91e3e1954678.zip
Refresh NTOSD configurations. Fix some minor bit rot build issues
Diffstat (limited to 'nuttx/configs/ntosd-dm320/thttpd/setenv.sh')
-rwxr-xr-xnuttx/configs/ntosd-dm320/thttpd/setenv.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/ntosd-dm320/thttpd/setenv.sh b/nuttx/configs/ntosd-dm320/thttpd/setenv.sh
index ea38c09a5..cefb299ef 100755
--- a/nuttx/configs/ntosd-dm320/thttpd/setenv.sh
+++ b/nuttx/configs/ntosd-dm320/thttpd/setenv.sh
@@ -50,13 +50,14 @@ fi
# This is 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/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-# Add the path to the toolchain to the PATH varialble
+# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"