SW500010 Microchip Technology, SW500010 Datasheet - Page 370

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
(266) storage class illegal
A structure or union member may not be given a storage class. Its storage class is determined by the
storage class of the structure, e.g.:
(267) bad storage class
The code generator has encountered 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.:
370
struct {
} my_struct;
struct {
} ;
auto int foo; / * auto not permitted with global variables * /
int power(static int a)
{
}
extern static int where;
int float if;
unsigned first : 4;
unsigned second: 4;
/ * no additional qualifiers may be present with members * /
static int first;
return foo * a;
/ * is it int or float? * /
/ * 4 bits wide * /
/ * another 4 bits * /
/ * parameters may not be static * /
/ * so is it static or extern? * /
Error and Warning Messages
(Code Generator)
(Parser)
(Parser)
(Parser)

Related parts for SW500010