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


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: binutils


Hi Sares,

> Thanks for the reply,
> i686-*-linux target does not exist in bfd/config.bfd. What I should
> add to that file? I require binutils to convert one coff file to
> change to elf format.

I think that it would be better to update your sources to the latest
version.  For example in the current sources the config.bfd file has
this entry:

  i[3456]86-*-linux-gnu*)
    targ_defvec=bfd_elf32_i386_vec
    targ_selvecs="i386linux_vec bfd_efi_app_ia32_vec"
    ;;

Which should suit your needs.

Cheers
        Nick


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