SW500011 Microchip Technology, SW500011 Datasheet - Page 321

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
Error and Warning Messages
(285) no identifier in declaration
The identifier is missing in this declaration. This error can also occur where the compiler has been
confused by such things as missing closing braces, e.g.:
(286) declarator too complex
This declarator is too complex for the compiler to handle. Examine the declaration and find a way
to simplify it. If the compiler finds it too complex, so will anybody maintaining the code.
(287) arrays of bits or pointers to bit are illegal
It is not legal to have an array of bits, or a pointer to bit variable, e.g.:
(288) only functions may be void
A variable may not be void. Only a function can be void, e.g.:
(289) only functions may be qualified "interrupt"
The qualifier interrupt may not be applied to anything except a function, e.g.:
(290) illegal function qualifier(s)
A qualifier has been applied to a function which makes no sense in this context. Some qualifier
only make sense when used with an lvalue, e.g. const or volatile. This may indicate that you have
forgotten out a star * indicating that the function should return a pointer to a qualified object, e.g.
void interrupt(void) /* what is the name of this function? */
{
}
bit barray[10]; /* wrong -- no bit arrays */
bit * bp;
int a;
void b; /* this makes no sense */
/* variables cannot be qualified interrupt */
interrupt int input;
/* wrong -- no pointers to bit variables */
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
321

Related parts for SW500011