-
Notifications
You must be signed in to change notification settings - Fork 72
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
/usr/bin/ld: no find -lOpenCL #61
Comments
Looks like you dont have opencl installed on your system |
Hello, I have the same problem, but my drivers are already updated :-/ |
I am facing the exact same issue on a newly set up Ubuntu 16.04 system, all libs are installed as described in README.md. When running make I get this: |
Managed to fix this with a downgrade to Ubuntu 14.04 where it works as it should. |
I had the same error on ubuntu 16.04, and it resolved by following steps given in the following link : |
cc -c -std=c11 -Wall -pedantic -O2 -o network.o network.c
cc -o sia-gpu-miner sia-gpu-miner.o network.o -lOpenCL -lcurl
/usr/bin/ld: no find -lOpenCL
collect2: error: ld returned 1 exit status
Makefile:23: recipe for target 'sia-gpu-miner' failed
make: *** [sia-gpu-miner] Error 1
The text was updated successfully, but these errors were encountered: