SW500010 Microchip Technology, SW500010 Datasheet - Page 355

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
Error and Warning Messages
(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.:
(191) cast type must be scalar or void
A typecast (an abstract type declarator enclosed in parentheses) must denote a type which is either
scalar (i.e. not an array or a structure) or the type void, e.g.:
(192) undefined identifier "*"
This symbol has been used in the program, but has not been defined or declared. Check for spelling
errors if you think it has been defined.
(193) not a variable identifier "*"
This identifier is not a variable; it may be some other kind of object, e.g. a label.
(194) ")" expected
A closing parenthesis, ), was expected here. This may indicate you have left out this character in an
expression, or you have some other syntax error. The error is flagged on the line at which the code
first starts to make no sense. This may be a statement following the incomplete expression, e.g.:
int array[12.5];
int i, array[10];
i = array[3.5];
lip = (long [])input;
if(a == b
b = 0;
/ * the closing parenthesis is missing here * /
/ * the error is flagged here * /
/ * oops -- twelve and a half elements, eh? * /
/ * oops --
exactly which element do you mean? * /
/ * oops -- maybe: lip = (long * )input * /
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
355

Related parts for SW500010