SW500011 Microchip Technology, SW500011 Datasheet - Page 305

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
(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.:
A typecast does not yield an lvalue, e.g.:
However you can write this using pointers:
(203) illegal operation on bit variable
Not all operations on bit variables are supported. This operation is one of those, e.g.:
(204) void function can’t return a value
A void function cannot return a value. Any return statement should not be followed by an expres-
sion, e.g.:
int array[10];
int * ip;
char c;
array = ip;
/* the contents of c cast to int
(int)c = 1;
*(int *)&c = 1
bit
int * ip;
ip = &b; /* oops --
void run(void)
{
}
step();
return 1;
/* either run should not be void, or remove the 1 */
is only a intermediate value */
b;
cannot take the address of a bit object */
/* array isn’t a variable,
it can’t be written to */
(Parser)
(Parser)
(Parser)
305

Related parts for SW500011