Skip to content
CatalystG edited this page Apr 24, 2012 · 3 revisions

Building the Source

To build the source, import the project into the BlackBerry NDK. Before building, ensure the following settings:

Build Settings

  • Right click on project
  • Properties
  • C/C++ Build
  • Under builder, uncheck "Use default build command"
  • Enter "make -f Makefile.qnx" in "Build Command"

Makefile

Ensure that the following entry in Makefile is set correctly and pointing to your qcc:

  • CC_OVERRIDE = C:/bbndk-2.0.0/host/win32/x86/usr/bin/qcc -V4.4.2,gcc_ntoarmv7le
Clone this wiki locally