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
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
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
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
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
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
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
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
8 matches
Mail list logo