阿尔á对 Windows 的洞察

发布于 2024-12-16 22:52:51 字数 755 浏览 0 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

假情假意假温柔 2024-12-23 22:52:51

好吧,所以,在花了几个小时之后,我认为我能给出的最好的就是向您展示如何,我解决了问题并发布在我的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文