building sample codes with error shared/libshrutil.so error 2

Hi all,

I have problem with building OpenCl code samples. I always get this error:

srnka@debian:~/OpenCL_samples/oclNbody/NVIDIA GPU Computing SDK/OpenCL$ make

make[1]: Entering directory `/home/srnka/OpenCL_samples/oclNbody/NVIDIA GPU Computing SDK/OpenCL/common'

a - obj/release/oclUtils.cpp.o

make[1]: Leaving directory `/home/srnka/OpenCL_samples/oclNbody/NVIDIA GPU Computing SDK/OpenCL/common'

make[1]: Entering directory `/home/srnka/OpenCL_samples/oclNbody/NVIDIA GPU Computing SDK/shared'

make[1]: *** No targets specified and no makefile found.  Stop.

make[1]: Leaving directory `/home/srnka/OpenCL_samples/oclNbody/NVIDIA GPU Computing SDK/shared'

make: *** [shared/libshrutil.so] Error 2

I have 64bit Debian squeezy with nvidia drivers version 195.36.31-6, nvidia-opencl-icd and in path /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games.

Do you know where could be problem?

Thank for all advices.

I have the same issue. It seems the makefile is missing in that location. I don’t think there are any sources either. Did they get removed or something?

None of the OpenCL examples are buildable on Linux.

My post on this topic.
[url]OpenCL example makefile not found for libshrutil_x86 build - CUDA Programming and Performance - NVIDIA Developer Forums

Did you find the solution ?: