<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 29 March 2015 at 20:13, leledumbo <span dir="ltr"><<a href="mailto:leledumbo_cool@yahoo.co.id" target="_blank">leledumbo_cool@yahoo.co.id</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> Does the basic make INSTALL create ppcross386<br>
<span class="">> It works on a 64bit Ubuntu 14.04 system but fails when I try it on a 32bit<br>
> Ubuntu 12.04 system.<br>
<br>
</span>It's weird to ask something like this, assuming you've understood the build<br>
process already. I thought I've ever mentioned it, but here's again: when<br>
you build the cross compiler, that is when CPU_TARGET is not the same as<br>
host, the resulting compiler is ppcross<cpu>. Otherwise, which is your case<br>
now, it's ppc<cpu>.<br>
<br>
Make install accepts the same parameter as other make targets, so above rule<br>
holds. Certainly, make install does NOT compile anything. Its purpose is to<br>
install what "make all" compiles and links.<br>
<br>
To conclude: No ppcross386 shall be created nor installed in case of<br>
building for i386 under i386 systems.<br>
<br clear="all"></blockquote><div><br></div><div>As I mentioned before my script was adapted from the Sysrpl script which written for a 64bit Ubuntu 14.04 , and may not have been tried on a 32bit system.<br></div><br></div><div class="gmail_quote">1. When 'make all' followed by 'make install' does the 'make all' command generate the cross compilers as well, for them to be installed by crossinstall, or does cross install create the cross compiler from scratch then install it afterwards?<br><br></div><div class="gmail_quote">2. Does the source download come with all the necessary tools for a successful crossinstall, or are there additional tools required, and does the make process check for their presence before starting the compilation?<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">-- <br></div><div class="gmail_signature">Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a></div>
</div></div>