SW500007 Microchip Technology, SW500007 Datasheet - Page 335

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
(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.:
(251) array dimension redeclared
An array dimension has been declared as a different non-zero value from its previous declaration. It
is acceptable to redeclare the size of an array that was previously declared with a zero dimension,
but not otherwise, e.g.:
(252) argument * conflicts with prototype
The argument specified (argument 0 is the left most argument) of this function definition does not
agree with a previous prototype for this function, e.g.:
/* here is a comment which I have forgotten to close...
if(a > b) {
else
void set(char a)
{
void clear(void) /* error flagged here */
{
}
extern int array[5];
int array[10];
c = 0;
c = 0xff;
PORTA = a;
PORTA = 0;
/* ... that will be closed here, thus removing the “if” */
/* my “if” has been lost */
/* the closing brace was left out here */
/* woops -- has it 5 or 10 elements? */
(Parser)
(Parser)
(Parser)
(Parser)
321

Related parts for SW500007