【发布时间】:2013-04-16 04:29:49
【问题描述】:
我正在使用 Eclipse Juno 并行版本。我已经安装了
cuda 插件。但是在构建示例 cuda helloworld
程序我收到错误 -
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 ' '
任何建议......
【问题讨论】:
-
您指的是哪个 Eclipse 插件?它是否设计用于juno(eclipse 4.x)?我看到的是为 eclipse 3.x 设置的。您也可以尝试使用 Nsight Eclipse Edition,它是一个单独的独立工具。
-
即使我在使用 ECLIPSE HALIOS 和 CUDA Plugin (Helios) 1.1 时也遇到同样的错误
-
我对 eclipse helios 和 eclipse helios 的 cuda 插件进行了全新安装,并且在构建和运行示例 hello world cuda 项目时没有遇到任何问题。创建项目的时候,我做了 File...New...C++ Project...Hello World CUDA Project 是你用的序列吗?
-
感谢先生的帮助,是的,它适用于 c++ 项目,但我在 c 项目中遇到了这个问题。
标签: eclipse plugins path cuda makefile