Hello,
I am trying to run the 'hello_world_opencl' sample program from the Mali OpenCL SDK on an Android platform (version 5.0.1). Using my Linux desktop with the terminal, I unzipped the Mali OpenCL SDK Linux download .tgz file. Following the ARM Mali OpenCL tutorials from the website, I changed directories to the hello_world_opencl directory and I tried to run the command 'make install' however I got the following error:
arm-none-linux-gnueabi-g++ -c -Wall -I../../include -I../../common -I. hello_world_opencl.cpp -o hello_world_opencl.omake: arm-none-linux-gnueabi-g++: Command not foundmake: *** [hello_world_opencl.o] Error 127
What am I doing wrong? How can I fix this issue?
Thanks for your time and help,
David
Yes, as stated above, in order to use a Linaro pre-packaged toolset, you'll have to download the appropriate archive from linaro's HTTP repository and :
Extract the archive in a folder
Then add the folder to your path, like this:export PATH="$PATH":/path/to/gcc-linaro-arm-linux-gnueabihf-*_linux/bin/
export PATH="$PATH":/path/to/gcc-linaro-arm-linux-gnueabihf-*_linux/bin/