SW006015 Microchip Technology, SW006015 Datasheet - Page 50

C COMPILER MPLAB C32

SW006015

Manufacturer Part Number
SW006015
Description
C COMPILER MPLAB C32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheets

Specifications of SW006015

Supported Families
PIC32MX5, MX6, And MX7
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC32 MCUs
Tool Function
Compiler
Supported Devices
PIC32 MCUs
Tool Type
Compiler
Processor Series
PIC32
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
DS51686A-page 46
®
2.6.4
This section looks at examples and provide details on which of the multilibs
subdirectories are chosen.
1. pic32-gcc foo.c
2. pic32-gcc -Os foo.c
3. pic32-gcc -O2 foo.c
4. pic32-gcc -Os -mips16 foo.c
For this example, no command line options have been specified (i.e., the default
command line options are being used). In this case, the . subdirectories are
used.
For this example, the command line option for optimizing for size has been
specified (i.e., -Os is being used). In this case, the ./size subdirectories are
used.
For this example, the command line option for optimizing has been specified,
however, this command line option optimizes for neither size nor space (i.e., -O2
is being used). In this case, the . subdirectories are used.
For this example, the command line options for optimizing for size and for
MIPS16 code have been specified (i.e., -Os and -mips16 are being used). In
this case, the ./size/mips16 subdirectories are used.
Which Multilib Directory Are Selected?
© 2007 Microchip Technology Inc.

Related parts for SW006015