<br><br><div class="gmail_quote">On Sun, Oct 16, 2011 at 20:03, Maciej Fijalkowski <span dir="ltr">&lt;<a href="mailto:fijall@gmail.com" target="_blank">fijall@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>On Sun, Oct 16, 2011 at 11:00 AM, Nicolas Hureau<br>
&lt;<a href="mailto:nicolas.hureau@gmail.com" target="_blank">nicolas.hureau@gmail.com</a>&gt; wrote:<br>
&gt; Hello everyone,<br>
&gt;<br>
&gt; On 24 August 2011 15:14, Armin Rigo &lt;<a href="mailto:arigo@tunes.org" target="_blank">arigo@tunes.org</a>&gt; wrote:<br>
&gt;&gt; Sven and David are currently working on the PowerPC backend in the<br>
&gt;&gt; branch &quot;ppc-jit-backend&quot;, if you want to follow; it is still at an<br>
&gt;&gt; early stage, which means that the amount of code so far should be<br>
&gt;&gt; reasonable.<br>
&gt;&gt;<br>
&gt;&gt; Sorry to answer this late, it seems that nobody is very much<br>
&gt;&gt; interested in contributing...  All I can promise myself is to give you<br>
&gt;&gt; some help, as I do right now with Sven. :-)<br>
&gt;<br>
&gt; I&#39;m also interested in contributing to a MIPS port of the JIT backend.<br>
&gt;<br>
&gt; Is there any tip for cross-compiling PyPy that I should know about<br>
&gt; before beginning ?<br>
&gt;<br>
&gt; Thanks,<br>
<br>
</div>Cross compiling pypy is a bit hairy because PyPy (at translation time)<br>
queries underlaying Python enviroment for some details. You might be<br>
able to get rid of that, but it&#39;s a bit of work. We&#39;re here to help<br>
though. And no, there are no cross-compiler tools I&#39;m aware of.<br>
<br>
Cheers,<br>
fijal<br>
<div><div></div><div><br></div></div></blockquote><div><br></div><div>Hi,</div><div><br></div><div>I have been using the scratchbox2 <a href="http://freedesktop.org/wiki/Software/sbox2" target="_blank">http://freedesktop.org/wiki/Software/sbox2</a> toolchain to cross-translate PyPy for ARM targeting the Ubuntu ARM port.</div>

<div>There is bit of documentation about using it in the ARM branch at <a href="https://bitbucket.org/pypy/pypy/src/arm-backend-2/pypy/doc/arm.rst" target="_blank">https://bitbucket.org/pypy/pypy/src/arm-backend-2/pypy/doc/arm.rst</a></div>
<div>Maybe the information there is helpful for MIPS.</div>
<div><br></div><div>Greetings,</div><div><br></div><div>David</div><div><br></div></div>