undefined ifr_ifindex problem

2007-03-20 Thread Domen Vrankar
Hi, I am building a program in Cygwin and I get the folowing errors error: structure has no member named `ifr_ifindex' error: `PF_PACKET' undeclared (first use in this function) error: `ETH_P_ALL' undeclared (first use in this function) error: `SIOCGIFINDEX' undeclared (first use in this

_libintl_gettext missing while building Linux kernel

2007-03-20 Thread Domen Vrankar
Hi, while trying to build Linux kernel under Cygwin I get undefined reference to `_libintl_gettext' errors. I have full Cygwin installation. The Gettext, libintl, libintl1, libintl2, libintl3 and libintl8 libraryes are installed installed. Has anyone an idea why I still get tihs error reported?

managing breakpoints in gdb

2007-03-07 Thread Domen Vrankar
I can't set breakpoints in gdb under cygwin with whole path to the source file: break C:/cygwin/home/moon/uart/hello.c:69 break /cygdrive/c/cygwin/home/moon/uart/hello.c:69 The only thing similar to those two that works is: break /home/moon/uart/hello.c:69 Can this somehow be set to be able to

Re: managing breakpoints in gdb

2007-03-07 Thread Domen Vrankar
2007/3/7, Larry Hall (Cygwin) [EMAIL PROTECTED]: Domen Vrankar wrote: I can't set breakpoints in gdb under cygwin with whole path to the source file: break C:/cygwin/home/moon/uart/hello.c:69 break /cygdrive/c/cygwin/home/moon/uart/hello.c:69 The only thing similar to those two that works

Re: building a cross compiler for linux

2006-12-13 Thread Domen Vrankar
2006/12/12, Vin Shelton [EMAIL PROTECTED]: Hi Domen, Domen Vrankar wrote: I'm using this tutorila: http://x.cygwin.com/docs/cg/prog-build-cross.html for building a cygwin cross compiler for linux. I built binutils sucessfully but when trying to build gcc I get: configure: error: cannot

building a cross compiler for linux

2006-12-12 Thread Domen Vrankar
I'm using this tutorila: http://x.cygwin.com/docs/cg/prog-build-cross.html for building a cygwin cross compiler for linux. I built binutils sucessfully but when trying to build gcc I get: configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See