public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc.exe cross compiler (Cygwin -> Linux)
@ 2004-05-21 14:54 Matthew Tippett
  2004-05-21 15:05 ` Ken Wolcott
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Tippett @ 2004-05-21 14:54 UTC (permalink / raw)
  To: gcc-help

Hello,

I am looking at having a gcc-3.3.3 that runs under windows and 
generates linux binaries.

Does anyone one know of any references for building a gcc.exe that 
generates binaries for Linux under Windows?

Regards,

Matthew

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gcc.exe cross compiler (Cygwin -> Linux)
  2004-05-21 14:54 gcc.exe cross compiler (Cygwin -> Linux) Matthew Tippett
@ 2004-05-21 15:05 ` Ken Wolcott
  2004-05-23  1:24   ` Matthew Tippett
  0 siblings, 1 reply; 6+ messages in thread
From: Ken Wolcott @ 2004-05-21 15:05 UTC (permalink / raw)
  To: Matthew Tippett, crossgcc mailing list; +Cc: gcc-help

On Fri, 2004-05-21 at 09:54, Matthew Tippett wrote:
> Hello,
> 
> I am looking at having a gcc-3.3.3 that runs under windows and 
> generates linux binaries.
> 
> Does anyone one know of any references for building a gcc.exe that 
> generates binaries for Linux under Windows?
> 
> Regards,
> 
> Matthew

Try crosstool at http://www.kegel.com/crosstool/

mailing list archives for crosstool and crossgcc:
http://sources.redhat.com/ml/crossgcc/

Ken


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gcc.exe cross compiler (Cygwin -> Linux)
  2004-05-21 15:05 ` Ken Wolcott
@ 2004-05-23  1:24   ` Matthew Tippett
  2004-05-23  1:58     ` Dan Kegel
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Tippett @ 2004-05-23  1:24 UTC (permalink / raw)
  To: Ken Wolcott; +Cc: crossgcc mailing list, gcc-help

I have used cross tool for Linux cross compilers for Linux.

I didn't see any mention of targetting a Windows executable.  I will 
look deeper though.

Regards,

Matthew

Ken Wolcott wrote:
> On Fri, 2004-05-21 at 09:54, Matthew Tippett wrote:
> 
>>Hello,
>>
>>I am looking at having a gcc-3.3.3 that runs under windows and 
>>generates linux binaries.
>>
>>Does anyone one know of any references for building a gcc.exe that 
>>generates binaries for Linux under Windows?
>>
>>Regards,
>>
>>Matthew
> 
> 
> Try crosstool at http://www.kegel.com/crosstool/
> 
> mailing list archives for crosstool and crossgcc:
> http://sources.redhat.com/ml/crossgcc/
> 
> Ken
> 
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gcc.exe cross compiler (Cygwin -> Linux)
  2004-05-23  1:24   ` Matthew Tippett
@ 2004-05-23  1:58     ` Dan Kegel
  2004-05-23  2:06       ` Matthew Tippett
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Kegel @ 2004-05-23  1:58 UTC (permalink / raw)
  To: Matthew Tippett; +Cc: Ken Wolcott, crossgcc mailing list, gcc-help

Matthew Tippett wrote:
>>> I am looking at having a gcc-3.3.3 that runs under windows and 
>>> generates linux binaries.
>>>
>>> Does anyone one know of any references for building a gcc.exe that 
>>> generates binaries for Linux under Windows?
>>>
>> Try crosstool at http://www.kegel.com/crosstool/
 >
 > I have used cross tool for Linux cross compilers for Linux.
 >
 > I didn't see any mention of targetting a Windows executable.  I will
 > look deeper though.

The latest snapshot,
http://kegel.com/crosstool/crosstool-0.28-rc16.tar.gz
can build on Cygwin.  (However, the latest Cygwin (1.5.9-1)
has a bug which causes it to crash when building glibc;
the workaround is to grab the latest cygwin1.dll snapshot, e.g.
http://cygwin.com/snapshots/cygwin1-20040520.dll.bz2,
uncompress it, exit all Cygwin processes, and copy it
over the old cygwin1.dll.)
- Dan

-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gcc.exe cross compiler (Cygwin -> Linux)
  2004-05-23  1:58     ` Dan Kegel
@ 2004-05-23  2:06       ` Matthew Tippett
  2004-05-23  2:48         ` Dan Kegel
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Tippett @ 2004-05-23  2:06 UTC (permalink / raw)
  To: Dan Kegel; +Cc: Ken Wolcott, crossgcc mailing list, gcc-help

Thanks.

If this works, there will be a lot of people that will be *VERY* 
happy - gcc 3.2 vs gcc 3.3.3 is a hell of a performance jump.

Thanks for the info guys.

Regards,

Matthew

Dan Kegel wrote:
> Matthew Tippett wrote:
> 
>>>> I am looking at having a gcc-3.3.3 that runs under windows and 
>>>> generates linux binaries.
>>>>
>>>> Does anyone one know of any references for building a gcc.exe that 
>>>> generates binaries for Linux under Windows?
>>>>
>>> Try crosstool at http://www.kegel.com/crosstool/
> 
>  >
>  > I have used cross tool for Linux cross compilers for Linux.
>  >
>  > I didn't see any mention of targetting a Windows executable.  I will
>  > look deeper though.
> 
> The latest snapshot,
> http://kegel.com/crosstool/crosstool-0.28-rc16.tar.gz
> can build on Cygwin.  (However, the latest Cygwin (1.5.9-1)
> has a bug which causes it to crash when building glibc;
> the workaround is to grab the latest cygwin1.dll snapshot, e.g.
> http://cygwin.com/snapshots/cygwin1-20040520.dll.bz2,
> uncompress it, exit all Cygwin processes, and copy it
> over the old cygwin1.dll.)
> - Dan
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gcc.exe cross compiler (Cygwin -> Linux)
  2004-05-23  2:06       ` Matthew Tippett
@ 2004-05-23  2:48         ` Dan Kegel
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Kegel @ 2004-05-23  2:48 UTC (permalink / raw)
  To: Matthew Tippett; +Cc: Ken Wolcott, crossgcc mailing list, gcc-help

Matthew Tippett wrote:
> If this works, there will be a lot of people that will be *VERY* happy - 
> gcc 3.2 vs gcc 3.3.3 is a hell of a performance jump.

And then there's gcc-3.4.0, whose feedback-driven optimization which might come in quite handy
(haven't tried it myself yet, though, and
there seemed to be a configury problem last time I tried
it on cygwin->linux, see http://gcc.gnu.org/ml/gcc/2004-04/msg00863.html)
- Dan


-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-05-23  2:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-21 14:54 gcc.exe cross compiler (Cygwin -> Linux) Matthew Tippett
2004-05-21 15:05 ` Ken Wolcott
2004-05-23  1:24   ` Matthew Tippett
2004-05-23  1:58     ` Dan Kegel
2004-05-23  2:06       ` Matthew Tippett
2004-05-23  2:48         ` Dan Kegel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).