SW500007 Microchip Technology, SW500007 Datasheet - Page 324

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
(186) too many arguments
This function does not accept as many arguments as there are here.
(187) too few 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.:
310
}
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:
input++;
/* woops -- you cannot use a variable as part of a case label */
/* 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 SW500007