SW500011 Microchip Technology, SW500011 Datasheet - Page 303

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
Error and Warning Messages
(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.:
(195) expression syntax
This expression is badly formed and cannot be parsed by the compiler, e.g.:
int i, array[10];
i = array[3.5];
lip = (long [])input; /* oops -- maybe: lip = (long *)input */
if(a == b /* the closing parenthesis is missing here */
a /=% b; /* oops -- maybe that should be: a /= b; */
b = 0;
/* the error is flagged here */
/* oops --
exactly which element do you mean? */
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)
303

Related parts for SW500011