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

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
#ERROR
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#EXPORT (options)
Syntax:
Elements:
110
#ERROR text
#ERROR / warning text
#ERROR / information text
text is optional and may be any text
Forces the compiler to generate an error at the location this directive appears in
the file. The text may include macros that will be expanded for the display. This
may be used to see the macro expansion. The command may also be used to
alert the user to an invalid compile time situation.
#if
#error
#endif
#error
ex_psp.c
#WARNING
#EXPORT (options)
FILE=filname
The filename which will be generated upon compile. If not given, the filname will
be the name of the file you are compiling, with a .o or .hex extension (depending
on output format).
ONLY=symbol+symbol+.....+symbol
Only the listed symbols will be visible to modules that import or link this relocatable
object file. If neither ONLY or EXCEPT is used, all symbols are exported.
EXCEPT=symbol+symbol+.....+symbol
All symbols except the listed symbols will be visible to modules that import or link
this relocatable object file. If neither ONLY or EXCEPT is used, all symbols are
exported.
RELOCATABLE
CCS relocatable object file format. Must be imported or linked before loading into a
PIC. This is the default format when the #EXPORT is used.
HEX
Intel HEX file format. Ready to be loaded into a PIC. This is the default format
when no #EXPORT is used.
BUFFER_SIZE>16
Buffer size is too large
Macro test:
min(x,y)

Related parts for PCDIDE COMPILER