SW500009 Microchip Technology, SW500009 Datasheet - Page 319

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
(265) integer constant expected
A colon appearing after a member name in a structure declaration indicates that the member is a
bitfield. An integral constant must appear after the colon to define the number of bits in the bitfield,
e.g.:
If this was meant to be a structure with bitfields, then the following illustrates an example:
(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.:
struct {
} my_struct;
struct {
} my_struct;
struct {
} ;
auto int foo;
int power(static int a) /* parameters may not be static */
{
}
unsigned first: /* woops -- should be: unsigned first; */
unsigned second;
unsigned first : 4; /* 4 bits wide */
unsigned second: 4; /* another 4 bits */
static int first;
return foo * a;
/* no additional qualifiers may be present with members */
/* auto not permitted with global variables */
(Code Generator)
(Parser)
(Parser)
305

Related parts for SW500009