Difference between revisions of "NU32 Software"

From Mech
Jump to navigationJump to search
Line 10: Line 10:


* Native C Compiler
* Native C Compiler
** [https://developer.apple.com/xcode/ Xcode Command Line Tools] (Mac)
** for Mac
** [http://www.mingw.org/wiki/Getting_Started MinGW] (Windows)
** for Windows
*** [http://www.mingw.org/wiki/Getting_Started MinGW]
** [http://gcc.gnu.org] (Linux)

*** After downloading the installer:
* Make
***# Select mingw32-base and choose "mark for installation"
** [https://www.gnu.org/software/make/]
***# Select msys-base and choose "mark for installation"
***# In the file menu select Installation->Apply Changes
** for Linux
*** Ubuntu: sudo apt-get install build-essential
*** Arch: sudo pacman -S base-devel


* Make: The instructions for installing Native C Compiler also install make
* [http://www.microchip.com/pagehandler/en_us/devtools/mplabxc/ The Microchip XC32 Compiler]
* [http://www.microchip.com/pagehandler/en_us/devtools/mplabxc/ The Microchip XC32 Compiler]
* [http://www.microchip.com/pagehandler/en_us/devtools/mplabharmony/home.html MPLAB Harmony]
* [http://www.microchip.com/pagehandler/en_us/devtools/mplabharmony/home.html MPLAB Harmony]

Revision as of 18:08, 11 December 2015

Software

  • Text Editors (These are just suggestions; feel free to use any text editor you are comfortable with)