SW500007 Microchip Technology, SW500007 Datasheet - Page 371

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
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) 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 file "*"
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 * cannot 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: */
int get_value(int in, char type) /* this is different to the declaration */
{
_next:
_next:
move r0, #55
move [r1], r0
; woops -- choose a different name
(Assembler)
(Linker)
(Linker)
(Linker)
(Linker)
357

Related parts for SW500007