re: Cross Comiler for Python?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hendrik van Rooyen

    re: Cross Comiler for Python?

    Diez wrote:
    >Look at the gumstix project, they do have a cross-compiled python in there.
    >You should be able to get an idea on how to do that yourself.
    >
    >It involves (or at least did back then) a bit of trickery as the
    >build-process of python uses the freshly created interpreter to pre-compile
    >modules. But it is possible.
    Thanks Diez will look at it.

Working...