This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Creating cross compiler from gcc


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

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