SW500009 Microchip Technology, SW500009 Datasheet - Page 306

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
(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.:
(202) only lvalues may be assigned to or modified
Only an lvalue (i.e. an identifier or expression directly denoting addressable storage) can be assigned
to or otherwise modified, e.g.:
292
struct WHAT what; /* a definition for WHAT was never seen */
struct FORMAT format;
if(format)
int * proc(register int in)
{
}
ip = &8; /* woops -- you can’t take the address of a literal */
int array[10];
int * ip;
char c;
array = ip;
format.a = 0;
int * ip = ∈
return ip;
register
/* array is not a variable, it cannot be written to */
may not have storage allocated for it in memory, and thus it is illegal
/* this operand must be a scaler type */
/* woops -- in may not have an address to take */
&
operator is not one that denotes memory storage ("an
&
operator, e.g.:
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009