SW500009 Microchip Technology, SW500009 Datasheet - Page 318

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
(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.:
304
struct {
} input;
struct {
} ms;
struct {
} ms;
struct {
} object;
struct FREG {
} freg;
int a;
int b;
int a; /* woops -- a different name is required here */
int a;
int a;
int a;
int get(int); /* this should be a pointer: int (*get)(int); */
char b0:1;
char
char b7:1;
/* was this meant to be the same name as above? */
:6;
/* woops -- these must be part of an int, not char */
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009