re: cross-compilation linux->cygwin and gcc-3.4.4

2007-08-24 Thread Daniel Villeneuve
Earlier this week, I've asked: > I'm in the process of updating my cross-compilation > environment from cygwin-1.5.12 to cygwin-1.5.24, mainly > because we have had code generation problems with > gcc-3.3.3-3 from the former. > > However, I get the following message > >     No support for

Re: cross compilation

2007-06-14 Thread Brian Dessent
ICE wrote: > I understand that cygwin does not provide glibc. > does it provide uclibc ??? No. Cygwin itself is a libc. Therefore there is no need for any other, nor would any other even build, since a libc is a very low level system component. > if not how can i create a cross compilation too