SW500011 Microchip Technology, SW500011 Datasheet - Page 288

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
(3) malformed error information on line *, in file *
The compiler has attempted to load the messages for the selected language, but the message descrip-
tion file (MDF) was corrupted and could not be read correctly.
(100) unterminated #if[n][def] block from line *
A #if or similar block was not terminated with a matching #endif, e.g.:
(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.:
288
#if INPUT
void main(void)
{
}
#ifdef FOO
#else
#elif defined(NEXT)
#endif
#ifdef FOO
#endif
#elif defined(NEXT)
#endif
run();
result = foo;
result = bar;
result = next(0);
result = foo;
result = bar;
result = next(0);
/* error flagged here */
/* no #endif was found in this module */
/* the #else above terminated the #if */
/* the #endif above terminated the #if */
Error and Warning Messages
(all applications)
(Preprocessor)
(Preprocessor)
(Preprocessor)

Related parts for SW500011