Building a native application in the IDE

From within the IDE you can build, execute, and view your native app running on the target display.

The steps below assume that you have checked out the gles2-gears project.
To build the project in the IDE, follow these steps:
  1. Right-click over the gles2-gears project and select Build Configurations > Set Active > ARM v7 – Little Endian.
  2. Right-click over the gles2-gears project and select Build Project.
  3. Expand the project folder and you'll see the binary that has been created.
  4. Right-click over the gles2-gears binary and select Run As > C/C++ QNX Application.
  5. On the target touchscreen, tap the Applications tab (bottom right) to see the program running.
  6. In the IDE's Console view, click Terminate to stop the application.