We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello
I am having the Mali Opencl SDK v1.1.0
I want to run those samples in Android.
I am having OpenCL libraries so that s not an issue.
But i want to generate the activity files and native files for the corresponding cpp files.
Plse help me out.
Thks
Thanks Chris.
ndk-build NDK_APP_APPLICATION_MK=<file> --> rebuild, using a specific Application.mk pointed to by the NDK_APP_APPLICATION_MK command-line variable.
-------------------
Application.mk:
APP_ABI := armeabi-v7a
APP_PLATFORM := android-19
APP_STL := gnustl_static
APP_CPPFLAGS += -fexceptions -frtti.
------------------
Will this work?
Alternatively,I boot Odroid-xu3 in Ubuntu and then install Mali SDK and compile the cpp sources. Will it run?