Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Compiling for playbook? #9

@dertom95

Description

@dertom95

Hi there, first of all thanks for the effort to get ogre up and running on bb10. Since I own a playbook I wonder what I would have to change to get this set up for playbook.

What I did so far is to change the cmake-toolchain's cc/cxx-flags to:

set( BLACKBERRY_CC_FLAGS " -V4.4.2,gcc_ntoarmv7le -D__QNX__" )
set( BLACKBERRY_CXX_FLAGS " -V4.4.2,gcc_ntoarmv7le -Y_gpp -D__QNX__" )

(corresponding for x86)

and I commented out the code inside handleNavigatorEvent (SampleBrowser_Blackberry.h) since this seems to be changed from the playbook to bb10-ndk.

I got it compiled and installed, but got an 'due to error 8'-error. That seems to be thrown when you try to execute x86-code on the arm-machine, but I'm (quite) sure that I have everything compiled in arm-mode with its arm-dependencies.

Any chance to see a more detailed error-report. I didn't get it yet (I'm very new to blackberry-development), how to access useful information about problems like this (any hint to find something like logcat for android?)

Thanks,ToM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions