
19 Sep
2007
19 Sep
'07
1:57 p.m.
Wolfgang Denk wrote:
In message 46EF92C1.5050309@swampie.org.uk you wrote:
Unfortunately, the examples don't use linker scripts, and I don't want to start messing with these as it interacts with u-boot to some extent
You canhave only one or the other...
(certainly built within u-boot's makefile), and it's all working as it is. From what I understand though, the -e option should be sufficient.
-e is sufficient to specify the entry point, but it is not sufficient to force the linker to place specific objects at specific locations in your image. For that you need alinker script.
Understood, implemented and now working.
David