_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? B

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 func

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&qu

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 abl

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 ge

Re: building a cross compiler for linux

2006-12-13 Thread Domen Vrankar
But you don't mean to cross-compile: you mean to natively compile something that just happens to be a cross-compiler itself. So you should be using --target instead of --host. cheers, DaveK I think I wrote the question wrong. I want to build Linux->Cygwin cross compiler that run

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 `config.l

can't download gcc source from cygwin ftp

2006-12-10 Thread Domen Vrankar
I tried to download gcc source tar but all the packets are only 1 kb large and don't contain anything. I tried to download from several mirrors but I got the same result on all of them. I used ftp->release->gcc. Are the packages wrong or is the source for gcc in another folder? Is there an alterna