SW500011 Microchip Technology, SW500011 Datasheet - Page 353

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
(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 "*" is defined more than once 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.
(484) psect "*" can’t be in classes "*" and "*"
A psect cannot be in more than one class. This is either due to assembler modules with conflicting
class= options to the PSECT directive, or use of the -C option to the linker, e.g.:
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:
psect final,class=CODE
finish:
/* elsewhere: */
psect final,class=ENTRY
move r0, #55
move [r1], r0
; oops -- choose a different name
(Assembler)
(Linker)
(Linker)
(Linker)
(Linker)
353

Related parts for SW500011