SW500008 Microchip Technology, SW500008 Datasheet - Page 407

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015
778-1001
778-1001
Error and Warning Messages
(980) this is a union
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) nxtuse(): unknown op: *
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(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.:
(985) qualifiers redeclared
This function has different qualifiers in different declarations.
(988) number of arguments redeclared
The number of arguments in this function declaration does not agree with a previous declaration of
the same function.
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;
/* data is a structure, not a pointer to a structure */
(Optimiser,Assembler)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
393

Related parts for SW500008