SW500011 Microchip Technology, SW500011 Datasheet - Page 44

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
2.6.4 -Gfile: Generate Source-level Symbol File
The -G option generates a source-level symbol file (i.e. a file which allows tools to determine which
line of source code is associated with machine code instructions, and determine which source-level
variable names correspond with areas of memory, etc.) for use with supported debuggers and simu-
lators such as HI-TIDE
base name as the project name (see Section 2.1), and an extension of .sym. For example the option
-Gtest.sym generates a symbol file called test.sym. Symbol files generated using the -G option
include source-level information for use with source-level debuggers.
the -G option. The option is also required at the link stage, if this is performed separately. For
example:
The --IDE option, see Section
2.6.5 -Ipath: Include Search Path
Use -I to specify an additional directory to use when searching for header files which have been
included using the #include directive. The -I option can be used more than once if multiple
directories are to be searched.
-I option is present. The default search path is searched after any user-specified directories have
been searched. For example:
will search the directories c:\include and d:\myapp\include for any header files included into
the source code, then search the default include directory (the include directory where the compiler
was installed).
it is unnecessary but in the event that the build tool changes, the path specified here will be searched
prior to searching the new compiler’s default path.
directive. See Section 4.3.11.8.
44
Note that all source files for which source-level debugging is required should be compiled with
The default include directory containing all standard header files is always searched even if no
It is strongly advised not to use -I to add the compiler’s default include path, not only because
This option has no effect for files that are included into assembly source using the INCLUDE
PICC32 --CHIP=32MX360F512L -G --PASS1 test.c modules1.c
PICC32 --CHIP=32MX360F512L -Gtest.sym test.p1 module1.p1
PICC32
--CHIP=32MX360F512L -C -Ic:\include -Id:\myapp\include test.c
TM
and MPLAB
2.6.30
will typically enable the -G option.
R
. If no filename is given, the symbol file will have the same
PICC32 Command-line Driver

Related parts for SW500011