cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

akhal
Journeyman III

make errors with OpenCL

Hello

I have downloaded some of the Nvidia OpenCL samples available on website for Linux, and when I tried to run make command in the appropriate folder; it gives me this error with every sample:

/usr/bin/ld: cannot find -loclUtil_x86_64
/usr/bin/ld: cannot find -lshrutil_x86_64


The complete output from the make command is however like this:

cc1plus: warning: command line option ‘-Wimplicit’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from ../../..//OpenCL//common//inc/CL/opencl.h:44:0,
                 from ../../..//OpenCL//common//inc/oclUtils.h:26,
                 from inc/oclConvolutionSeparable_common.h:16,
                 from src/main.cpp:12:
../../..//OpenCL//common//inc/CL/cl_gl_ext.h:38:4: warning: "/*" within comment [-Wcomment]
cc1plus: warning: command line option ‘-Wimplicit’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from ../../..//OpenCL//common//inc/CL/opencl.h:44:0,
                 from ../../..//OpenCL//common//inc/oclUtils.h:26,
                 from inc/oclConvolutionSeparable_common.h:16,
                 from src/oclConvolutionSeparable_gold.cpp:12:
../../..//OpenCL//common//inc/CL/cl_gl_ext.h:38:4: warning: "/*" within comment [-Wcomment]
cc1plus: warning: command line option ‘-Wimplicit’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from ../../..//OpenCL//common//inc/CL/opencl.h:44:0,
                 from ../../..//OpenCL//common//inc/oclUtils.h:26,
                 from src/oclConvolutionSeparable_launcher.cpp:12:
../../..//OpenCL//common//inc/CL/cl_gl_ext.h:38:4: warning: "/*" within comment [-Wcomment]
/usr/bin/ld: cannot find -loclUtil_x86_64
/usr/bin/ld: cannot find -lshrutil_x86_64
collect2: ld returned 1 exit status
make: *** [../../..//OpenCL//bin//linux/release/oclConvolutionSeparable] Error 1



What am I missing that I can not run these samples? I have successfully installed  AMD, Nvidia, and Intel SDKs and my other OpenCL programs run successfully using these SDKs. Any help?

0 Likes
0 Replies