CUDA 3.1 Install Errors libcutil.so error 2

Hello All,

I’m attempting to update to CUDA 3.1 on my SuSE SLED 11 64bit system and I’m running into a bit of an error when I attempt my make in my /home/‘name’/NVIDIA…/C directory. I figure I am missing a package but I don’t know what it’s asking for. Here is my output:

Thanks in advance,
Jason

make[1]: Entering directory /home/runagerj/NVIDIA_GPU_Computing_SDK/C/common' src/cutil.cpp:32:27: error: builtin_types.h: No such file or directory In file included from ./../common/inc/stopwatch.h:22, from src/cutil.cpp:37: ./../common/inc/stopwatch_base.h:60: warning: type qualifiers ignored on function return type ./../common/inc/stopwatch_base.h:64: warning: type qualifiers ignored on function return type In file included from ./../common/inc/stopwatch_base.h:76, from ./../common/inc/stopwatch.h:22, from src/cutil.cpp:37: ./../common/inc/stopwatch_base.inl:67: warning: type qualifiers ignored on function return type ./../common/inc/stopwatch_base.inl:78: warning: type qualifiers ignored on function return type In file included from ./../common/inc/stopwatch.h:29, from src/cutil.cpp:37: ./../common/inc/stopwatch_linux.h:50: warning: type qualifiers ignored on function return type ./../common/inc/stopwatch_linux.h:54: warning: type qualifiers ignored on function return type ./../common/inc/stopwatch_linux.h:130: warning: type qualifiers ignored on function return type ./../common/inc/stopwatch_linux.h:147: warning: type qualifiers ignored on function return type In file included from src/cutil.cpp:37: ./../common/inc/stopwatch.h:39: warning: type qualifiers ignored on function return type In file included from src/cutil.cpp:38: ./../common/inc/bank_checker.h:38: warning: type qualifiers ignored on function return type ./../common/inc/bank_checker.h:224: warning: type qualifiers ignored on function return type make[1]: *** [obj/x86_64/release/cutil.cpp.o] Error 1 make[1]: Leaving directory /home/runagerj/NVIDIA_GPU_Computing_SDK/C/common’
make: *** [lib/libcutil.so] Error 2