An adoption of https://pypy.readthedocs.org/en/release-2.4.x/arm.html
mkdir crosscompiler
cd crosscompiler/
git clone git://github.com/raspberrypi/tools.git --depth 1
cd ..
#!/usr/bin/env python | |
''' | |
A minimal example for calling the PyPy interpreter from CPython. | |
Derived from pyinteractive.py. | |
This only intended to understand what is going on when. | |
PyPy triggers arbitary C compiler runs in between ... | |
''' | |
source="print 'Hello World'" |
An adoption of https://pypy.readthedocs.org/en/release-2.4.x/arm.html
mkdir crosscompiler
cd crosscompiler/
git clone git://github.com/raspberrypi/tools.git --depth 1
cd ..