[Stackless] cross compile stackless from x86 to mipsel

Luca Dionisi luca.dionisi at gmail.com
Mon Feb 7 22:10:18 CET 2011


Hi
I am trying, without success at the moment, to cross compile stackless
(version 2.6.2) from a x86 host (linux) to a mips architecture.
I gathered some info on various sites:
http://www.cloudinto.com:8080/showItem/showDetail/7962913.html
http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html
http://www.ailis.de/~k/archives/19-ARM-cross-compiling-howto.html#python

I am using a OpenWRT buildroot as cross-compiler tools.
What I get is a MIPS executable (and libs) that runs on my router (a
Omnima ADM5120) but when I execute stackless.run() with some tasklet
then it immediately does a segmentation fault.
What could possibly have gone wrong?

Regards
--Luca



More information about the Stackless mailing list