Rik Schaaf
Rik Schaaf

Reputation: 1183

Is it possible to compile CUDA C code for Linux on a Windows machine?

I've got a problem. I need to compile C code for linux, but I am using a windows IDE that I'd really want to use. Therefore I need an commandline compiler executable like gcc that is capable of compiling C code. Furthermore I also need to be able to compile CUDA C code into a linux program. Therefore my question:

Is it possible to compile CUDA C code into a Linux program on a Windows machine?

If it is possible, could someone give a full description to set up the compiler?

Thanks!

Upvotes: 1

Views: 1016

Answers (1)

TripleS
TripleS

Reputation: 1246

I'd go for virtual Ubunto Linux on top of Windows

You can do it using virtual box virtual machine

Upvotes: 2

Related Questions