You can use command-line tools to build a native app for the QNX CAR application platform.
$ export QNX_CAR2_STAGING=$HOME/path/qnxcar2
$ source development-platform-installation-path/QNXSDP-env.sh
$ export MAKEFLAGS="-I${QNX_TARGET}/usr/include/mk $MAKEFLAGS"
$ export CPULIST=arm
$ export VARIANTLIST=v7
$ export QCONF_OVERRIDE=$QNX_CAR2_STAGING/qconf-override.mk
$ echo "INSTALL_ROOT_nto := $QNX_CAR2_STAGING/install" > $QCONF_OVERRIDE
$ echo "USE_ROOT_nto := $QNX_TARGET" >> $QCONF_OVERRIDE
$ echo "USE_INSTALL_ROOT = 1" >> $QCONF_OVERRIDE
$ make clean
$ make install
Note that the following files are created:
path/gles2-gears/nto/arm/o.le.v7/gles2-gears $QNX_CAR2_STAGING/install/armle-v7/usr/bin/gles2-gears