Microchip Technology XC8 Standard Compiler (Workstation) SW006021-1 SW006021-1 ユーザーズマニュアル

製品コード
SW006021-1
ページ / 518
Error and Warning Messages
 2012 Microchip Technology Inc.
DS52053B-page 417
(454) link and load address can’t both be set to "." in -P option 
(Linker)
The link and load address of a psect have both been specified with a dot character. 
Only one of these addresses may be specified in this manner, for example:
-Pmypsect=1000h/.
-Pmypsect=./1000h
Both of these options are valid and equivalent. However, the following usage is 
ambiguous:
-Pmypsect=./.
What is the link or load address of this psect?
(455) psect "*" not relocated on 0x* byte boundary 
(Linker)
This psect is not relocated on the required boundary. Check the relocatability of the 
psect and correct the -p option. if necessary.
(456) psect "*" not loaded on 0x* boundary 
(Linker)
This psect has a relocatability requirement that is not met by the load address given in 
a -p option. For example, if a psect must be on a 4K byte boundary, you could not start 
it at 100H.
(459) remove failed, error: *, * 
(xstrip)
The creation of the output file failed when removing an intermediate file.
(460) rename failed, error: *, * 
(xstrip)
The creation of the output file failed when renaming an intermediate file.
(461) can’t create * file "*" 
(Assembler, Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(464) missing key in avmap file 
(Linker)
This is an internal compiler error. Contact Microchip Technical Support with details.
(465) undefined symbol "*" in FNBREAK record 
(Linker)
The linker has found an undefined symbol in the FNBREAK record for a non-reentrant 
function. Contact Microchip Technical Support if this is not handwritten assembler 
code.
(466) undefined symbol "*" in FNINDIR record 
(Linker)
The linker has found an undefined symbol in the FNINDIR record for a non-reentrant 
function. Contact Microchip Technical Support if this is not handwritten assembler 
code.
(467) undefined symbol "*" in FNADDR record 
(Linker)
The linker has found an undefined symbol in the FNADDR record for a non-reentrant 
function. Contact Microchip Technical Support if this is not handwritten assembler 
code.
(468) undefined symbol "*" in FNCALL record 
(Linker)
The linker has found an undefined symbol in the FNCALL record for a non-reentrant 
function. Contact Microchip Technical Support if this is not handwritten assembler 
code.