Hi,
I am using Kdevelop to build a cuda project.
However, the compiler hangs at :
“linking wideband.o
/usr/local/cuda/bin/nvcc -o wideband.o -c wideband.cu -arch=sm_11 -g -use_fast_math --compiler-options -fno-inline --ptxas-options=-v -L/usr/local/cuda/lib -lcuda -lcudart -I/usr/local/cuda/include -O3 -I…/cutil”
and just won’t go any further.
It used to work perfectly, but all of a sudden it doesn’t compile any more.
I am using SDK 2.3.
Any hint what I could do?
Lang