CUDA SDK compilation error
Posted
by ZeroDivide
on Stack Overflow
See other posts from Stack Overflow
or by ZeroDivide
Published on 2010-05-18T22:37:34Z
Indexed on
2010/05/18
22:40 UTC
Read the original article
Hit count: 301
I am in the process of setting up a CUDA workstation.
Platform specs: Intel Core 2 Duo Nvidia GTX 280 Fedora 10 GCC version 4.3.2
I have installed the developer driver, toolkit, and the SDK. When I try to compile the SDK example code I get the following errors:
make[1]: * [obj/i386/release/cutil.cpp.o] Error 1
make: * [lib/libcutil.so] Error 2
I think this means that I am missing a library file but I'm not sure.
© Stack Overflow or respective owner