Eclipse juno + cuda插件错误 [英] Eclipse juno + cuda plugin error

查看:272
本文介绍了Eclipse juno + cuda插件错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是Eclipse Juno并行版本。我安装了

cuda插件。但是在创建示例cuda helloworld

程序时我收到错误 -

I am using Eclipse Juno parallel version. I have installed
cuda plugin. But while building a sample cuda helloworld
program I am getting error -

    make all      
    make: *** No rule to make target `exe_cuda', needed by `all'.  Stop.      

    ******Makefile snapshot************** 
     all: exe_cuda   

    # Tool invocations             
@echo 'No tool found that can build the extension specified with the build       
    artifact name $@'         
    # Other Targets    
    clean:     
-$(RM) $(OBJS)$(C_DEPS) exe_cuda    
-@echo ' '       

任何建议... ...

Any suggestion......

推荐答案

我同意工具链似乎没有正确设置C项目。

I agree that the toolchain does not appear to be set up properly for C projects.

我的建议是:


  • 创建一个C ++项目。这似乎有效。

  • 使用 Nsight Eclipse Edition 。它自动与linux CUDA 5软件包一起安装(只需从终端窗口输入 nsight )。

  • 您可以报告问题fixstars公司,这个cuda插件的开发人员。它似乎他们没有更新它自2011年以来,所以我不知道是否积极维护。但帮助页面是此处,其中包含您可以使用的邮寄名单的链接。

  • Create a C++ project instead. That seems to work.
  • Use Nsight Eclipse Edition instead. It is installed automatically with the linux CUDA 5 package (just type nsight from a terminal window).
  • You could report the problem to fixstars corporation, the developer of that cuda plugin. It seems they have not updated it since 2011, so I don't know if it's actively maintained. But the help page is here which includes a link for a mailing list you could use.

这篇关于Eclipse juno + cuda插件错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆