SW500007 Microchip Technology, SW500007 Datasheet - Page 333

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
(241) initialization syntax
The initialisation of this object is syntactically incorrect. Check for the correct placement and num-
ber of braces and commas, e.g.:
(242) illegal type for switch expression
A switch operation must have an expression that is either an integral type or an enumerated value,
e.g:
(243) inappropriate break/continue
A break or continue statement has been found that is not enclosed in an appropriate control struc-
ture. A continue can only be used inside a while, for or do while loop, while break can only be
used inside those loops or a switch statement, e.g.:
(244) default case redefined
There is only allowed to be one default label in a switch statement. You have more than one, e.g.:
int iarray[10] = {{’a’, ’b’, ’c’}; /* woops -- one two many {s */
double d;
switch(d) { /* woops -- this must be integral */
}
switch(input) {
switch(a) {
default:
default:
case ’1.0’:
case 0:
b = 9;
break;
b = 10;
break;
d = 0;
if(output == 0)
}
break;
input = 0xff;
/* if this is the default case... */
/* then what is this? */
/* woops -- this shouldn’t be here and closed the switch */
/* this should be inside the switch */
(Parser)
(Parser)
(Parser)
(Parser)
319

Related parts for SW500007