我正在使用 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 ' '
任何建议......