Re: How to port Python to an ARM running NucleusPlus OS

2009-03-28 Thread Thomas Ng
Hi Thanks, probably I will start with cross-compiling the python and see what happen. And to compile a minimal python, what are the list of source files that need to be compile? Any makefile (or other files) that's included in the download package that I should refer to? Thanks again! Thomas --

Re: How to port Python to an ARM running NucleusPlus OS

2009-03-28 Thread Nick Craig-Wood
Thomas Ng wrote: > I'm planning to port the Python to run on an embedded device running > Nucleus+ OS on ARM7 processor. > > Can anyone help to advise how to get started? > > Where I am now: I've downloaded the Python 2.6 from SVN and able to > compile it using VC++. But no idea how to proc