C - alá insight for Windows



我试图在我的windows 7机器上安装洞察力调试器,但没有任何成功。

我安装了cygwin完整包并下载了insight的源代码。我按照本教程的步骤没有任何成功,我已经花了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  

我想要一个像洞察力调试我的C代码链接与我开发的汇编到IA-32

好的,所以,花了很长时间后,我认为我能给的最好的是告诉你如何,我解决了这个问题,我张贴在我的github页面。

相关内容

  • 没有找到相关文章

最新更新