SW500010 Microchip Technology, SW500010 Datasheet - Page 369

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
Error and Warning Messages
(262) struct/union "*" redefined
A structure or union has been defined more than once, e.g.:
(263) members can’t be functions
A member of a structure or a union may not be a function. It may be a pointer to a function, e.g.:
(264) bad bitfield type
A bitfield may only have a type of int (signed or unsigned), e.g.:
(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:
struct {
} ms;
struct {
} ms;
struct {
} object;
struct FREG {
} freg;
struct {
} my_struct;
int a;
int a;
int a;
int get(int);
char b0:1;
char
char b7:1;
unsigned first:
unsigned second;
/ * was this meant to be the same name as above? * /
:6;
/ * these must be part of an int, not char * /
/ * should be a pointer: int ( * get)(int); * /
/ * oops -- should be: unsigned first; * /
(Parser)
(Parser)
(Parser)
(Parser)
369

Related parts for SW500010