Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot find -lCocosDenshion (Blackberry) #1106

Closed
kslam opened this issue Jul 20, 2012 · 1 comment
Closed

cannot find -lCocosDenshion (Blackberry) #1106

kslam opened this issue Jul 20, 2012 · 1 comment

Comments

@kslam
Copy link

kslam commented Jul 20, 2012

Hi,
I found a problem that after I compile I got an error of "cannot find -lCocosDenshion" as below.

/Developer/SDKs/bbndk-2.1.0-beta1/host/macosx/x86/usr/bin/ntox86-ld: cannot find -lCocosDenshion
cc: /Developer/SDKs/bbndk-2.1.0-beta1/host/macosx/x86/usr/bin/ntox86-ld error 1
Build error occurred, build is stopped

I using bbndk-2.1.0-beta1.

Thank you.

Lam

@ghost
Copy link

ghost commented Feb 27, 2013

You need to build the CocosDenshion library object (.a file) by importing it into Momentics and building it. Just do Import->Existing projects and specify the cocos2d-x root folder, you should see a list of all possible projects to import. Pick the one for BlackBerry.

Once you've built that successfully add the CodeDenshion library path to your linker settings as follows:

image

Note that {ConfigName} is resolved to your current build configuration e.g. Device-Debug

@minggo minggo closed this as completed Aug 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants