SW500008 Microchip Technology, SW500008 Datasheet - Page 313

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
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
015
778-1001
778-1001
Error and Warning Messages
(115) recursive macro definition of "*" defined by "*"
The named macro has been defined in such a manner that expanding it causes a recursive expansion
of itself!
(116) end of file within macro argument from line *
A macro argument has not been terminated. This probably means the closing parenthesis has been
omitted from a macro invocation. The line number given is the line where the macro argument
started, e.g.:
(117) misplaced constant in #if
A constant in a #if expression should only occur in syntactically correct places. This error is most
probably caused by omission of an operator, e.g.:
(118) #if value stack overflow
The preprocessor filled up its expression evaluation stack in a #if expression. Simplify the expres-
sion — it probably contains too many parenthesized subexpressions.
(119) illegal #if line
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(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.:
#define FUNC(a, b) func(a+b)
FUNC(5, 6;
#if FOO BAR /* woops -- did you mean: #if FOO == BAR ? */
#if FOO * % BAR == 4 /* what is “* %” ? */
#endif
#define BIG
/* woops -- where is the closing bracket? */
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)
299

Related parts for SW500008