Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows 7 x64 上通过 Cygwin 使用 GCC 3.4.4。它已经完美地工作了很长时间。现在 GCC 最近在每次启动时都停止工作并出现错误:
gcc.exe NTVDM CPU 遇到非法指令 CS:0000 IP0075 OP:f0 00 f0 37 05 选择“关闭”以终止应用程序。
gcc.exe
NTVDM CPU 遇到非法指令
CS:0000 IP0075 OP:f0 00 f0 37 05 选择“关闭”以终止应用程序。
我尝试通过 cygwin 重新安装 GCC,并且尝试为所有用户添加文件的完全权限。
如何解决?
很久以前,我遇到了一个类似的问题,它似乎影响了每三个程序。经过数小时的搜索,原因是 Cygwin 虚拟卷的挂载参数搞砸了。它在不应该的时候进行换行翻译(反之亦然)。