Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Python on QNX: (1 Item)
   
Python on QNX  
Hi,

I am working on porting a middleware application to make it work on QNX. Part of our application is python code.  So I 
need cross compile Python for QNX. 

My setup.

development machine : fedora 8 i686
cross compiler :  QNX momentics 6.3.2 
target     : QNX ppc machine.

Now I am not finding a correct version of python which I can compile for QNX.

I tried to cross compile python-2.2.1-qnx6.tar.gz. and I picked it from   http://sourceforge.net/projects/pyqnx.

The  steps involved in compiling it are as below

1 export QNX_CONFIGURATION=/etc/qnx
2 export QNX_HOST=/opt/qnx632/host/linux/x86
3 export QNX_JAVAHOME=/opt/qnx632/_jvm142
4 export QNX_TARGET=/opt/qnx632/target/qnx6
5. ./configure --host=powerpc-unknow-nto-qnx6.3.0

after this the configure hangs at "checking whether the C++ (QCC  ) compiler works. 

Please guide me what should I do to cross compile.

Thank you in advance.

Regards,
Amit