![]() |
Mali OpenCL SDK v1.1.0
|
Solutions to common issues found when using the Mali OpenCL SDK v1.1.0.
error while loading shared libraries: libOpenCL.so: cannot open shared object file: No such file or directory
While running a sample on the board the OpenCL library cannot be found.
Add it to your LD_LIBRARY_PATH on the board. For example:
make: command not found
The Linux tool make is not installed.
Install the make package. For example:
make: arm-none-linux-gnueabi-g++: Command not found
The Sourcery CodeBench cross compiler cannot be found.
Make sure it is installed and in the path. For example: