SW500011 Microchip Technology, SW500011 Datasheet - Page 49

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 Command-line Driver
2.6.15 -V: Verbose Compile
The -V is the verbose option. The compiler will display the command lines used to invoke each of
the compiler applications or compiler passes. Displayed will be the name of the compiler application
being executed, plus all the command-line arguments to this application. This option may be useful
for determining the exact linker options if you need to directly invoke the HLINK command.
full command line arguments. This would be useful to ensure that the correct compiler installation
is being executed if there is more than one installed.
2.6.16 -X: Strip Local Symbols
The option -X strips local symbols from any files compiled, assembled or linked. Only global sym-
bols will remain in any object files or symbol files produced.
2.6.17 --ASMLIST: Generate Assembler .LST Files
The --ASMLIST option tells PICC32 to generate one or more assembler listing file for each C and
assembly source module being compiled.
original C code and the corresponding assembly code generated by the code generator. For both
C and assembly source code, a line number, the binary op-codes and addresses are shown. If the
assembler optimizer is enabled (default operation) the list file may differ from the original assem-
bly source code. The assembler optimizer may also simpify some expression and remove some
assembler directives from the listing file for clarity, although they are processed in the usual way.
so that it contains absolute addresses and symbol values. Thus you may use the assembler listing file
to determine the position of, and exact op codes corresponding to, instructions.
2.6.18 --CALLGRAPH=type: Select callgraph type
This option allows control over the type of callgraph produced in the map file. Allowable suboptions
include: none, to specify that no callgraph should be produced; and full to indicate that the full
callgraph be displayed in the map file. In addition, the suboption std can be specified to indicate
that a shorter form, without redundant information relating to ARG functions be produced; or crit,
to indicate that only critical path information be displayed in the callgraph.
If this option is used twice, it will display the full path to each compiler application as well as the
In the case of code being assembled that was originally C source, the list file shows both the
Provided the link stage has successfully concluded, the listing file will be updated by the linker
See also Sections
PICC32 Driver Option Descriptions
49

Related parts for SW500011