summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-27 13:14:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-27 13:14:41 -0600
commitf3b8fe7cf062b20aec846f7784edcf4de7fb3315 (patch)
tree822de84cca07d827155928708a0ac30feee7ff4d
parent5e3a3cbca8af82a013c465aba0d93673b0011b9d (diff)
downloadnuttx-f3b8fe7cf062b20aec846f7784edcf4de7fb3315.tar.gz
nuttx-f3b8fe7cf062b20aec846f7784edcf4de7fb3315.tar.bz2
nuttx-f3b8fe7cf062b20aec846f7784edcf4de7fb3315.zip
Minor correction to toolchain path, comments
-rwxr-xr-xnuttx/configs/pic32mz-starterkit/nsh/setenv.sh2
-rw-r--r--nuttx/configs/pic32mz-starterkit/scripts/c32-release.ld2
-rw-r--r--nuttx/configs/pic32mz-starterkit/scripts/mips-release.ld2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/pic32mz-starterkit/nsh/setenv.sh b/nuttx/configs/pic32mz-starterkit/nsh/setenv.sh
index 0ba0c7eb7..869b931d8 100755
--- a/nuttx/configs/pic32mz-starterkit/nsh/setenv.sh
+++ b/nuttx/configs/pic32mz-starterkit/nsh/setenv.sh
@@ -58,7 +58,7 @@ fi
export TOOLCHAIN_POSTBIN=:"/cygdrive/c/pinguino-11/compilers/p32/bin"
# This is the path to the tools subdirectory
-export PIC32TOOL_DIR="${WD}/tools/pic32mz"
+export PIC32TOOL_DIR="${WD}/tools/pic32mx"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_PREBIN}${PIC32TOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}${TOOLCHAIN_POSTBIN}"
diff --git a/nuttx/configs/pic32mz-starterkit/scripts/c32-release.ld b/nuttx/configs/pic32mz-starterkit/scripts/c32-release.ld
index e19fc073f..0de81101b 100644
--- a/nuttx/configs/pic32mz-starterkit/scripts/c32-release.ld
+++ b/nuttx/configs/pic32mz-starterkit/scripts/c32-release.ld
@@ -1,5 +1,5 @@
/****************************************************************************
- * configs/pic32mz-starterkit/nsh/ld.script
+ * configs/pic32mz-starterkit/nsh/c32-release.ld
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/pic32mz-starterkit/scripts/mips-release.ld b/nuttx/configs/pic32mz-starterkit/scripts/mips-release.ld
index cc51d43fe..c64d44aa0 100644
--- a/nuttx/configs/pic32mz-starterkit/scripts/mips-release.ld
+++ b/nuttx/configs/pic32mz-starterkit/scripts/mips-release.ld
@@ -1,5 +1,5 @@
/****************************************************************************
- * configs/pic32mz-starterkit/nsh/ld.script
+ * configs/pic32mz-starterkit/nsh/mips-release.ld
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>