Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to target QNX 6.5 form Momentics 5.0.1: (3 Items)
   
How to target QNX 6.5 form Momentics 5.0.1  
The 6.6 SDP released with a an updated version of Eclipse as well as GCC, improving C++ development.  What is the proper
 way to use Momentics 5.0.1 to target QNX 6.5, so that when developing for that platform one can get the benefits of the
 new IDE and compiler?

In addition, what is the best way to do C++11 development that can execute correctly on QNX 6.5?
Re: How to target QNX 6.5 form Momentics 5.0.1  
Just found your post because I needed the same thing.

This is what I did.

If you have qnx650 also installed, in the /etc/qnx/qconfig directory there are some .xml files pertaining to the various
 qnx installations you have (up to 6.5).  qnx_software_development_platform_6.5.0.xml may be one of them.

This same directory exists in the /opt/qnx660/.qnx directory.

Copy those .xml files over to the .qnx directory in your qnx660 installation.  

Restart eclipse from the qnx660 install and you should see 6.5.0 there.

I haven't tried to see if it will build yet, but at least its showing up :)

Kevin
Re: How to target QNX 6.5 form Momentics 5.0.1  
You also have to sort out licensing things and select the right tool chain, if you haven't already figure this out, I 
can add details...