9
0
Fork 0

Minor correction to toolchain path, comments

This commit is contained in:
Gregory Nutt 2015-02-27 13:14:41 -06:00
parent 5e3a3cbca8
commit f3b8fe7cf0
3 changed files with 3 additions and 3 deletions

View File

@ -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}"

View File

@ -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>

View File

@ -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>