[Python-Dev] Python on ThreadX

Alexander Neundorf alex.neundorf at kitware.com
Wed Apr 2 22:37:26 CEST 2008


On Wed, Apr 2, 2008 at 10:12 PM, Pree Raj <priyarp.tech at gmail.com> wrote:
> Hi,
> I have an application that used python on linux.
> I want to port it to run on ThreadX.
> Can you tell me if this can be possible.
> If yes, how can I get started.

I managed to get Python to work under eCos, which is also a small RTOS
(one binary firmware image, no shared libraries, one process space).
So I think it should be possible for ThreadX too.
I did this with the cmake-based build.

Alex


More information about the Python-Dev mailing list