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

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
PCD C Compiler Reference Manual January 2011
LVALUE required
This error will occur when a constant is used where a variable should be. For example 4=5; will
give this error.
Macro identifier requires parameters
A #DEFINE identifier is being used but no parameters were specified, as required. For example:
#define min(x,y) ((x<y)?x:y)
When called MIN must have a (--,--) after it such as:
r=min(value, 6);
Macro is defined recursively
A C macro has been defined in such a way as to cause a recursive call to itself.
Missing #ENDIF
A #IF was found without a corresponding #ENDIF.
Missing or invalid .CRG file
The user registration file(s) are not part of the download software. In order for the software to run
the files must be in the same directory as the .EXE files. These files are on the original diskette,
CD ROM or e-mail in a non-compressed format. You need only copy them to the .EXE directory.
There is one .REG file for each compiler (PCB.REG, PCM.REG and PCH.REG).
More info:
Must have a #USE DELAY before this #USE
Must have a #USE DELAY before a #USE RS232
The RS232 library uses the DELAY library. You must have a #USE DELAY before you can do a
#USE RS232.
No errors
The program has successfully compiled and all requested output files have been created.
No MAIN() function found
All programs are required to have one function with the name main().
No overload function matches
No valid assignment made to function pointer
318

Related parts for PCD COMMAND LINE COMPILER