SW500011 Microchip Technology, SW500011 Datasheet - Page 47

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
The default option that you are deleting or replacing must contain an equal character.
2.6.8 -Mfile: Generate Map File
The -M option is used to request the generation of a map file. The map is generated by the linker
an includes detailed information about where objects are located in memory, see Section
information regarding the content of map files.
name, with the extension .map.
2.6.9 -Nsize: Identifier Length
This option allows the C identifier length to be increased from the default value of 31. Valid sizes
for this option are from 32 to 255. The option has no effect for all other values.
2.6.10 -Ofile: Specify Output File
This option allows the basename of the output file(s) to be specified. If no -O option is given, the
output file(s) will be named after the first source or object file on the command line. The files
controlled are any produced by the linker or applications run subsequent to that, e.g. CROMWELL. So
for instance the HEX file, MAP file and SYM file are all controlled by the -O option.
required path before the filename, e.g. -Oc:\project\output\first. This will then also specify
the output directory for any files produced by the linker or subsequently run applications. Any
relative paths specified are with respect to the current working directory.
-O option will apply to all output files.
If no filename is specified with the option, then the name of the map file will have the project
The -O option can also change the directory in which the output file is located by including the
Any extension supplied with the filename will be ignored. The name and path specified by the
for a project links several psects in the following fashion.
-pone=600h,two,three
which links one at 600h, then follows this with two, then three. It has been decided
that the psects should be linked so that one follows two, which follows three, and
that the highest address of one should be located at 5FFh. This new arragement can be
specified issuing the following driver option:
-L-pthree=-600h,two,one
which creates passes the required linker options to the linker. The existing default option
is still present, so this must be removed by use the driver option:
-L-pone=
which will remove the existing option.
PICC32 Driver Option Descriptions
5.9
for
47

Related parts for SW500011