SW500009 Microchip Technology, SW500009 Datasheet - Page 328

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
(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:
314
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 */
struct {
} my_struct;
func(i++);
end();
case 0;
goto 20; /* this is not BASIC -- a valid C label must follow a goto */
int a;
state = NEW;
/* do the block while what condition is true? */
/* error flagged here */
/* woops -- that should have been: case 0: */
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009