谁能告诉我一个Cygwin
可以成功编译的版本Bochs 2.4.6
?我已经尝试过使用最新版本,Cygwin (1.7.9(0.237/5/3))
但遇到了一堆错误。
具体来说,我C compiler cannot create executables
在尝试./configure
Bochs 时最初遇到了一个错误:
...
...
checking if you are configuring for another platform... no
checking for standard CFLAGS on this platform... -mno-cygwin -DWIN32
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/usr/bochs-2.4.6':
configure: error: C compiler cannot create executables
See `config.log' for more details
我通过使用 /usr/bin/set-gcc-default-3.sh 将我的默认 gcc 切换到版本 3.x 解决了这个问题。然而,尽管构建的进展很顺利,但我终于得到了一个DEPRECATED
错误:
configure: error: DEPRECATED - moved to .bochsrc options
现在,我不知道如何克服最后一个错误,所以我被卡住了。
任何帮助将不胜感激。
非常感谢。