我试图在我的Windows7计算机上安装Insight调试器,但没有成功。
我安装了cygwin完整的软件包并下载了insight的源代码。我正在执行this tutorial中的步骤,但没有成功,我已经花了2个小时尝试编译,但什么也没有。它总是给我同样的错误。

/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../include/w32api/winsock2.h:632:32:
error: conflicting types for 'select'
/usr/include/sys/select.h:31:5: note: previous declaration of 'select' was here
make[2]: `***` [tclAlloc.o] Error 1
make[2]: Leaving directory '/cygdrive/c/insight-6.1/tcl/win'
make[1]: `***` [all] Error 2
make[1]: Leaving directory '/cygdrive/c/insight-6.1/tcl'
make: `***` [all-tcl] Error 2

我想要一个类似于insight的调试器来调试与开发的程序集链接到ia-32的c代码

最佳答案

好吧,那么,在花了很长时间之后,我想我能给你的最好的办法就是告诉你,我是如何解决这个问题的,我在我的github页面上发布了这篇文章。
希望这有帮助。

10-08 09:16
查看更多