SW500007 Microchip Technology, SW500007 Datasheet - Page 339

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
(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 SW500007