在 cygwin 上运行 gcc 时出错(错误地址)

在 cygwin 上运行 gcc 时出错(错误地址)

我正在尝试在 cygwin 上运行 gcc。每当我启动它时,我都会收到错误:

$ gcc a1.c
gcc: installation problem, cannot exec '/usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe': Bad address
gcc: installation problem, cannot exec '/usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe': Bad address

gcc4 有同样的问题。这可能是什么原因造成的?

相关内容