SW500011 Microchip Technology, SW500011 Datasheet - Page 324

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
(308) too many case labels in switch
There are too many case labels in this switch statement. The maximum allowable number of case
labels in any one switch statement is 511.
(309) too many symbols
There are too many symbols for the assembler’s symbol table. Reduce the number of symbols in
your program.
(310) "]" expected
A closing square bracket was expected in an array declaration or an expression using an array index,
e.g.
(311) closing quote expected
A closing quote was expected for the indicated string.
(312) "*" expected
The indicated token was expected by the parser.
(313) function body expected
Where a function declaration is encountered with K&R style arguments (i.e. argument names but no
types inside the parentheses) a function body is expected to follow, e.g.:
(314) ";" expected
A semicolon is missing from a statement. A close brace or keyword was found following a statement
with no terminating semicolon, e.g.:
324
process(carray[idx); /* oops --
/* the function block must follow, not a semicolon */
int get_value(a, b);
while(a) {
}
b = a-- /* oops -- where is the semicolon? */
/* error is flagged here */
should be: process(carray[idx]); */
Error and Warning Messages
(Code Generator)
(Assembler)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500011