From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Moore, Jason" To: "'gcc-help@gcc.gnu.org'" Subject: Creating cross compiler from gcc Date: Fri, 14 Jan 2000 10:31:00 -0000 Message-id: <200001141831.NAA05726@hoover.gilbarco.com> X-SW-Source: 2000-01/msg00130.html 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Moore, Jason" To: "'gcc-help@gcc.gnu.org'" Subject: Creating cross compiler from gcc Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200001141831.NAA05726@hoover.gilbarco.com> X-SW-Source: 2000-q1/msg00130.html Message-ID: <20000401000000.zHCkJem-6SsL_GmuxUFkrx4qpyYcbq-6_53rPA5jJpE@z> 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