Hello Haael, As Armin wrote, you can find the source code for ARM in the arm-backend-2 branch. There are some instructions on hot to cross-translate PyPy in the doc folder in the repository or on Bitbucket at https://bitbucket.org/pypy/pypy/src/arm-backend-2/pypy/doc/arm.rst
David haael wrote: > > Cool :). But is there anything to download to play with? > > haael > >> Take a look at morepypy and enjoy :-) >> >> http://morepypy.blogspot.com/search?q=arm >> >> -- >> Dott. Stefano Parmesan >> PhD Student ~ University of Trento >> <ahref Foundation - Trento - Italy >> Tel: 0461-235794 ext. 5544 >> >> >> >> On 8 March 2012 21:26, haael<[email protected]> wrote: >> >>> >>> I'm new to PyPy. I'm mostly interested in ARM architecture. My ultimate >>> goal is to run Python interpreter on a bare CPU without an operating >>> system, but for now I just want to compile PyPy using arm-eabi-gcc. >>> It does >>> not have to work, much less support anything, but my question is: >>> what is >>> the status of ARM target? There's nothing about it in the documentation. >>> >>> haael >>> >>> >>> ______________________________**_________________ >>> pypy-dev mailing list >>> [email protected] >>> http://mail.python.org/**mailman/listinfo/pypy-dev<http://mail.python.org/mailman/listinfo/pypy-dev> >>> >>> >> > > _______________________________________________ > pypy-dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pypy-dev _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
