nvcc compiler hangs

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

First thing I would do is use a more recent toolkit version. Use either 4.0 or the 4.1 release candidate. You may be experiencing a bug that was fixed two years ago (literally).