SW500007 Microchip Technology, SW500007 Datasheet - Page 323

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
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
015P
778-1002
778-1002
Error and Warning Messages
(181) non-scalar types can’t be converted
You can’t convert a structure, union or array to another type, e.g.:
(182) illegal conversion
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) can’t call an interrupt function
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);
int get_value(void);
void main(void)
{
/* b is not a function -- did you mean a = b*(c+d) ? */
/* woops -- did you mean: sp = &test; ? */
/* an int cannot be converted into a struct */
(Parser, Code Generator)
(Parser)
(Parser)
(Parser)
(Parser)
309

Related parts for SW500007