Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Cross compile python 2.7.x for QNX 6.6.0: (2 Items)
   
Cross compile python 2.7.x for QNX 6.6.0  
I am looking for working instruction of how to cross compile python 2.7.x for QNX 6.6.0. My QNX 6.6.0 SDK is Linux based
 and target is Intel PC QNX 6.6.0. 
Publicly available QNX python 2.7.2 package  is build for 6.5.0 and references libraries which are not compatible with 
QNX 6.6.0 libraries.


Regards,
Janusz
Re: Cross compile python 2.7.x for QNX 6.6.0  
There are two strategies you could try.
1) Copy the missing QNX 6.5 libraries to your QNX 6.6 system.
2) Build Python for QNX 6.6.   The path of least resistance might be to spin up a Linux system, install Momentics and 
then download the open source using the usual ./configure ; make ; install  process.   You might need to add some 
options to ./configure to make sure you get QNX and the processor you want.