cross compile Python to Linux-ARM

Paul McGuire ptmcg at austin.rr.com
Thu Mar 19 16:52:13 EDT 2009


On Mar 19, 11:54 am, jefm <jef.mangelsch... at gmail.com> wrote:
> Hi,
> We are looking to use Python on an embedded Linux ARM system.
> What I gather from googling the subject is that it is not that
> straight forward (a fair amount of patching & hacking).
> Nobody out there that has done it claims it is easy, which makes me
> worried.
>

I've been able to use Debian to create a gumstix (I'm pretty sure this
is ARM-based) build root with Python, and I am a mere Linux dabbler.
Once built, I had the full standard Python lib, and was able to import
my custom pure Python code without a hitch.

-- Paul



More information about the Python-list mailing list