SW500009 Microchip Technology, SW500009 Datasheet - Page 315

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
(247) duplicate label "*"
The same name is used for a label more than once in this function. Note that the scope of labels is
the entire function, not just the block that encloses a label, e.g.:
(248) inappropriate "else"
An else keyword has been encountered that cannot be associated with an if statement. This may
mean there is a missing brace or other syntactic error, e.g.:
(249) probable missing "}" in previous block
The compiler has encountered what looks like a function or other declaration, but the preceding
function has not been ended with a closing brace. This probably means that a closing brace has been
omitted from somewhere in the previous function, although it may well not be the last one, e.g.:
start:
start:
/* here is a comment which I have forgotten to close...
if(a > b) {
else
void set(char a)
{
void clear(void) /* error flagged here */
{
}
if(a > 256)
if(a == 0)
c = 0;
c = 0xff;
PORTA = a;
PORTA = 0;
goto end;
goto start; /* which start label do I jump to? */
/* ... that will be closed here, thus removing the “if” */
/* my “if” has been lost */
/* error flagged here */
/* the closing brace was left out here */
(Parser)
(Parser)
(Parser)
301

Related parts for SW500009