SW006015 Microchip Technology, SW006015 Datasheet - Page 21

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
© 2007 Microchip Technology Inc.
1.8.2
The following options control the kind of output produced by the compiler.
TABLE 1-3:
-c
-E
-o file
-S
-v
-x
--help
Option
Options for Controlling the Kind of Output
KIND-OF-OUTPUT CONTROL OPTIONS
Compile or assemble the source files, but do not link. The default file
extension is .o.
Stop after the preprocessing stage, i.e., before running the compiler
proper. The default output file is stdout.
Place the output in file.
Stop after compilation proper (i.e., before invoking the assembler). The
default output file extension is .s.
Print the commands executed during each stage of compilation.
You can specify the input language explicitly with the -x option:
-x language
Specify explicitly the language for the following input files (rather than
letting the compiler choose a default based on the file name suffix).
This option applies to all following input files until the next -x option.
The following values are supported by MPLAB C32 C compiler:
c
c-header
cpp-output
assembler
assembler-with-cpp
-x none
Turn off any specification of a language, so that subsequent files are
handled according to their file name suffixes. This is the default
behavior but is needed if another -x option has been used. For
example:
pic32-gcc -x assembler foo.asm bar.asm -x none
main.c mabonga.s
Without the -x none, the compiler assumes all the input files are for
the assembler.
Print a description of the command line options.
Definition
DS51686A-page 17

Related parts for SW006015