| |||||
Technical Support Support Resources
Product Information | BL51: ERROR 110 (CANNOT FIND SEGMENT)Information in this article applies to:
SYMPTOMSI passed the following directive to the BL51 linker and it gave Error 110: Cannot Find Segment FF00h: XDATA(FF00h) What am I doing wrong? It looks the same as the examples in the linker manual. CAUSEAddresses must start with a digit. Since the address you specify (FF00h) begins with a character, the linker assumes it is a segment name. RESOLUTIONUse 0FF00h to ensure that the linker recognizes the address and doesn't confuse it with a segment name: XDATA(0FF00H) MORE INFORMATION
Last Reviewed: Tuesday, July 19, 2005 | ||||
| |||||