Login  Register

Re: JOCL on the ODROID-XU / Android

Posted by Xerxes Rånby on Oct 10, 2013; 12:17pm
URL: https://forum.jogamp.org/JOCL-on-the-ODROID-XU-Android-tp4030220p4030223.html

The quickest way to get your demo running within 2 weeks may be to create a symlink on your device libopencl.so -> /system/vendor/lib/libPVROCL.so
And then install and use the prebuilt jocl-armeabi.apk
http://jogamp.org/deployment/jogamp-current/apk/

The second quickest way it to change the lib search path in the JOCL JNI Lib loader is currently located in com.jogamp.opencl.JOCLJNILibLoader
and then compile your own jocl-armeabi.apk

JogAmp may start looking into a proper solution to bug/enhancement 773 issue first after the now imminent 2.1.0 release.