This is the mail archive of the crossgcc@sourceware.org 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]

Re: crosstool-NG: binutils config fails each time


On Fri, 15 Feb 2008, Dimitry Andric wrote:

> On 2008-02-15 10:36, Robert P. J. Day wrote:
> > configure:2782: checking for i686-pc-linux-gnu-gcc
> > configure:2798: found /opt/x-tools/x86_64-unknown-linux-uclibc/bin/i686-pc-linux-gnu-gcc
> > configure:2808: result: i686-pc-linux-gnu-gcc
> > ...
> >
> >   good, good ... the configuration process successfully locates the
> > executable called "i686-pc-linux-gnu-gcc" in the correct directory.
> > but immediately thereafter, we see:
> >
> > ...
> > configure:3090: checking for C compiler version
> > configure:3093: i686-pc-linux-gnu-gcc --version </dev/null >&5
> > i686-pc-linux-gnu-gcc: No such file or directory
>
> Can you please post the outputs of:
>
> ls -l /opt/x-tools/x86_64-unknown-linux-uclibc/bin/i686-pc-linux-gnu-gcc
> file /opt/x-tools/x86_64-unknown-linux-uclibc/bin/i686-pc-linux-gnu-gcc

note -- it's not clear that you can debug this using standard
crosstool (CT) since CT appears to support only up to binutils-2.16.1
and CT-ng supports both 2.17 and 2.18, so you'll have to grab CT-ng if
you want to follow along.

coincidentally, i'm the one who added support for binutils-2.18 to
CT-ng, which consisted of simply seeing which patches for b-2.17
needed to be brought forward.  maybe i screwed that up.  i'm going to
go back and verify that work, but yann morin claims that he can build
all those toolchains on ubuntu while it's my attempts on fedora that
keep failing.

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
    Have classroom, will lecture.

http://crashcourse.ca                          Waterloo, Ontario, CANADA
========================================================================

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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