[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] libbfd???
From: |
Peter |
Subject: |
Re: [avr-gcc-list] libbfd??? |
Date: |
Mon, 7 Feb 2005 01:23:25 +0100 |
User-agent: |
KMail/1.6.2 |
Am Sonntag, 6. Februar 2005 20:59 schrieb Preben Mikael Bohn:
> > On Sunday 06 February 2005 10:27 am, Preben Mikael Bohn wrote:
> >> In any case, I have also tried to install it to
> >> /usr/lib/libbfd.a and /usr/include/bfd.h, and it still does not work...
> >
> > And then you said
> >
> > ./configure --with-bfd-path=/usr
> >
> > and it still didn't work?
>
> Exactly
>
> Best regards Preben
I had exactly the same Problem. I solved it by putting libbfd.a
in $PREFIX/i686-pc-linux-gnu/avr/lib/libbfd.a
and bfd.h
in $PREFIX/i686-pc-linux-gnu/avr/include/bfd.h
I took these files from the binutils build directory. somehow they weren't
installed - even not with the explicit install switch to configure - no idea
why.
Best Regards
Peter