This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Creating cross compiler from gcc
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Subject: Creating cross compiler from gcc
- From: "Moore, Jason" <Jason_Moore at gilbarco dot com>
- Date: Fri, 14 Jan 2000 13:31:28 -0500
I am trying to install gcc 2.95.2 as a cross compiler. I am seeing a
strange error that I don't know how to get around.
I have compiled the binutils for my target and have installed them.
After I configure gcc, I type "make" in the gcc obj directory and get this
error:
collect2: cannot find `ld'
make[1]: *** [libgcc1-test] Error 1
make[1]: Leaving directory `/home/jam/gccobj/gcc'
make: *** [all-gcc] Error 2
Any suggestions?
-Jason