SW500009 Microchip Technology, SW500009 Datasheet - Page 304

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
(186) too many function arguments
This function does not accept as many arguments as there are here.
(187) too few function arguments
This function requires more arguments than are provided in this call, e.g.:
(188) constant expression required
In this context an expression is required that can be evaluated to a constant at compile time, e.g.:
(189) illegal type for array dimension
An array dimension must be either an integral type or an enumerated value.
(190) illegal type for index expression
An index expression must be either integral or an enumerated value, e.g.:
290
}
void add(int a, int b);
add(5, 7, input);
void add(int a, int b);
add(5);
int a;
switch(input) {
}
int array[12.5]; /* woops -- twelve and a half elements, eh? */
int i, array[10];
i = array[3.5];
int input;
input = get_value(6); /* woops -- the parameter should not be here */
case a: /* woops! you cannot use a variable as part of a case label */
input++;
/* woops -- exactly which element do you mean? */
/* this call needs more arguments */
/* this call has too many arguments */
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009