SW006012 Microchip Technology, SW006012 Datasheet - Page 43

C COMPILER FOR DSPIC30F FAMILY

SW006012

Manufacturer Part Number
SW006012
Description
C COMPILER FOR DSPIC30F FAMILY
Manufacturer
Microchip Technology
Type
MPLAB® C30 Compilerr
Series
PIC24 & DsPICr
Datasheets

Specifications of SW006012

Supported Families
PIC24, DsPIC30F And DsPIC33F
Core Architecture
PIC, DsPIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Tool Type
Compiler
Processor Series
PIC24, dsPIC
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
dsPIC30F
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
© 2007 Microchip Technology Inc.
3.5.2
The following options control the kind of output produced by the compiler.
TABLE 3-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 C30:
c
assembler
-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:
pic30-gcc -x assembler foo.asm bar.asm -x none
main.c mabonga.s
Without the -x none, the compiler will assume all the input files are for
the assembler.
Print a description of the command line options.
c-header
Using MPLAB C30 C Compiler
assembler-with-cpp
cpp-output
Definition
DS51284F-page 37

Related parts for SW006012