对窗户的洞察力

时间:2011-11-20 12:36:26

标签: c windows debugging assembly insight

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

我安装了cygwin完整包,我下载了洞察源。我按照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代码

1 个答案:

答案 0 :(得分:0)

好的,所以,经过几个小时的花费,我认为我能给予的最好的就是告诉你如何,我解决了问题并将其发布在我的github页面上。

希望这有帮助。