chipKIT compiler for PIC32 MCUs

Project Description: 
The chipKIT™ platform includes 32-bit-microcontroller-based development boards and a software development environment that is compatible with many existing Arduino™ code examples, reference materials and other resources. The multiplatform IDE, known as MPIDE, works with existing Arduino boards as well as the PIC32-based chipKIT boards. It also includes a free, open-source chipKIT C/C++ compiler for PIC32 MCUs. Visit http://www.chipKIT.org for more information on the chipKIT platform. This project includes a build script, designed to run on Mac OS X, that builds the chipKIT compiler for Mac, Linux x86, and Win32 for inclusion in the chipKIT MPIDE release. However, you can use the script to build a standalone compiler and you do not necessarily have to use it with MPIDE. The source for this project is hosted on github.com. To run the build script, follow the instructions given on the build script project page. [Build script] https://github.com/jasonkajita/chipKIT-cxx-build [Compiler toolchain] https://github.com/jasonkajita/chipKIT-cxx [Standard C Library (Newlib)] https://github.com/jasonkajita/pic32-newlib [PIC32 MCU Part-Support Files] https://github.com/jasonkajita/pic32-part-support
4
Your rating: None Average: 4 (1 vote)

Use latest script from github

I'd recommend using the latest build script from github rather than the attached copy.
[Build script] https://github.com/jasonkajita/chipKIT-cxx-build