11.07.2015 Views

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Error and Warning Messages(438) bad size in -S option (Linker)The address given in a -S specification is invalid: it should be a valid number, in decimal, octal orhexadecimal radix. The radix is specified by a trailing O, for octal, or H for hex. A leading 0x mayalso be used for hexadecimal. Case in not important for any number or radix. Decimal is the default,e.g.:-SCODE=f000Did you forget the radix?-SCODE=f000h(441) bad -A spec: "*" (Linker)The format of a -A specification, giving address ranges to the linker, is invalid, e.g.:-ACODEWhat 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, octalor hexadecimal radix. The radix is specified by a trailing O (for octal) or H for hex. A leading0x may also be used for hexadecimal. Case in not important for any number or radix. Decimal isdefault, e.g.:-ACODE=1fff-3fffhDid 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, e.g.-AROM=1000hmaybe you meant:282-AROM=1000h-1fffh

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!