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]

porting gcc compiled file into SDT for linkage


Hi all,

I got an object file that was compiled by an ARM cross-compiler (target=arm-thumb-elf) under cygwin.  And I want to link this file to other objects files that were compiled with TCC from SDT (ARM Software Development Toolkit) using ARMLINK.  I suppose the file compiled with gcc is in ELF format and files compiled with TCC is in AOF format.  How can I link them together?  Is there a way that I can convert the ELF format to AOF format?

Thanks a lot of your help,

Ben


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe at sources dot redhat dot com


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