SW500010 Microchip Technology, SW500010 Datasheet - Page 407

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
Error and Warning Messages
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.:
(485) unknown "with" psect referenced by psect "*"
The specified psect has been placed with a psect using the psect with flag. The psect it has been
placed with does not exist, e.g.:
(486) psect "*" selector value redefined
The selector value for this psect has been defined more than once.
(487) psect "*" type redefined: */*
This psect has had its type defined differently by different modules. This probably means you are
trying to link incompatible object modules, e.g. linking 386 flat model code with 8086 real mode
code.
(488) psect "*" memory space redefined: */*
A global psect has been defined in two different memory spaces. Either rename one of the psects or,
if they are the same psect, place them in the same memory space using the space psect flag, e.g.:
psect final,class=CODE
finish:
/ * elsewhere: * /
psect final,class=ENTRY
psect starttext,class=CODE,with=rext
; was that meant to be with text?
(Linker)
(Linker)
(Linker)
(Linker)
(Linker)
(Linker)
407

Related parts for SW500010