From 6d3c5b8be7fd731e77281b56fb87ca8a7f45a3f7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 22 Mar 2015 08:12:53 -0600 Subject: [PATCH] PIC32MZ: Minor change to setenv.sh so that you can change tools correctly --- configs/pic32mz-starterkit/nsh/setenv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/pic32mz-starterkit/nsh/setenv.sh b/configs/pic32mz-starterkit/nsh/setenv.sh index d6a29ea1ec1..255d73293f4 100755 --- a/configs/pic32mz-starterkit/nsh/setenv.sh +++ b/configs/pic32mz-starterkit/nsh/setenv.sh @@ -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