SW500009 Microchip Technology, SW500009 Datasheet - Page 26

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
PICC Compiler Options
The default option that you are deleting or replacing must contain an equal character.
2.4.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.4.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.4.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.hex. 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.
override any name or path information provided by -O relevant to the MAP and SYM file.
12
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
The options that specify MAP file creation (-M, see 2.4.8), and SYM file creation (-G, see 2.4.4)
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.
PICC Command-line Driver
5.11
for

Related parts for SW500009