Paul Boddie <[EMAIL PROTECTED]> wrote:
>  On 19 Sep, 20:36, Paul McGuire <[EMAIL PROTECTED]> wrote:
>  The inquirer might also consider crosstool, which is good at building
>  cross-compilers for GNU/Linux targeting "Embedded Linux":
> 
>  http://www.kegel.com/crosstool/
> 
>  As for building Python itself, searching the Python bug tracker for
>  "cross-compile" might provide some patches and advice:

You could also do the build using qemu which can emulate an ARM
system.

Debian do a complete ARM userspace, so you can install that under qemu
and do native builds.

Cross compilers work well though - we build our app which has python
embedded for ARM using a cross compiler running under debian.

-- 
Nick Craig-Wood <[EMAIL PROTECTED]> -- http://www.craig-wood.com/nick
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to