summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-16 15:15:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-16 15:15:30 +0000
commit25ffc19dc6757e32685151818c4b25c73f179a70 (patch)
treed58a1e10021b86e62947ee561ead396e46e5d97d /nuttx/configs
parentf9586294555a0555476179b66c9df4c29e06dd48 (diff)
downloadpx4-nuttx-25ffc19dc6757e32685151818c4b25c73f179a70.tar.gz
px4-nuttx-25ffc19dc6757e32685151818c4b25c73f179a70.tar.bz2
px4-nuttx-25ffc19dc6757e32685151818c4b25c73f179a70.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2751 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/nucleus2g/ostest/setenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/nucleus2g/ostest/setenv.sh b/nuttx/configs/nucleus2g/ostest/setenv.sh
index 0c303bfd5..32d3b23c1 100755
--- a/nuttx/configs/nucleus2g/ostest/setenv.sh
+++ b/nuttx/configs/nucleus2g/ostest/setenv.sh
@@ -40,8 +40,8 @@ fi
if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
-export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
+export LPCTOOL_DIR="${WD}/configs/nucleus2g/tools"
export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
-export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
+export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"