We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
I need to do something similar. In my case, I'd like to position ?C?SLCMP high in memory with some other functions. Any way of doing this? Thanks, Slarti
What is the answer that you got ?
There is no way to split a segment apart using the linker location controls. Jon