Microchip Technology XC8 Standard Compiler (Workstation) SW006021-1 SW006021-1 Manual Do Utilizador

Códigos do produto
SW006021-1
Página de 518
Error and Warning Messages
 2012 Microchip Technology Inc.
DS52053B-page 415
(442) missing address in -A spec 
(Linker)
The format of a -A specification, giving address ranges to the linker, is invalid, for 
example:
-ACODE=
What is the range for this class? Maybe you meant:
-ACODE=0h-1fffh
(443) bad low address "*" in -A spec 
(Linker)
The low address given in a -A specification is invalid: it should be a valid number, in 
decimal, octal or hexadecimal radix. The radix is specified by a trailing O (for octal) or 
H
 for HEX. A leading 0x may also be used for hexadecimal. Case in not important for 
any number or radix. Decimal is default, for example:
-ACODE=1fff-3fffh
Did you forget the radix?
-ACODE=1fffh-3fffh
(444) expected "-" in -A spec 
(Linker)
There should be a minus sign, -, between the high and low addresses in a -A linker 
option, for example:
-AROM=1000h
maybe you meant:
-AROM=1000h-1fffh
(445) bad high address "*" in -A spec 
(Linker)
The high address given in a -A specification is invalid: it should be a valid number, in 
decimal, octal or hexadecimal radix. The radix is specified by a trailing O, for octal, or H 
for HEX. A leading 0x may also be used for hexadecimal. Case in not important for any 
number or radix. Decimal is the default, for example:
-ACODE=0h-ffff
Did you forget the radix?
-ACODE=0h-ffffh
(446) bad overrun address "*" in -A spec 
(Linker)
The overrun address given in a -A specification is invalid: it should be a valid number, 
in decimal, octal or hexadecimal radix. The radix is specified by a trailing O (for octal) 
or H for HEX. A leading 0x may also be used for hexadecimal. Case in not important 
for any number or radix. Decimal is default, for example:
-AENTRY=0-0FFh-1FF
Did you forget the radix?
-AENTRY=0-0FFh-1FFh