SW500009 Microchip Technology, SW500009 Datasheet - Page 355

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
Error and Warning Messages
(479) circular indirect definition of symbol "*"
The specified symbol has been equated to an external symbol which, in turn, has been equated to the
first symbol.
(480) function signatures do not match: * (*): 0x*/0x*
The specified function has different signatures in different modules. This means it has been declared
differently, e.g. it may have been prototyped in one module and not another. Check what declarations
for the function are visible in the two modules specified and make sure they are compatible, e.g.:
(481) common symbol "*" psect conflict
A common symbol has been defined to be in more than one psect.
(482) symbol "*" multiply defined in "*"
This symbol has been defined in more than one place. The assembler will issue this error if a symbol
is defined more than once in the same module, e.g.:
The linker will issue this warning if the symbol (C or assembler) was defined multiple times in
different modules. The names of the modules are given in the error message. Note that C identifiers
often have an underscore prepended to their name after compilation.
(483) symbol "*" can’t be global
This is an internal compiler error. Contact HI-TECH Software technical support with details.
extern int get_value(int in);
/* and in another module: */
/* this is different to the declaration */
int get_value(int in, char type)
{
_next:
_next:
move r0, #55
move [r1], r0
; woops -- choose a different name
(Assembler)
(Linker)
(Linker)
(Linker)
(Linker)
341

Related parts for SW500009