SW500009 Microchip Technology, SW500009 Datasheet - Page 327

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
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.:
/* woops! no opening brace after the prototype */
void process(char c)
}
char carray[4] = { 1, 2, 3, 4; /* woops -- 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)
313

Related parts for SW500009