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 to all,
I am using a Debian Linux host computer. I would like to cross-compiler some ARM Mali OpenCL sample code from the SDK. I have been searching all over the Internet and I have found several websites that state that I should run either one of these install commands:
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".
Additional information, I ran these commands before the install gcc and g++ commands:
sudo dpkg --add-architecture armhfsudo apt-get update
I noticed an errors:
W: Failed to fetch ppa.launchpad.net/.../Sources 404 Not FoundW: Failed to fetch ppa.launchpad.net/.../Packages 404 Not FoundW: Failed to fetch ppa.launchpad.net/.../Packages 404 Not Found
Any advice or help?
Thanks,
David