SW500008 Microchip Technology, SW500008 Datasheet - Page 339

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
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
015
778-1001
778-1001
Error and Warning Messages
(267) bad storage class
The code generator has encounterd a variable definition whose storage class is invalid, e.g.:
(268) inconsistent storage class
A declaration has conflicting storage classes. Only one storage class should appear in a declaration,
e.g.:
(269) inconsistent type
Only one basic type may appear in a declaration, e.g.:
(270) can’t be register
Only function parameters or auto variables may be declared using the register qualifier, e.g.:
struct {
} ;
auto int foo;
int power(static int a) /* paramters may not be static */
{
}
extern static int where; /* so is it static or extern? */
int float if; /* is it int or float? */
register int gi;
int process(register int input) /* this is okay */
{
}
static int first; /* no additional qualifiers may be present with members */
return foo * a;
return input + gi;
/* auto not permitted with global variables */
/* this cannot be qualified register */
(Code Generator)
(Parser)
(Parser)
(Parser)
325

Related parts for SW500008