Does binutils support multi-target at the same time?
Paul Brook
paul@codesourcery.com
Sat Nov 26 17:35:00 GMT 2005
More information about the Binutils mailing list
Sat Nov 26 17:35:00 GMT 2005
- Previous message (by thread): Does binutils support multi-target at the same time?
- Next message (by thread): Does binutils support multi-target at the same time?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Saturday 26 November 2005 16:48, WU Zilong wrote: > Hi all, > > Can I build binutils with multi-target? Such as enable both > arm-elf and arm-coff at the same? ./configure --enable-targets=whatever The assembler still only targets one arch but the rest of binutils can work with multiple formats[*]. > So I can convert .o file from arm-elf or arm-coff to each other freely? Not really. You can try objcopy, but chances are it won't work. ELF and coff are sufficiently different I'd be surprised if you can convert between the two in any vaguely reliable way. Paul [*] I haven't done exhaustive checks, but I think this is true.
- Previous message (by thread): Does binutils support multi-target at the same time?
- Next message (by thread): Does binutils support multi-target at the same time?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list