How to run ELF binary file on cygwin

筅森魡賤 提交于 2019-12-02 22:26:03

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!