No error for Linker Section Overlapping
Alan Modra
amodra@bigpond.net.au
Mon Apr 23 15:32:00 GMT 2007
On Mon, Apr 23, 2007 at 08:25:15PM +0530, Deepen Mantri wrote:
> Could you please explain me in detail, what could be the other
> consequences
> of the modifications done?
Changing the lma to vma relationship will put .bss into a different
load segment. Usually you wouldn't want that to happen, because it
needlessly creates a new segment.
You do apparently want that to happen. Please just add
"AT(ADDR(.bss))" to your .bss output section description.
--
Alan Modra
IBM OzLabs - Linux Technology Centre
More information about the Binutils
mailing list