summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/ostest/setenv.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-08 22:28:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-08 22:28:39 +0000
commit6927faf0479d3309b8046d53b2c64b05c27c112e (patch)
tree697b1da14d788ab02c788f72155b6257b2ebad87 /nuttx/configs/lpc4330-xplorer/ostest/setenv.sh
parent41dcd39ef26caa7cc3b76ca31ced5ba00f23d874 (diff)
downloadpx4-nuttx-6927faf0479d3309b8046d53b2c64b05c27c112e.tar.gz
px4-nuttx-6927faf0479d3309b8046d53b2c64b05c27c112e.tar.bz2
px4-nuttx-6927faf0479d3309b8046d53b2c64b05c27c112e.zip
Add support to the LPC4330-Xplorer port for the Code Red toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4920 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer/ostest/setenv.sh')
-rwxr-xr-xnuttx/configs/lpc4330-xplorer/ostest/setenv.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/ostest/setenv.sh b/nuttx/configs/lpc4330-xplorer/ostest/setenv.sh
index 913d78ead..c2e0325d5 100755
--- a/nuttx/configs/lpc4330-xplorer/ostest/setenv.sh
+++ b/nuttx/configs/lpc4330-xplorer/ostest/setenv.sh
@@ -47,10 +47,16 @@ if [ -z "${PATH_ORIG}" ]; then
export PATH_ORIG="${PATH}"
fi
+# This is the Cygwin path to the location where I installed the Code Red
+# toolchain under windows. You will have to edit this if you install the
+# Code Red toolchain in any other location or if you install a different
+# version
+export TOOLCHAIN_BIN="/cygdrive/c/code_red/RedSuite_4.2.3_379/redsuite/Tools/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"
# These are the Cygwin paths to the locations where I installed the Atollic
# toolchain under windows. You will also have to edit this if you install