SW500009 Microchip Technology, SW500009 Datasheet - Page 326

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
(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.:
312
process(carray[idx); /* woops -- should be: process(carray[idx]); */
/* the function block must follow, not a semicolon */
int get_value(a, b);
while(a) {
}
b = a-- /* woops -- where is the semicolon? */
/* error is flagged here */
Error and Warning Messages
(Code Generator)
(Assembler)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009