Difference between revisions of "NU32 Software"

From Mech
Jump to navigationJump to search
Line 9: Line 9:
** for Windows
** for Windows
*** [http://www.mingw.org/wiki/Getting_Started MinGW]
*** [http://www.mingw.org/wiki/Getting_Started MinGW]
*** After downloading the installer:
1. Select mingw32-base and choose "mark for installation"
2. Select msys-base and choose "mark for installation"
3. In the file menu select Installation->Apply Changes

** for Linux
** for Linux
*** Ubuntu: apt-get install build-essential
*** Arch: pacman -S base-devel
* Make
* Make
*** The instructions for installing Native C Compiler also install make
** for Mac
** for Windows
*** http://www.mingw.org/wiki/MSYS
** for Linux

* [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 00:20, 10 December 2015

Software

  • Text Editors
    • for Mac
    • for Windows
    • for Linux
  • Native C Compiler
    • for Mac
    • for Windows
      • MinGW
      • After downloading the installer:

1. Select mingw32-base and choose "mark for installation" 2. Select msys-base and choose "mark for installation" 3. In the file menu select Installation->Apply Changes