I need to position a specific library module (?C?PLDXDATA) within the first 1k of code space. When looking at the link map it seems to be bundled in with other input modules and named ?C?LIB_CODE. The position of the other library modules that are used in the program need to be above that 1k boundary so I need to split the ?C?LIB_CODE up somehow. Any help would be much appreciated, *** Marjanovic
What is the answer that you got ?
There is no way to split a segment apart using the linker location controls. Jon