阿尔á对 Windows 的洞察
我正在尝试在 Windows 7 计算机上安装 Insight 调试器,但没有成功。
我安装了 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
我想要一个像 Insight 这样的调试器来调试与我开发的程序集链接到 IA-32 的 C 代码
I am trying to install insight debugger on my windows 7 machine but without any success.
I installed cygwin
full package and I downloaded the source of insight. I am following the steps in this tutorial without any success, I already spent 2 hours trying compiling, but nothing. It always gives me the same error.
/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
I want one debugger like insight to debug my C code linked with my developed assembly to IA-32
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,所以,在花了几个小时之后,我认为我能给出的最好的就是向您展示如何,我解决了问题并发布在我的 github 页面。
希望这有帮助。
OK, so, after very hours spent I think the best I can give is to show you how, I resolved the problem and I posted on my github page.
Hope this helps.