Anyone ever run into this error?
“make[1]: *** No rule to make target `Makefile_paramgl’. Stop.”
Im running Ubuntu 7.10 and trying to compile one of the CUDA examples.
Anyone ever run into this error?
“make[1]: *** No rule to make target `Makefile_paramgl’. Stop.”
Im running Ubuntu 7.10 and trying to compile one of the CUDA examples.
You need to install the full SDK.
But I am Still getting error . I installed the driver NVIDIA_CUDA_SDK_2.02.0807.1535_linux.run I am using a 64 bit Linux machine
error
make[1]: Entering directory `/home/satish/gpgpusim/NVIDIA_CUDA_SDK1/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/satish/gpgpusim/NVIDIA_CUDA_SDK1/common’
make[1]: Entering directory `/home/satish/gpgpusim/NVIDIA_CUDA_SDK1/common’
a - obj/release/paramgl.cpp.o
a - obj/release/param.cpp.o
make[1]: Leaving directory `/home/satish/gpgpusim/NVIDIA_CUDA_SDK1/common’
make[1]: Entering directory `/home/satish/gpgpusim/NVIDIA_CUDA_SDK1/common’
a - obj/release/rendercheck_gl.cpp.o
make[1]: Leaving directory `/home/satish/gpgpusim/NVIDIA_CUDA_SDK1/common’
[b]make -C projects/deviceQuery/
[b][b]make[1]: Entering directory `/home/satish/gpgpusim/NVIDIA_CUDA_SDK1/projects/deviceQuery’
/usr/bin/ld: skipping incompatible /usr/local/cuda/lib/libcudart.so when searching for -lcudart
/usr/bin/ld: skipping incompatible …/…/lib/libcudart.so when searching for -lcudart
/usr/bin/ld: skipping incompatible /usr/local/cuda/lib/libcudart.so when searching for -lcudart
/usr/bin/ld: skipping incompatible …/…/lib/libcudart.so when searching for -lcudart
/usr/bin/ld: cannot find -lcudart[/b][/b]
collect2: ld returned 1 exit status[/b]
make[1]: *** […/…/bin/linux/release/deviceQuery] Error 1
make[1]: Leaving directory `/home/satish/gpgpusim/NVIDIA_CUDA_SDK1/projects/deviceQuery’
make: *** [projects/deviceQuery/Makefile.ph_build] Error 2
can anyone please help me with this
thank you
Satish