SW500011 Microchip Technology, SW500011 Datasheet - Page 395

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
Error and Warning Messages
(975) invalid format specifier or type modifier
The format specifier or modifier in the printf-style string is illegal for this particular format.
(976) field width not valid at this point
A field width may not appear at this point in a printf() type format specifier.
(978) this identifier is already an enum tag
This identifier following a struct or union keyword is already the tag for an enumerated type, and
thus should only follow the keyword enum, e.g.:
(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.:
enum IN {ONE=1, TWO};
struct IN {
};
struct IN {
};
enum IN {ONE=1, TWO}; /* oops -- IN is already defined */
union IN {
};
enum IN {ONE=1, TWO}; /* oops -- IN is already defined */
int a, b;
int a, b;
int a, b;
/* oops -- IN is already defined */
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
395

Related parts for SW500011