Hi all,<br><br>I installed distcc in two machines, I have distcc working with gcc but not with sh4-linux-gcc. I need sh4-linux-gcc for cross compilation.(sh4-linux-gcc under /opt/.../sh4/bin and installed in both machines)<br>
I made a masquerade link and exported it to the PATH, also exported /sh4/bin to the PATH<br><br>cd /usr/lib/bin/<br>mkdir distcc<br>cd distcc<br>ln -s /usr/bin/distcc sh4-linux-gcc<br>ln -s /usr/bin/distcc sh4-linux-g++<br>
ln -s /usr/bin/distcc sh4-linux-c++<br><br>When I launch the compilation with the compiler sh4-linux-gcc, I have this error<br><br>(dcc_execvp) ERROR: failed to exec sh4-linux-gcc: No such file or directory<br><br>Could someone tell what to do?<br>
I am sorry if my question has already been asked.<br><br>Thanks<br><br>wad<br>