Minor correction to toolchain path, comments

This commit is contained in:
Gregory Nutt 2015-02-27 13:14:41 -06:00
parent eabf54e7d8
commit 98d34e4cf8
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" export TOOLCHAIN_POSTBIN=:"/cygdrive/c/pinguino-11/compilers/p32/bin"
# This is the path to the tools subdirectory # 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 # Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_PREBIN}${PIC32TOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}${TOOLCHAIN_POSTBIN}" 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. * Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * 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. * Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>