PATH used by Momentics

The Momentics development environment doesn’t use Windows PATH environment variable. Instead is creates it’s own for cross platform development.

These are found in your home directory where QNX is installed. For example my windows username is ‘tim’ and my QNX folder for QNX 7 is

C:\Users\tim\qnx700

In here you’ll find batch and shell files that set the QNX paths and environment variables where to look for the libraries for compiling QNX 7 code (my case). The key file is qnxsdp-env.bat
You should also have a C:\Users'yourusername’\qnx632 folder for compiling under QNX632.

Right now your Momentics is set up to point to QNX632 by default. You’ll need to change it to look in QNX7 to compile QNX 7 code.

I don’t recall how to do that but it must be somewhere under the Momentics general configuration. This article essentially talks about what I wrote above and how you have to change configurations.

Tim

P.S. Its in your qconfig folder. For me that was in
C:\Users\tim\ .qnx\qconfig
In that folder is a single XML file that contains which version of QNX that Momentics uses when it starts. If you can’t figure out how to set that in Momentics you can hand edit this file to point between QNX7 and QNX6.3.2