我正在尝试在我的windows7机器上安装洞察调试器,但是没有成功。
我安装了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代码
发布于 2011-11-21 04:09:48
好的,所以,在花了很长时间之后,我想我能做的最好的事情就是告诉你怎么做,我解决了这个问题,并发布到了我的github页面上。
希望这能有所帮助。
https://stackoverflow.com/questions/8201506
复制相似问题