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

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
Condition always TRUE
This error when it has been determined at compile time that a relational expression will never be
false. For example:
Function not void and does not return a value
Functions that are declared as returning a value should have a return statement with a value to be
returned. Be aware that in C only functions declared VOID are not intended to return a value. If
nothing is specified as a function return value "int" is assumed.
Duplicate #define
The identifier in the #define has already been used in a previous #define. To redefine an identifier
use #UNDEF first. To prevent defines that may be included from multiple source do something like:
Feature not supported
Function never called
Function not void and does not return a value.
Info:
Interrupt level changed
Interrupts disabled during call to prevent re-entrancy.
Linker Warning: "%s" already defined in object "%s"; second definition ignored.
Linker Warning: Address and size of section "%s" in module "%s" exceeds maximum range
for this processor. The section will be ignored.
Linker Warning: The module "%s" doesn't have a valid chip id. The module will be
considered for the target chip "%s".
Linker Warning: The target chip "%s" of the imported module "%s" doesn't match the target
chip "%s" of the source.
Linker Warning: Unsupported relocation type in module "%s".
Memory not available at requested location.
324
#define PIN_A1 41
...
if( PIN_A1 )
#ifndef
#define ID text
#endif
// Intended was: if( input(PIN_A1) )
ID

Related parts for PCDIDE COMPILER