05-23-2012 11:04 PM
Hi,
I downloaded the BB10 native SDK (10.0.4) and the sample apps pack. However, some of the sample apps fail to compile (for example AudioControl and BelligerentBlocks). The target is playbook (not simulator).
I am getting a make error the following:
make[2]: *** [C:/ndk-10.0.4-workspace/AudioControl/arm/o.le-v7/
make[1]: *** [all] Error 2
make: *** [all] Error 2
Looking at the build logs, I am getting the following linker error:
`C:/ndk-10.0.4-workspace/AudioControl/arm/o.le-v7'
C:\bbndk-10.0.4-beta\host\win32\x86\usr\bin\ntoarm
make[1]:
Am I missing something obvious? I am competely new to makefiles so if anyone has any suggestion, it would be welcome.
Thanks.
Solved! Go to Solution.
05-24-2012 01:55 PM
The latest NDK for Playbook is available from: //developer.blackberry.com/native/download/
For Cascades NDK 10.0.4, follow the instructions in Momentics help/Help Contents/Getting started/Getting Started Guide/Install and configure the simulator
05-26-2012 07:34 PM
Thank you for your reply. The issue was that I was not linking properly. Once I added the correct libraries everything compiles.
Thanks.