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
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