SW500008 Microchip Technology, SW500008 Datasheet - Page 326

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
(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) can’t take address of register variable
A variable declared
to attempt to take the address of it by applying the
(201) can’t take this address
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.:
312
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 SW500008