[U-Boot-Users] u-boot.lds, help...

Hi
Can anyone explain to me how to modify/use the u-boot.lds file? I've had to make changes start.S in order to some board specific initializations etc, however if my changes become to "large" u-boot fails to compile. After reading the README I have seen that if changes are made to the u-boot source then u-boot.lds will have to be modified. On looking at this file I am clueless regarding which changes will be required, so any advice would be appreciated.
Regards Flavio Pereira

On 2003.04.10 14:39 Flavio Pereira wrote:
Hi
Can anyone explain to me how to modify/use the u-boot.lds file?
This file is a linker scipt read by the gnu linker. The format is documented in the ld manual distributed with binutils.
RedHat have a version onlie at http://sources.redhat.com/binutils/docs-2.12/
The documentation on the linker scipts is quite hard to digest, but it is possible, given enough patience.
Best Regards, /Daniel
participants (2)
-
Daniel Engström
-
Flavio Pereira