SW500008 Microchip Technology, SW500008 Datasheet - Page 337

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
(258) duplicate qualifier
There are two occurrences of the same qualifier in this type specification. This can occur either
directly or through the use of a typedef. Remove the redundant qualifier. For example:
(259) can’t be both far and near
It is illegal to qualify a type as both far and near, e.g.:
(260) undefined enum tag: *
This enum tag has not been defined, e.g.:
(261) 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.:
typedef volatile int vint;
volatile vint very_vol;
far near int spooky; /* woops -- choose either far or near, not both */
enum WHAT what; /* a definition for WHAT was never seen */
struct {
} input;
struct {
} ms;
struct {
} ms;
int a;
int b;
int a; /* woops -- a different name is required here */
int a;
int a;
/* was this meant to be the same name as above? */
/* woops -- this results in two volatile qualifiers */
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
323

Related parts for SW500008