SW500007 Microchip Technology, SW500007 Datasheet - Page 314

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
(121) expression stack overflow at op "*"
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 paren’s, op is "*"
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.:
300
#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 SW500007