mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:22:18 +08:00
SAME70 Xplained: Add the path too the tools subdirectory to the setenv.sh script
This commit is contained in:
@@ -71,7 +71,10 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9
|
||||
# toolchain.
|
||||
# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
|
||||
|
||||
# Add the path to the toolchain to the PATH varialble
|
||||
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
|
||||
# The same70-xplained/tools directory
|
||||
export TOOL_DIR="${WD}/configs/same70-xplained/tools"
|
||||
|
||||
# Add the path to the toolchain and tools directory to the PATH varialble
|
||||
export PATH="${TOOLCHAIN_BIN}:${TOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}"
|
||||
|
||||
echo "PATH : ${PATH}"
|
||||
|
||||
Reference in New Issue
Block a user