nvcc 未知选项 -no_pie
在我的 mac(Snow Leopard) 上更新 CUDA 后,nvidia 的 nvcc 编译器在编译时表现得很奇怪:
nvcc batched_gemm.cu
我收到以下编译错误,并且我不知道如何解决该问题。
ld: unknown option: -no_pie
collect2: ld returned 1 exit status
有谁知道可能是什么问题?
After updating CUDA on my mac(Snow Leopard) nvidia's nvcc compiler acting strange, when compiling this:
nvcc batched_gemm.cu
I get the following compile error, and I have no idea how to fix the problem.
ld: unknown option: -no_pie
collect2: ld returned 1 exit status
Does anyone know what the problem might be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
完成更新后,我认为是最新的稳定版(v4.1),所以根据
Having done an update, I assume is to the latest stable (v4.1), so according to