SW500011 Microchip Technology, SW500011 Datasheet - Page 48

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
PICC32 Driver Option Descriptions
override any name or path information provided by -O relevant to the MAP and SYM file.
option, see Section 2.6.41. Note that if -O specifies a path which is inconsistent with the path
specified in the --OUTDIR option, this will result in an error.
2.6.11 -P: Preprocess Assembly Files
The -P option causes the assembler files to be preprocessed before they are assembled thus allowing
the use of preprocessor directives, such as #include, with assembler code. By default, assembler
files are not preprocessed.
2.6.12 -Q: Quiet Mode
This option places the compiler in a quiet mode which suppresses the HI-TECH Software copyright
notice from being displayed.
2.6.13 -S: Compile to Assembler Code
The -S option stops compilation after generating an assembler source file. An assembler file will be
generated for each file passed to the assembler by the code generator. The command:
will produce an assembler file called test.as which contains the code generated from test.c and
test1.c . This option is particularly useful for checking function calling conventions and signature
values when attempting to write external assembly language routines.
not contain op-codes or addresses and it may be used as a source file and subsequently passed to the
assembler to be assembled.
2.6.14 -Umacro: Undefine a Macro
The -U option, the inverse of the -D option, is used to undefine predefined macros. This option takes
the form -Umacro. The option, -Udraft, for example, is equivalent to:
placed at the top of each module compiled using this option.
48
The options that specify MAP file creation (-M, see 2.6.8), and SYM file creation (-G, see 2.6.4)
To change the directory in which all output and intermediate files are written, use the --OUTDIR
The file produced by this option differs to that produced by the --ASMLIST option in that it does
PICC32 --CHIP=32MX360F512L -S test.c test1.c
#undef draft
PICC32 Command-line Driver

Related parts for SW500011