SW500011 Microchip Technology, SW500011 Datasheet - Page 292

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
(120) operator "*" in incorrect context
An operator has been encountered in a #if expression that is incorrectly placed, e.g. two binary
operators are not separated by a value, e.g.:
(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.:
292
#if FOO * % BAR == 4 /* what is “* %” ? */
#endif
#if ((A) + (B) /* oops -- a missing ), I think */
#endif
#if XXX : YYY /* did you mean: #if COND ? XXX : YYY */
#if ‘YYY‘ /* what are these characters doing here? */
#endif
#define BIG
#define ADDED
int m;
Error and Warning Messages
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)

Related parts for SW500011