NetBeans Setup

Hello,

I’m trying to get CUDA2.0 to work in Netbeans under Opensuse 10.3 but I get the following messages when I try to compile.

mkdir -p dist/Debug/nvcc-Generic

nvcc --link -o dist/Debug/nvcc-Generic/cudatest build/Debug/nvcc-Generic/cudaTEST.o /home/philip/NVIDIA_CUDA_SDK/lib/libcutil.a /usr/local/cuda/lib/libcudart.so

build/Debug/nvcc-Generic/cudaTEST.o: In function `$$SymbolTable’:

build/Debug/nvcc-Generic/cudaTEST.o: In function `$$SymbolTable’:

build/Debug/nvcc-Generic/cudaTEST.o: In function `$$SymbolTable’:

build/Debug/nvcc-Generic/cudaTEST.o: In function `$$SymbolTable’:

build/Debug/nvcc-Generic/cudaTEST.o: In function `$$SymbolTable’:

collect2: ld returned 1 exit status

make[1]: *** [dist/Debug/nvcc-Generic/cudatest] Error 255

make[1]: Leaving directory `/home/philip/NetBeansProjects/cudaTest’

make: *** [.build-impl] Error 2

Build failed. Exit value 2.

I’m not very good with compile errors, the test program just output a line of text, its the compiling I’m trying to get to work first…

Phil