SW500011 Microchip Technology, SW500011 Datasheet - Page 301

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
(181) non-scalar types can’t be converted to other types
You can’t convert a structure, union or array to another type, e.g.:
(182) illegal conversion between types
This expression implies a conversion between incompatible types, e.g. a conversion of a structure
type into an integer, e.g.:
Note that even if a structure only contains an int, for example, it cannot be assigned to an int
variable, and vice versa.
(183) function or function pointer required
Only a function or function pointer can be the subject of a function call, e.g.:
(184) calling an interrupt function is illegal
A function qualified interrupt can’t be called from other functions. It can only be called by a
hardware (or software) interrupt. This is because an interrupt function has special function entry
and exit code that is appropriate only for calling from an interrupt. An interrupt function can call
other non-interrupt functions.
(185) function does not take arguments
This function has no parameters, but it is called here with one or more arguments, e.g.:
struct TEST test;
struct TEST * sp;
sp = test;
struct LAYOUT layout;
int i;
layout = i;
int a, b, c, d;
a = b(c+d);
/* b is not a function --
/* oops -- did you mean: sp = &test; ? */
did you mean a = b*(c+d) ? */
/* int cannot be converted to struct */
(Parser, Code Generator)
(Parser)
(Parser)
(Parser)
(Parser)
301

Related parts for SW500011