<div dir="ltr"><div><div><div><div><div><div>Hi Fergus,<br><br></div>Thanks for reply . I am invoking the DISTCC as below . In my build system file i mentioned as below <br><br>if ${WITH_DISTCC} == "yes"<br>CC             ?=      ${DISTCC} ${PATH TO GCC}gcc <br>
.else<br>CC              ?=      ${PATH TO GCC}gcc<br>endif<br><br></div>where DISTCC points to a location it is installed .  So just exploring how it is compiling with DISTCC and without DISTCC .<br><br></div>build command is like "mk <target name> WITH_DISTCC=yes" .<br>
<br></div>sample command line :<br><path/to/distcc>/3.1/bin/distcc  <path/to/compiler>/mips64-gcc   <command line arguments> <br><br><br></div>Regards<br></div>Yudhistir <br><div><div><div><div><div><br>
<div><div><div><br></div></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 25, 2014 at 10:48 PM, Fergus Henderson <span dir="ltr"><<a href="mailto:fergus@google.com" target="_blank">fergus@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">How exactly are you invoking distcc?</p>
<div class="gmail_quote"><div><div class="h5">On 25 Feb 2014 13:02, "yudhistir reddy" <<a href="mailto:yudhistir.reddy@gmail.com" target="_blank">yudhistir.reddy@gmail.com</a>> wrote:<br type="attribution">
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hi,<br><br>I am new to DISTCC . I feel its great tool . I am just started exploring it . <br><br></div>DISTCC used :  distcc/3.1 version . <br><br></div>


I am compiling source code on Linux (Ubuntu) machine . Distcc is complaining for below errors<br><br>Issue 1 :<br>cc: error: unrecognized option '-G0'<br><br></div>Compiler tool chain is for powerpc . This is happening for other machine arch also .  <br>


<br></div><div>Just for info about -G0 option .<br></div>"-G num<br>    Put definitions of externally-visible data in a small data section if that data is no bigger than num bytes. GCC can then generate more efficient accesses to the data; see -mgpopt for details.<br>


<br>    The default -G option depends on the configuration."<br><br></div>If i donot use DISTCC then i donot see this error from compiler . I am using gcc 4.2.1 compiler .<br><br><br><br></div>Issue 2:<br><br>gcc: cannot specify -o with -c or -S with multiple files .<br>


<br></div>I am getting this errror while generating the .bin for with mips64 compiler .  <br></div>I donot see this error without DISTCC . <br><br><br></div>Can you pls help me . Any help on this would be much appreciated .<br>


<br><br></div>Regards<br></div>Yudhistir<br><div><div><div><div><br><br><br><div><div><div><br><br></div></div></div></div></div></div></div></div>
<br></div></div>__<br>
distcc mailing list            <a href="http://distcc.samba.org/" target="_blank">http://distcc.samba.org/</a><br>
To unsubscribe or change options:<br>
<a href="https://lists.samba.org/mailman/listinfo/distcc" target="_blank">https://lists.samba.org/mailman/listinfo/distcc</a><br></blockquote></div>
</blockquote></div><br></div>