This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: --enable-targets=all cannot work with bfd?


Thanks Jan and Daniel,

For the amd64, I am OK now.

For the arm and mips, I found that because it get more than one
bfd_target in bfd_check_format_matches.  I try set arch and set osabi,
but still cannot handle it.  Does gdb have some way to handle it?

Best regards,
Hui

On Mon, Jan 11, 2010 at 17:29, Jan Kratochvil <jan.kratochvil@redhat.com> wrote:
> On Mon, 11 Jan 2010 04:58:46 +0100, Hui Zhu wrote:
>> $ ../src/configure --disable-sid --disable-rda --disable-binutils
>> --disable-gas --disable-ld --disable-gprof --enable-targets=all
>> --enable-64-bits-bfd
> ? ? ? ? ? ? ? ? ^ typo bits->bit
>
> amd64:
> not in executable format: File format not recognized
> arm:
> not in executable format: File format is ambiguous
>
> For arm it is something more specific.
>
>
> Regards,
> Jan
>
>
>> On Mon, Jan 11, 2010 at 11:44, Daniel Jacobowitz <dan@codesourcery.com> wrote:
>> > On Mon, Jan 11, 2010 at 11:25:05AM +0800, Hui Zhu wrote:
>> >> What I miss?
>> >
>> > Try --enable-64-bit-bfd.
>> >
>> > --
>> > Daniel Jacobowitz
>> > CodeSourcery
>> >
>


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