SW500009 Microchip Technology, SW500009 Datasheet - Page 316

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
(251) array dimension redeclared
An array dimension has been declared as a different non-zero value from its previous declaration. It
is acceptable to redeclare the size of an array that was previously declared with a zero dimension,
but not otherwise, e.g.:
(252) argument * conflicts with prototype
The argument specified (argument 0 is the left most argument) of this function definition does not
agree with a previous prototype for this function, e.g.:
(253) argument list conflicts with prototype
The argument list in a function definition is not the same as a previous prototype for that function.
Check that the number and types of the arguments are all the same.
(254) undefined *: "*"
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(255) not a member of the struct/union "*"
This identifier is not a member of the structure or union type with which it used here, e.g.:
302
extern int array[5];
int array[10];
extern int calc(int, int);
int calc(int a, long int b) /* hmmm -- which is right? */
{
}
extern int calc(int);
int calc(int a, int b) /* hmmm -- which is right? */
{
}
return sin(b/a);
return a + b;
/* woops -- has it 5 or 10 elements? */
/* this is supposedly calc’s prototype */
/* error flagged here */
/* this is supposedly calc’s prototype */
/* error flagged here */
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009