Hi all, 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) I made a masquerade link and exported it to the PATH, also exported /sh4/bin to the PATH
cd /usr/lib/bin/ mkdir distcc cd distcc ln -s /usr/bin/distcc sh4-linux-gcc ln -s /usr/bin/distcc sh4-linux-g++ ln -s /usr/bin/distcc sh4-linux-c++ When I launch the compilation with the compiler sh4-linux-gcc, I have this error (dcc_execvp) ERROR: failed to exec sh4-linux-gcc: No such file or directory Could someone tell what to do? I am sorry if my question has already been asked. Thanks wad
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc
