Radu Dragomir
Radu Dragomir

Reputation: 39

Make fails in Cygwin

after installing Cygwin I got in the directory where I want to compile and hit "make". This is the error I get:

nvcc : fatal error : Unsupported host compiler 'x86_amd64'

What can I do now?

Upvotes: 0

Views: 545

Answers (1)

kangshiyin
kangshiyin

Reputation: 9779

Windows version CUDA works with MS VS C++ compiler. There's no support to make it work with cygwin-gcc.

http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-microsoft-windows/index.html#system-requirements

Upvotes: 3

Related Questions