[Stackless] Port of 2.4.3 for arm32 and Zaurus
Sylvain Baro
sylvain.baro at laposte.net
Tue Aug 15 18:46:06 CEST 2006
Hello,
With the great help of Richard, I managed to port and run Stackless
to OpenBSD for Zaurus.
Here is a link to the files to use : http://basy.free.fr/
stackless_arm_zaurus.tgz
The recursive diff arm32.patch should work on any platform, with a
little tweaking. The files specific to OpenBSD/Zaurus are the patch_*
files.
To build for arm32 :
- apply the arm32 patch;
- ./configure;
- add a -D__arm32__ to the OPT and the CPPFLAGS
- make, make install
To build for OpenBSD/Zaurus
- apply the arm32 patch;
- ./configure --prefix=installationprefix
- apply the patch_* on the proper files
- make, make install
Sorry to produce post configure patches I'm not very fond/skilled
in ./configure scripts
Regards,
Sylvain Baro.
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list