Re: setting up a cygwin cross compiler on linux

2020-07-28 Thread Corinna Vinschen
On Jul 27 22:52, marty leisner via Cygwin wrote: > I want to cross compile cygwin programs on linux. > > I vaguely recall there was a debian package for this years ago. No luck > now. > > All my web searches talk about cross compiling on cygwin for linux. > > I wonder if there's a pre-assemble

setting up a cygwin cross compiler on linux

2020-07-27 Thread marty leisner via Cygwin
I want to cross compile cygwin programs on linux. I vaguely recall there was a debian package for this years ago. No luck now. All my web searches talk about cross compiling on cygwin for linux. I wonder if there's a pre-assembled kit to do this (i.e. include files, libraries, and specs file)

Re: cygwin cross-compiler on linux host

2017-05-28 Thread Brian Inglis
On 2017-05-27 12:22, Michele wrote: > I'm running Linux Debian as host and i would like to create a > cross-compiler like mingw that uses cygwin.dll as libc, so I can > compile software with POSIX support such as bash..is this possible? See links in https://cygwin.com/ml/cygwin/2017-02/msg00214.htm

Re: cygwin cross-compiler on linux host

2017-05-28 Thread Eliot Moss
On 5/28/2017 9:46 AM, Michele wrote: Il 27 maggio 2017 20:25:45 CEST, Michele ha scritto: Il 27 maggio 2017 20:22:46 CEST, Michele ha scritto: I'm running Linux Debian as host and i would like to create a cross-compiler like mingw that uses cygwin.dll as libc, so I can compile software wi

Re: cygwin cross-compiler on linux host

2017-05-28 Thread cyg Simple
On 5/28/2017 11:13 AM, Dan Kegel wrote: > On Sun, May 28, 2017 at 6:46 AM, Michele wrote: >> I know Windows XP it is now unsupported by cygwin and I apoligize for making >> such a question, but let's suppose I want to make a cross-compiler targeting >> a newer supported version of windows what s

Re: cygwin cross-compiler on linux host

2017-05-28 Thread Dan Kegel
On Sun, May 28, 2017 at 6:46 AM, Michele wrote: > I know Windows XP it is now unsupported by cygwin and I apoligize for making > such a question, but let's suppose I want to make a cross-compiler targeting > a newer supported version of windows what should i do? Let's remember that > I'm using

Re: cygwin cross-compiler on linux host

2017-05-28 Thread Michele
Il 27 maggio 2017 20:25:45 CEST, Michele ha scritto: > > >Il 27 maggio 2017 20:22:46 CEST, Michele ha >scritto: >>I'm running Linux Debian as host and i would like to create a >>cross-compiler like mingw that uses cygwin.dll as libc, so I can >>compile software with POSIX support such as bash..

Re: cygwin cross-compiler on linux host

2017-05-27 Thread Dan Kegel
On Sat, May 27, 2017 at 11:25 AM, Michele wrote: >>I'm running Linux Debian as host and i would like to create a >>cross-compiler like mingw that uses cygwin.dll as libc, so I can >>compile software with POSIX support such as bash..is this possible? > > the target of course is a WINDOWS (XP) syste

Re: cygwin cross-compiler on linux host

2017-05-27 Thread Michele
Il 27 maggio 2017 20:22:46 CEST, Michele ha scritto: >I'm running Linux Debian as host and i would like to create a >cross-compiler like mingw that uses cygwin.dll as libc, so I can >compile software with POSIX support such as bash..is this possible? the target of course is a WINDOWS (XP) syste

cygwin cross-compiler on linux host

2017-05-27 Thread Michele
I'm running Linux Debian as host and i would like to create a cross-compiler like mingw that uses cygwin.dll as libc, so I can compile software with POSIX support such as bash..is this possible? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/fa

Re: how to build a Cygwin Cross compiler on linux

2017-02-16 Thread Yaakov Selkowitz
On 2017-02-16 17:49, Michele Bucca wrote: I would like to know if it was possible to make a cygwin cross-compiler that targets i686-pc-cygwin from source in Linux Debian. I would like to use it to compile programs like bash from source using linux. I already know how to build a mingw-w64 cross-

how to build a Cygwin Cross compiler on linux

2017-02-16 Thread Michele Bucca
Hi There, I would like to know if it was possible to make a cygwin cross-compiler that targets i686-pc-cygwin from source in Linux Debian. I would like to use it to compile programs like bash from source using linux. I already know how to build a mingw-w64 cross-compiler -- Problem reports:

Re: Cygwin Cross compiler on Linux

2003-03-28 Thread Ronald Landheer-Cieslak
FWIW, AFAIK cgf uses a cross-compiler to build mostly everything he builds for the Cygwin distri (but cgf, please correct me if I'm wrong and/or you've changed your habits). There is a small patch to be applied to vanilla gcc to have it be compatible with Cygwin's gcc (double alignment in struc

Re: Cygwin Cross compiler on Linux

2003-03-27 Thread Lassi A. Tuura
> I was wondering if anyone has successfully built a Cygwin gcc cross compiler > (Host=i686-suse-linux, Target=i386-pc-cygwin) under Linux, and if so, could > you post or email me the steps you took to do it... I guess mine counts as successful, it works in that I can compile simple hello-world

Cygwin Cross compiler on Linux

2003-03-27 Thread Tim Renner
I was wondering if anyone has successfully built a Cygwin gcc cross compiler (Host=i686-suse-linux, Target=i386-pc-cygwin) under Linux, and if so, could you post or email me the steps you took to do it... Here's my list of steps... Snagged gcc-2.95.3.tar.gz binutils-.tar.gz newlib-.tar.gz unpa