-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VC4CL installation error #56
Comments
It says requires |
Thanks for the answer. I've tried
But without success. |
Maybe ubuntu 16.04 does not support opencl-c-headers package? |
Debian provides them, so they should be in the repositories... If not, you can manually download them from the link I provided. Well, Ubuntu16.04 may not provide them, Idk, maybe it is too old... |
I've installed opencl-c-headers from the link but it currupts the installation of opencl-headers. I'm really confused... Also, clinfo returns 0 platforms. |
For Raspbian, the full installation guide is as follows:
At least that is the guide for Raspbian. For any other Debian it should be similar.
|
Also note, for other OSes (other than Raspbian), you will need to make sure, the required kernel modules and the Raspberry Pi userland libraries are available. |
Thanks for all the support. Just to check. To install VC4C/VC4CL-StdLib/VC4CL I should do
in each build directory, right? |
Well, you should build without root rights and only install with root rights. But otherwise yes. The order is important though, you need to install VC4CLStdLib before building VC4C! |
Installing raspbian do the trick, thank you very much! Now, I will try to link VC4CL with ROS. |
That depends on what ROS is? |
ROS = Robot Operating System. |
Note that ROS compiles using Cmake! |
If the ROS supports OpenCL and supports using the OpenCL ICD loader, then it should work out-of-the-box. |
I'm not sure... But I'll give it a try. Thanks for all the support. |
Hello.
I was able to build VC4CLStdLib, VC4C and VC4CL.
I installed both VC4CLStdLib and VC4C by:
But, when I install VC4CL by
I get:
This is strange because I've installed it by:
Any ideas?
Thanks in advance.
The text was updated successfully, but these errors were encountered: