Python on an Real-Time Operation System (RTOS)

后端 未结 5 2109
孤城傲影
孤城傲影 2020-12-13 21:01

I am planning to implement a small-scale data acquisition system on an RTOS platform. (Either on a QNX or an RT-Linux system.)

As far as I know, these jobs are perfo

5条回答
  •  春和景丽
    2020-12-13 21:54

    One important note: Python for QNX is generally available only for x86.

    I'm sure you can compile it for ppc and other archs, but that's not going to work out of the box.

提交回复
热议问题