SW500009 Microchip Technology, SW500009 Datasheet - Page 400

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
(979) this identifier is already a struct tag
This identifier following a union or enum keyword is already the tag for a structure, and thus should
only follow the keyword struct, e.g.:
(980) this identifier is already a union tag
This identifier following a struct or enum keyword is already the tag for a union, and thus should
only follow the keyword union, e.g.:
(981) pointer required
A pointer is required here, e.g.:
(982) unknown op "*" in nxtuse()
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(983) storage class redeclared
A variable previously declared as being static, has now be redeclared as extern.
(984) type redeclared
The type of this function or object has been redeclared. This can occur because of two incompatible
declarations, or because an implicit declaration is followed by an incompatible declaration, e.g.:
386
struct IN {
};
enum IN {ONE=1, TWO}; /* woops -- IN is already defined */
union IN {
};
enum IN {ONE=1, TWO}; /* woops -- IN is already defined */
struct DATA data;
data->a = 9;
int a;
char a; /* woops -- what is the correct type? */
int a, b;
int a, b;
/* data is a structure, not a pointer to a structure */
Error and Warning Messages
(Optimiser,Assembler)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009