I got the following building error when I tried to run an SDK project example. Any ideas for fixing it are appreciated.
system:
Dell Precision T7400
CUDA 1.1
RedHat
Tesla C870
Latest drivers are installed
gmstrie@akoglu1:~/Desktop/ReductionCuda/NVIDIA_CUDA_SDK$ make
make[1]: Entering directory /home/gmstrie/Desktop/ReductionCuda/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
/home/gmstrie/Desktop/ReductionCuda/NVIDIA_CUDA_SDK/common’
make[1]: Entering directory /home/gmstrie/Desktop/ReductionCuda/NVIDIA_CUDA_SDK/common' make[1]: Makefile_paramgl: No such file or directory make[1]: *** No rule to make target
Makefile_paramgl’. Stop.
make[1]: Leaving directory `/home/gmstrie/Desktop/ReductionCuda/NVIDIA_CUDA_SDK/common’
make: *** [lib/libparamgl.so] Error 2
I checked the common directory, and it indeed has paramgl.h in it. So I’m not sure why it is throwing this error.