CUDA SDK编译错误

发布于 2024-09-02 05:03:22 字数 288 浏览 6 评论 0原文

我正在设置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我很坚强 2024-09-09 05:03:22

你必须自己构建 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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文