Hi, I’m having problems to install cuda in my debian etch, first I try to install the redhat toolkit, so I had error of float point exception when I try to run nvcc.
In the forum, there is a sugestion to use the suse toolkit, and whith this toolkit the nvcc seems to work fine.
I’m trying to compile some exemplas in SDK…
First I get the error:
make emu=1
/usr/bin/ld: cannot find -lGLU
I correct this error creating a link for libGL.so.1 to libGL.so
After that a received
make emu=1
/usr/bin/ld: cannot find -lcutil
collect2: ld returned 1 exit status
I dont know if I understand the requisities to CUDA but I install the new nvidia display driver version 100.14.
My vga is a gf 5200 but in the emu=1 mode, is possible to compile , or not ?