SW500011 Microchip Technology, SW500011 Datasheet - Page 316

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
(260) undefined enum tag "*"
This enum tag has not been defined, e.g.:
(261) struct/union member "*" redefined
This name of this member of the struct or union has already been used in this struct or union, e.g.:
(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.:
316
enum WHAT what; /* a definition for WHAT was never seen */
struct {
} input;
struct {
} ms;
struct {
} ms;
struct {
} object;
int a;
int b;
int a; /* oops -- a different name is required here */
int a;
int a;
int a;
int get(int); /* should be a pointer: int (*get)(int); */
/* was this meant to be the same name as above? */
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500011