Troubles building a (nearly) unified tree
H. J. Lu
hjl@lucon.org
Thu Nov 7 10:02:00 GMT 2002
On Thu, Nov 07, 2002 at 09:53:33AM -0800, H. J. Lu wrote:
> On Thu, Nov 07, 2002 at 12:49:56PM -0500, Peter Barada wrote:
> >
> > I'm having trouble trying to build an m68k-elf cross-copmiler from the
> > ananymous cvs sources, and I 've checked out the gcc tree, the
> > binutils tree ad the newlib tree.
> >
> > I figured out pretty quickly that I wanted to leave the binutils and
> > newlib trees together, and then attempted to configure it with:
> >
> > mkdir -p obj/junk/m68k-elf ; cd obj/junk/m68k-elf
> > ../../../src/configure --target=m68k-elf --prefix=/tmp/junk
> >
> > and build it, but it failed since it was loking for the cross compiler
> > to build it.
> >
> > I placed in the src directory a link to the gcc tree (which was
> > checked out at a peralle level to 'src') (cd src ; ln -s ../gcc
> > gcc) and reconfigured, and that worked, but when I built it, it fails with:
> >
>
> This is the Makefile I am using for making a combined source tree of
> gcc 3.2 in CVS and the current binutils in CVS.
>
One more thing, I am using lndir from XFree86. You may need the latest
lndir from XFree86 in CVS. I can provide the fixed lndir.c.
H.J.
More information about the Gcc
mailing list