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 ' '
なにか提案を......