5.1 MPLAB® X IDE and Tools Installation
In order to use the XC32 language tools with MPLAB X IDE, you must install:
- MPLAB X IDE, which is available for free on the Microchip website.
- MPLAB® XC32 C Compiler for PIC32A MCU, which includes all of the XC32 language tools. The compiler is available for free (Free and Evaluation license levels) or for purchase (PRO license level) on the Microchip website.
The 32-bit MCU PIC32A language tools will be installed, by default, in the directory:
- Windows OS -
C:\Program Files\Microchip\xc32\vx.xx
- Mac OS -
/Applications/microchip/xc32/vx.xx
- Linux OS -
/opt/microchip/xc32/vx.xx
where vx.xx
is the version number.
The executables for each tool will be in the bin
subdirectory:
- C Compiler -
xc32-gcc.exe
- Assembler -
xc32-as.exe
- Object Linker -
xc32-ld.exe
- Object Archiver/Librarian -
xc32-ar.exe
- Other Utilities -
xc32-utility.exe
Device support files may be found under the pic32a/support
subdirectory. The generic
xc.h C header file and xc.inc generic
assembler include file may be found under the pic32a/support/generic
subdirectory.