Build for the success of peripheral liberation but build for debugging device failed

Hi, I have created new project with the new SDK of my previous old SDK which is already can build release and debug of the device device.

I'm just copying the file in the src folder and active and made the minor change due change of myApp.cpp to applicationui.cpp

(I'm doing this because when create export release build, the size of .bar .bar file is big - I'm already the clean)

When I build this device release is success but for device debugging failed.

The error is:

make: * [Device-Debug] error 2

make [1]: * [debug] error 2

make [2]: * [o.le - v7-g/myApp] error 1

How to solve this problem?

Something I forgot? or things usually cause this?

Thank you

Ah I found the solution.

Must add the .pro file:

LIBS +=-lbb

Maybe on the old SDK don't project any need to add this, but the new SDK project may need this (I don't know). But after that I added this on my .pro, the success of my project build on the device debugging.

Thank you

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for