"ERROR: failed to exec i386-pc-linux-gnu-gcc" using distcc on cygwin
Khem Raj
kraj@mvista.com
Wed Jun 1 18:48:00 GMT 2005
Gary Taylor wrote:
>I'm not sure this is the right list for this error, please
>redirect if needed.
>
>I'm trying to use distcc running on cygwin 1.5.17-1. The
>client machine is Gentoo Linux using
>i386-pc-linux-gnu-gcc. I get this error when the client
>tries to send work to the Cygwin server-
>
>distccd[3352]
>(dcc_execvp) ERROR: failed to exec i386-pc-linux-gnu-gcc: No
>such file or directory
>
>On the Cygwin machine I installed crosstool-0.35, following
>the instructions at kegel.com by uncommenting the line
>eval `cat i386.dat gcc-3.3.5-glibc-2.3.2.dat` sh all.sh
>--notest
>
>I did an
># ln -s i386-unknown-linux-gnu-gcc.exe \
>i386-pc-linux-gnu-gcc.exe in the
>/opt/crosstool/gcc-3.3.5-glibc-2.3.2/i386-unknown-linux-gnu/bin
>dir thinking I could fool it in to working, but that still
>leaves all the other files with the original names.
>
>What is the correct method to fix this? Or have I really
>messed things up?
>
>Thanks,
>Gary
>
>
>
>
>
its looking for i386-pc-linux-gnu-gcc
and what crosstools might have produced it i386-unknown-linux-gnu-gcc
thats why the error.
you should changed the target option to gcc configure to
i386-pc-linux-gnu-gcc that might fix your issue.
Khem
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list