Everytime I try to compile an example, I always get something that’s missing. For instance when I tried to compile deviceQuery using the make command, I get this:
/usr/bin/ld: cannot find -lcutil
collect2: ld returned 1 exit status
make: *** […/…/bin/linux/release/deviceQuery] Error 1
or when I try to ‘make’ boxFilter I get:
/usr/bin/ld: cannot find -lcutil
collect2: ld returned 1 exit status
make: *** […/…/bin/linux/release/deviceQuery] Error 1
-lcutil refers to the cuda utilities library that’s included with the SDK. Try make using the Makefile provided in NVIDIA_CUDA_SDK/ not in the individual project folder. Hope this helps!