SW500007 Microchip Technology, SW500007 Datasheet - Page 407

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
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
015P
778-1002
778-1002
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 SW500007