SW500009 Microchip Technology, SW500009 Datasheet - Page 303

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
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);
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)
289

Related parts for SW500009