SW500007 Microchip Technology, SW500007 Datasheet - Page 310

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
(101) #* may not follow #else
A #else or #elif has been used in the same conditional block as a #else. These can only follow a
#if, e.g.:
(102) #* must be in an #if
The #elif, #else or #endif directive must be preceded by a matching #if line. If there is an
apparently corresponding #if line, check for things like extra #endif’s, or improperly terminated
comments, e.g.:
(103) #error: *
This is a programmer generated error; there is a directive causing a deliberate error. This is normally
used to check compile time defines etc. Remove the directive to remove the error, but first check as
to why the directive is there.
(104) preprocessor assertion failure
The argument to a preprocessor #assert directive has evaluated to zero. This is a programmer
induced error.
296
#ifdef FOO
#else
#elif defined(NEXT)
#endif
#ifdef FOO
#endif
#elif defined(NEXT)
#endif
#assert SIZE == 4 /* size should never be 4 */
result = foo;
result = bar;
result = next(0);
result = foo;
result = bar;
result = next(0);
/* the #else above terminated the #if */
/* the #endif above terminated the #if */
Error and Warning Messages
(Preprocessor)
(Preprocessor)
(Preprocessor)
(Preprocessor)

Related parts for SW500007