ARM cross compiler
Philip Blundell
pb@nexus.co.uk
Tue Jun 11 06:06:00 GMT 2002
On Tue, 2002-06-11 at 13:54, Gareth Bransby wrote:
> The entry point of the resulting binary is set to 0x8000 as
> per the ARM default. The question is, how do i set this to lower address?
> [...]
> Is there a switch i can pass to gcc that will set this value?
It's controlled by the linker script. You could try "-Wl,-Ttext ..."
but I don't know how well that will work.
p.
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list