Unable to run simple c application(qcc not available)

Hi Team,

I am unable to run simple c application on QNX 6.5.0 image for Beagle Board.It is showing qcc is not there in this image.

Please let me know from which link I can download QCC.

Or any other compiler is available for QNX 6.5.0 image

Thanks,
Pratap

I am unable to run simple c application on QNX 6.5.0 image for Beagle Board.It is showing qcc is not there in this image.
Why would you want to run qcc on Beagle Board? That is your target! The compiler runs on your Momentics development host.

I think you mean that you are unable to compile on the Beagle board. I believe that the Beagle board uses an ARM processor. I don’t think the hosted development of QNX runs on ARM, but rather you must cross compile from one of the supported development systems.

My favorite is QNX x86 self hosted, but you can also cross compile from Windows, Linux and I think Solaris.