Have tried that......but its the xbox that keeps failing with &quot;Assembler errors&quot; when compiling.&nbsp; Somehow, when that happens, the whole disk turns to a read only filesystem, and i need to reboot inorder to try again, but it fails all the time (usually after waiting 6 hrs).&nbsp; Its not a disk space issue, not a drive issue (this is a test xbox and i have multiple drives here) nor IDE issue (have replaced the cable).&nbsp; I get no relevant errors except &quot;Assembler errors&quot;<br>
<br>After months of trying EVERYTHING i could come up with, now i want to try to compile on another computer<br><br><div class="gmail_quote">On Tue, Mar 11, 2008 at 3:07 PM, Robert Johnston &lt;<a href="mailto:anaerin@gmail.com">anaerin@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Tue, Mar 11, 2008 at 1:32 PM, Ryan &lt;<a href="mailto:wyild1@gmail.com">wyild1@gmail.com</a>&gt; wrote:<br>

&gt; hehe wow WAY over my head. &nbsp;LOL i have never tried to compile for another<br>
&gt; system before. and the xbox is using a 2.4 kernel because it is using an<br>
&gt; rootfs file so i can dual boot XBMC and xebian.<br>
&gt; So your saying vmware installed wit Xebian should work to compile it on? Any<br>
&gt; pointers you can give me will be greatly appreciated because i want to try<br>
&gt; the new 0.21 with my DVB-S setup.<br>
<br>
</div>An alternative could be to make sure your linux box/VM and XBox have<br>
the same version of GCC, then use DistCC to have the main PC do most<br>
of the heavy lifting. This also has the advantage that the more<br>
machines you can spare, the faster the compile goes.<br>
<br>
So, something like:<br>
<br>
DISTCC_HOSTS=&quot;VM1 VM2 VM3 localhost&quot; make -j8<br>
<br>
Would get DistCC to send tasks to VM1,2 and 3 before the local xbox<br>
tries to compile, and will run 8 compile tasks simultaneously.<br>
<br>
It&#39;s tres handy.<br>
<font color="#888888">--<br>
Robert &quot;Anaerin&quot; Johnston<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>