SW500009 Microchip Technology, SW500009 Datasheet - Page 312

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
(236) simple integer expression required
A simple integral expression is required after the operator @, used to associate an absolute address
with a variable, e.g.:
(237) function "*" redefined
More than one definition for a function has been encountered in this module. Function overloading
is illegal, e.g.:
(238) illegal initialisation
You can’t initialise a typedef declaration, because it does not reserve any storage that can be ini-
tialised, e.g.:
(239) identifier "*" redefined (from line *)
This identifier has already been defined in the same scope. It cannot be defined again, e.g.:
Note that variables with the same name, but defined with different scopes are legal, but not recom-
mended.
298
int address;
char LOCK @ address;
int twice(int a)
{
}
long twice(long a) /* only one prototype & definition of rv can exist */
{
}
/* woops -- uint is a type, not a variable */
typedef unsigned int uint = 99;
return a*2;
return a*2;
int a; /* a filescope variable called “a” */
int a; /* this attempts to define another with the same name */
Error and Warning Messages
(Parser)
(Parser)
(Parser)
(Parser)

Related parts for SW500009