3.2 Invoking the Compiler
This section discusses how the compiler is run, both on the command-line and from the IDE. It includes information about how to get the compiler to do what you want in terms of options and the build process itself.
- How Do I Compile from Within MPLAB X IDE?
- How Do I Compile on the Command-line?
- How Do I Compile Using a Make Utility?
- How Can I Select Which Compiler I Want to Build With?
- How Can I Change the Compiler's Operating Mode?
- How Do I Build Libraries?
- How Do I Know What Compiler Options Are Available and What They Do?
- How Do I Know What the Build Options in MPLAB X IDE Do?
- What is Different About an MPLAB X IDE Debug Build?
- See also How Do I Stop the Compiler From Using Certain Memory Locations?
- See also What Do I Need to Do When Compiling to Use a Debugger?
- See also How Do I Use Library Files In My Project?
- See also What Optimizations Will Be Applied to My Code?