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

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
#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 PCWHD IDE COMPILER