SW500011 Microchip Technology, SW500011 Datasheet - Page 325

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
Note: Omitting a semicolon from statements not preceding a close brace or keyword typically results
in some other error being issued for the following code which the parser assumes to be part of the
original statement.
(315) "{" expected
An opening brace was expected here. This error may be the result of a function definition missing
the opening brace, e.g.:
(316) "}" expected
A closing brace was expected here. This error may be the result of a initialized array missing the
closing brace, e.g.:
(317) "(" expected
An opening parenthesis, (, was expected here. This must be the first token after a while, for, if,
do or asm keyword, e.g.:
(318) string expected
The operand to an asm statement must be a string enclosed in parentheses, e.g.:
(319) while expected
The keyword while is expected at the end of a do statement, e.g.:
/* oops! no opening brace after the prototype */
void process(char c)
}
char carray[4] = { 1, 2, 3, 4; /* oops -- no closing brace */
if a == b /* should be: if(a == b) */
asm(nop); /* that should be asm(“nop”);
return max(c, 10) * 2; /* error flagged here */
b = 0;
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
325

Related parts for SW500011