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]

ARM cross compiler


Hi,

I have built an arm toolchain and it all is working fine. There is only one problem. 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? At the moment the memory between 0x0 and 0x8000 is unused apart from the vector table and is going to waste so i would like to make better use of it. Is there a switch i can pass to gcc that will set this value?

Sincerely
Gareth.

------
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]