This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Mali OpenCL SDK compile problem

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.o
make: arm-none-linux-gnueabi-g++: Command not found
make: *** [hello_world_opencl.o] Error 127

What am I doing wrong? How can I fix this issue?

Thanks for your time and help,

David

Parents
  • Hello Myy,

    I ran the commands:
    sudo dpkg --add-architecture armhf
    sudo apt-get update

    I noticed an errors:

    W: Failed to fetch ppa.launchpad.net/.../Sources 404 Not Found

    W: Failed to fetch ppa.launchpad.net/.../Packages 404 Not Found

    W: Failed to fetch ppa.launchpad.net/.../Packages 404 Not Found

    Then when I ran this:

    sudo apt-get install gcc-arm-linux-gnueabihf

    sudo apt-get install g++-arm-linux-gnueabihf

    However, when I run these commands, I get an error message stating "Unable to locate package".

    Any advice or help? Sorry to keep bothering you with these issues.

    Thanks,

    David

Reply
  • Hello Myy,

    I ran the commands:
    sudo dpkg --add-architecture armhf
    sudo apt-get update

    I noticed an errors:

    W: Failed to fetch ppa.launchpad.net/.../Sources 404 Not Found

    W: Failed to fetch ppa.launchpad.net/.../Packages 404 Not Found

    W: Failed to fetch ppa.launchpad.net/.../Packages 404 Not Found

    Then when I ran this:

    sudo apt-get install gcc-arm-linux-gnueabihf

    sudo apt-get install g++-arm-linux-gnueabihf

    However, when I run these commands, I get an error message stating "Unable to locate package".

    Any advice or help? Sorry to keep bothering you with these issues.

    Thanks,

    David

Children
No data