SW500007 Microchip Technology, SW500007 Datasheet - Page 347

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
Error and Warning Messages
(319) while expected
The keyword while is expected at the end of a do statement, e.g.:
(320) : expected
A colon is missing after a case label, or after the keyword default. This often occurs when a
semicolon is accidentally typed instead of a colon, e.g.:
(321) label identifier expected
An identifier denoting a label must appear after goto, e.g.:
(322) enum tag or { expected
After the keyword enum must come either an identifier that is or will be defined as an enum tag, or
an opening brace, e.g.:
(323) struct/union tag or "{" expected
An identifier denoting a structure or union or an opening brace must follow a struct or union
keyword, e.g.:
You might mean something like:
do {
}
if(i > 5)
switch(input) {
if(a)
enum 1, 2; /* should be, e.g.: enum {one=1, two }; */
struct int a; /* this is not how you define a structure */
func(i++);
end();
case 0;
goto 20; /* this is not BASIC -- a valid C label must follow a goto */
state = NEW;
/* do the block while what condition is true? */
/* error flagged here */
/* woops -- that should have been: case 0: */
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
333

Related parts for SW500007