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.