2

我正在尝试在我的 Windows 7 机器上安装洞察调试器,但没有任何成功。

我安装了cygwin完整的软件包并下载了洞察力的来源。我正在按照本教程中的步骤进行操作,但没有成功,我已经花了 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  

我想要一个像洞察力这样的调试器来调试与我开发的程序集链接到 IA-32 的 C 代码

4

1 回答 1

-1

好的,所以,花了几个小时后,我认为我能做的最好的就是向您展示如何解决问题并在我的github页面上发布。

希望这可以帮助。

于 2011-11-20T20:09:48.317 回答