【发布时间】:2015-03-16 13:58:31
【问题描述】:
问题是关于版本的特定组合,但更普遍。
我刚刚从 Kubuntu 12.04 升级到 14.04。现在,当我想编译 CUDA 代码(使用 CUDA 6.5)时,我得到:
#error -- unsupported GNU version! gcc 4.9 and up are not supported!
我安装了 gcc-4.8(和 4.7),并尝试使用此处建议的 symlinks-in-/usr/local/cuda/bin 解决方案:
CUDA incompatible with my gcc version
但这不起作用。我该怎么办?
【问题讨论】:
标签: gcc cuda compatibility