SW500009 Microchip Technology, SW500009 Datasheet - Page 313

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
(240) too many initializers
There are too many initializers for this object. Check the number of initializers against the object
definition (array or structure), e.g.:
(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.:
/* three elements, but four initializers */
int ivals[3] = { 2, 4, 6, 8};
int iarray[10] = {{’a’, ’b’, ’c’}; /* woops -- one two many {s */
double d;
switch(d) { /* woops -- this must be integral */
}
switch(input) {
case ’1.0’:
case 0:
d = 0;
if(output == 0)
}
break;
input = 0xff;
/* woops! this shouldn’t be here and closed the switch */
/* this should be inside the switch */
(Parser)
(Parser)
(Parser)
(Parser)
299

Related parts for SW500009