PCD COMMAND LINE COMPILER Custom Computer Services Inc (CCS), PCD COMMAND LINE COMPILER Datasheet - Page 132

PCD C-COMPILER PIC24, DSPIC

PCD COMMAND LINE COMPILER

Manufacturer Part Number
PCD COMMAND LINE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCD COMMAND LINE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1007
Purpose:
Examples:
Example Files:
See Also:
118
RANGE=start:stop
Only addresses in this range are read from the hex file.
LOCATION=id
The identifier is made a constant with the start address of the imported data.
SIZE=id
The identifier is made a constant with the size of the imported data.
This directive will tell the compiler to include (link) a relocatable object with this
unit during compilation. Normally all global symbols from the specified file will be
linked, but the EXCEPT and ONLY options can prevent certain symbols from
being linked.
The command line compiler and the PCW IDE Project Manager can also be used
to compile/link/build modules and/or projects.
#IMPORT(FILE=timer.o, ONLY=TimerTask)
void main(void)
{
}
/*
timer.o is linked with this compilation, but only TimerTask() is
visible in scope from this object.
*/
None
#EXPORT, #MODULE,
while(TRUE)
TimerTask();
Invoking the Command Line
Compiler,
Linker Overview

Related parts for PCD COMMAND LINE COMPILER