当前正在尝试从该网站编译OpenCL中提供的简单程序。它会给我DeviceInfo
我所需要的。简单地调用a之后make
,我得到以下错误:
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
现在,我已按照该网站上的说明进行安装。但是,我仍然得到上面的错误。
我该如何解决这个错误?