From db5f0620b328a91686903cfe567869df7ac7f2ff Mon Sep 17 00:00:00 2001 From: Brian Schmalz Date: Sat, 31 May 2014 07:47:13 -0500 Subject: [PATCH] Updated build.xml to use new (20140530) compilers. Also bumped build number in platforms.txt up by one. Tested with Windows build, and it appears to work. --- build/build.xml | 16 ++++++++-------- hardware/pic32/platforms.txt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build/build.xml b/build/build.xml index 52a0048a0..ce184e984 100755 --- a/build/build.xml +++ b/build/build.xml @@ -269,12 +269,12 @@ - - + @@ -500,12 +500,12 @@ - - + @@ -538,7 +538,7 @@ - @@ -556,7 +556,7 @@ raspberrypi/dist folder instead. --> - + @@ -849,12 +849,12 @@ Description: chipKIT MPIDE Development environment - - + diff --git a/hardware/pic32/platforms.txt b/hardware/pic32/platforms.txt index 762c3f489..43a3a2cce 100644 --- a/hardware/pic32/platforms.txt +++ b/hardware/pic32/platforms.txt @@ -41,6 +41,6 @@ pic32.library.core.path=./hardware/pic32/cores/pic32 pic32.library.path=./hardware/pic32/libraries pic32.ldscript=chipKIT-BL-mega.ld pic32.ldcommon=chipKIT-application-COMMON.ld -pic32.compiler.define=::-DMPIDEVER=16777995::-DMPIDE=23:: +pic32.compiler.define=::-DMPIDEVER=16777996::-DMPIDE=23:: pic32.build.variant=Default_100 pic32.core.header=WProgram.h