Search code examples
cwindowsdebuggingassemblyinsight

alá insight for windows


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


Solution

  • 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.