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 MessagesCan’t find 0x34 words (0x34 withtotal) for psect text in segment CODE (error)look in the map file for the ranges of unused memory.UNUSED ADDRESS RANGESCODE 00000244-0000025F00001000-0000102fRAM00300014-00301FFBIn the CODE segment, there is 0x1c (0x25f-0x244+1) bytes of space available in one block and 0x30available in another block. Neither of these are large enough to accomodate the psect text whichis 0x34 bytes long. Notice, however, that the total amout of memory available is larger than 0x34bytes.(492) psect is absolute: * (Linker)This psect is absolute and should not have an address specified in a -P option. Either remove theabs psect flag, or remove the -P linker option.(493) psect origin multiply defined: * (Linker)The origin of this psect is defined more than once. There is most likely more than one -p linkeroption specifying this psect.(494) bad -P format "*"/"*" (Linker)The -P option given to the linker is malformed. This option specifies placement of a psect, e.g.:-Ptext=10g0hMaybe you meant:-Ptext=10f0h(497) psect exceeds max size: *: *h > *h (Linker)The psect has more bytes in it than the maximum allowed as specified using the size psect flag.(498) psect exceeds address limit: *: *h > *h (Linker)The maximum address of the psect exceeds the limit placed on it using the limit psect flag. Eitherthe psect needs to be linked at a different location or there is too much code/data in the psect.292

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

Saved successfully!

Ooh no, something went wrong!