Reputation: 4198
I'm new to cygwin but I am having a bit of a trouble.
I have Linux ELF compiled binary file, and is there a way to lunch it under cygwin a simple way, like windows binary for example .\a.exe
Upvotes: 1
Views: 4135
Reputation: 8486
Cygwin is not:
a way to run native Linux apps on Windows. You must rebuild your application from source if you want it to run on Windows.
If you want to run a ELF binary you need a VM with Linux inside
Upvotes: 4