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

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 Messages
Extra characters on preprocessor command line
Characters are appearing after a preprocessor directive that do not apply to that directive.
Preprocessor commands own the entire line unlike the normal C syntax. For example the
following is an error:
#PRAGMA DEVICE <PIC16C74> main() { int x; x=1;}
File cannot be opened
Check the filename and the current path. The file could not be opened.
File cannot be opened for write
The operating system would not allow the compiler to create one of the output files. Make sure the
file is not marked READ ONLY and that the compiler process has write privileges to the directory
and file.
Filename must start with " or <
The correct syntax of a #include is one of the following two formats:
#include "filename.ext"
#include <filename.ext>
This error indicates neither a " or < was found after #include.
Filename must terminate with " or; msg:' '
The filename specified in a #include must terminate with a " if it starts with a ". It must terminate
with a > if it starts with a <.
Floating-point numbers not supported for this operation
A floating-point number is not permitted in the operation near the error. For example, ++F where F
is a float is not allowed.
Function definition different from previous definition
This is a mis-match between a function prototype and a function definition. Be sure that if a
#INLINE or #SEPARATE are used that they appear for both the prototype and definition. These
directives are treated much like a type specifier.
Function used but not defined
The indicated function had a prototype but was never defined in the program.
Identifier is already used in this scope
An attempt was made to define a new identifier that has already been defined.
Illegal C character in input file
A bad character is in the source file. Try deleting the line and re-typing it.
Import error
315

Related parts for PCDIDE COMPILER