I’m getting the below error when I try ‘make’ cuda & the supplied demos.
linux-cd39:~/NVIDIA_CUDA_SDK # make
make[1]: Entering directory `/root/NVIDIA_CUDA_SDK/common'
a - obj/release/bank_checker.cpp.o
a - obj/release/cmd_arg_reader.cpp.o
a - obj/release/cutil.cpp.o
a - obj/release/stopwatch.cpp.o
a - obj/release/stopwatch_linux.cpp.o
a - obj/release/multithreading.cpp.o
make[1]: Leaving directory `/root/NVIDIA_CUDA_SDK/common'
make[1]: Entering directory `/root/NVIDIA_CUDA_SDK/common'
In file included from ./../common/inc/paramgl.h:13,
from src/paramgl.cpp:8:
./../common/inc/GL/glut.h:60:20: error: GL/glu.h: No such file or directory
make[1]: *** [obj/release/paramgl.cpp.o] Error 1
make[1]: Leaving directory `/root/NVIDIA_CUDA_SDK/common'
make: *** [lib/libparamgl.so] Error 2
I’m running the following cuda & driver versions: -
NVIDIA-Linux-x86_64-180.22-pkg2.run
cuda-sdk-linux-2.10.1215.2015-3233425.run
cudatoolkit_2.1_linux64_ubuntu8.04.run
Hope someone can help
Thanks.