SW500009 Microchip Technology, SW500009 Datasheet - Page 294

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
(121) expression stack overflow at operator "*"
Expressions in #if lines are evaluated using a stack with a size of 128. It is possible for very complex
expressions to overflow this. Simplify the expression.
(122) unbalanced parenthesis at operator "*"
The evaluation of a #if expression found mismatched parentheses. Check the expression for correct
parenthesisation, e.g.:
(123) misplaced "?" or ":"; previous operator is "*"
A colon operator has been encountered in a #if expression that does not match up with a corre-
sponding ? operator, e.g.:
(124) illegal character "*" in #if
There is a character in a #if expression that has no business being there. Valid characters are the
letters, digits and those comprising the acceptable operators, e.g.:
(125) illegal character (* decimal) in #if
There is a non-printable character in a #if expression that has no business being there. Valid char-
acters are the letters, digits and those comprising the acceptable operators, e.g.:
280
#if ((A) + (B) /* woops -- a missing ), I think */
#endif
#if XXX : YYY /* did you mean: #if COND ? XXX : YYY */
#if ‘YYY‘ /* what are these characters doing here? */
#endif
#if ^SYYY /* what is this control characters doing here? */
#endif
#define ADDED
int m;
int m;
Error and Warning Messages
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)

Related parts for SW500009