问题
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
回答1:
from https://www.cygwin.com/
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
来源:https://stackoverflow.com/questions/40785187/how-to-run-elf-binary-file-on-cygwin