SW500009 Microchip Technology, SW500009 Datasheet - Page 18

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
Long Command Lines
all object files resulting from compilation or assembly, or those listed explicitly on the command line,
will be linked together with the standard runtime code and libraries and any user-specified libraries.
Functions in libraries will be linked into the resulting output file only if referenced in the source
code.
mean only the link stage is performed. It is typical in Makefiles to use PICC with a -C option to
compile several source files to object files, then to create the final program by invoking PICC again
with only the generated object files and appropriate libraries (and appropriate options). If a .lib
output file type is selected, the object files will be stored in a library instead of going through to the
final link.
will merge the named hex file with the hex file currently being generated. This feature can be useful
when, for example, a single hex file is desired which contains a bootloader and application program.
2.1 Long Command Lines
The PICC driver is capable of processing command lines exceeding any operating system limitation.
To do this, the driver may be passed options via a command file. The command file is read by using
the @ symbol. For example:
2.2 Default Libraries
PICC will search the appropriate standard C library by default for symbol definitions. This will
always be done last, after any user-specified libraries. The particular library used will be dependent
on the processor selected.
2.3 Standard Runtime Code
PICC will automatically generate standard runtime start-up code appropriate for the processor and
options selected unless you have specified the to disable this via the --RUNTIME option. If you
require any special powerup initialization, you should use the powerup routine feature (see Section
3.3.4.4).
4
Invoking PICC with only object files specified as the file arguments (i.e. no source files) will
When a HEX file is given on the command line, PICC will invoke the HEXMATE utility and
PICC @xyz.cmd
PICC Command-line Driver

Related parts for SW500009