SW500011 Microchip Technology, SW500011 Datasheet - Page 304

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
(196) struct/union required
A structure or union identifier is required before a dot ., e.g.:
(197) struct/union member expected
A structure or union member name must follow a dot (".") or arrow ("->").
(198) undefined struct/union "*"
The specified structure or union tag is undefined, e.g.
(199) logical type required
The expression used as an operand to if, while statements or to boolean operators like ! and &&
must be a scalar integral type, e.g.:
(200) taking the address of a register variable is illegal
A variable declared
to attempt to take the address of it by applying the
(201) taking the address of this object is illegal
The expression which was the operand of the
lvalue") and therefore its address can not be defined, e.g.:
304
int a;
a.b = 9; /* oops -- a is not a structure */
struct WHAT what; /* a definition for WHAT was never seen */
struct FORMAT format;
if(format)
int * proc(register int in)
{
}
ip = &8; /* oops -- you can’t take the address of a literal */
format.a = 0;
int * ip = ∈
/* oops -- in may not have an address to take */
return ip;
register
may not have storage allocated for it in memory, and thus it is illegal
/* this operand must be a scaler type */
&
operator is not one that denotes memory storage ("an
&
operator, e.g.:
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500011