This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM cross compiler


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]