mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 05:28:19 +00:00
PIC32MZ: Minor change to setenv.sh so that you can change tools correctly
This commit is contained in:
parent
a14e847773
commit
6d3c5b8be7
1 changed files with 2 additions and 0 deletions
|
|
@ -51,10 +51,12 @@ fi
|
|||
# to edit this if you install a different version of if you install
|
||||
# the Linux PIC32MZ toolchain as well
|
||||
#export TOOLCHAIN_PREBIN="/cygdrive/c/Program Files (x86)/Microchip/xc32/v1.34/bin":
|
||||
#export TOOLCHAIN_POSTBIN=
|
||||
|
||||
# This is where I have the Pinquino toolchain installed
|
||||
# Careful with the ordering in the PATH variable... there is an incompatible
|
||||
# version of make in this directory too!
|
||||
export TOOLCHAIN_PREBIN=
|
||||
export TOOLCHAIN_POSTBIN=:"/cygdrive/c/pinguino-11/compilers/p32/bin"
|
||||
|
||||
# This is the path to the tools subdirectory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue