PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 125

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

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

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
Purpose:
Examples:
Example Files:
See Also:
RANGE=start:stop
Only addresses in this range are included in the hex file.
OFFSET=address
Hex file address starts at this address (0 by default)
ODD
Only odd bytes place in hex file.
EVEN
Only even bytes placed in hex file.
This directive will tell the compiler to either generate a relocatable object file or a
stand-alone HEX binary. A relocatable object file must be linked into your application,
while a stand-alone HEX binary can be programmed directly into the PIC.
The command line compiler and the PCW IDE Project Manager can also be used
to compile/link/build modules and/or projects.
Multiple #EXPORT directives may be used to generate multiple hex files. this
may be used for 8722 like devices with external memory.
#EXPORT(RELOCATABLE, ONLY=TimerTask)
void TimerFunc1(void) { /* some code */ }
void TimerFunc2(void) { /* some code */ }
void TimerFunc3(void) { /* some code */ }
void TimerTask(void)
{
}
/*
This source will be compiled into a relocatable object, but the
object this is being linked to can only see TimerTask()
*/
None
#IMPORT, #MODULE,
TimerFunc1();
TimerFunc2();
TimerFunc3();
Invoking the Command Line
Compiler,
Linker Overview
111

Related parts for PCDIDE COMPILER