CUDA SDK编译错误
我正在设置 CUDA 工作站。
平台规格: 英特尔酷睿 2 双核, 英伟达 GTX 280, 费多拉 10, GCC 版本 4.3.2
我已经安装了开发人员驱动程序、工具包和 SDK。
当我尝试编译 SDK 示例代码时,出现以下错误:
make[1]: *** [obj/i386/release/cutil.cpp.o] Error 1
make: *** [lib/libcutil.so] Error 2
我认为这意味着我缺少库文件,但我不确定。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你必须自己构建 cutil 库..
在 SDK 文件夹中,浏览到“common”文件夹并输入 make 来构建 cutil 文件!
You will have to build the cutil library by yourself ..
Inside the SDK folder, browse into the 'common" folder and type make to build the cutil files!