Attualmente sto cercando di compilare un semplice programma fornito in OpenCL da questo sito Web. Mi darà il necessario di DeviceInfo
cui ho bisogno. Dopo aver semplicemente invocato a make
, ottengo l'errore di seguito:
sharan@sharan-X550CC:~/opencl-ex/Ex1$ make
g++ DeviceInfo.cpp -I ../../Cpp_common -lOpenCL -o DeviceInfo
/usr/bin/ld: cannot find -lOpenCL
collect2: error: ld returned 1 exit status
Makefile:23: recipe for target 'DeviceInfo' failed
make: *** [DeviceInfo] Error 1
Ora ho installato usando le istruzioni di questo sito web. Tuttavia, ho ancora ottenere l'errore sopra.
Come posso risolvere questo errore?