From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14043 invoked by alias); 23 May 2004 02:06:09 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 13996 invoked from network); 23 May 2004 02:06:07 -0000 Received: from unknown (HELO tomts20-srv.bellnexxia.net) (209.226.175.74) by sourceware.org with SMTP; 23 May 2004 02:06:07 -0000 Received: from sympatico.ca ([67.69.191.41]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040523020607.EDOZ26030.tomts20-srv.bellnexxia.net@sympatico.ca>; Sat, 22 May 2004 22:06:07 -0400 Message-ID: <40B0070E.4040303@sympatico.ca> Date: Sun, 23 May 2004 02:06:00 -0000 From: Matthew Tippett User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.3.1-3 StumbleUpon/1.73 MIME-Version: 1.0 To: Dan Kegel CC: Ken Wolcott , crossgcc mailing list , gcc-help@gcc.gnu.org Subject: Re: gcc.exe cross compiler (Cygwin -> Linux) References: <40AE180D.4070407@sympatico.ca> <1085152214.1503.124.camel@tuba.moneng.mei.com> <40AFFD5A.4080804@sympatico.ca> <40AFF67A.6010801@kegel.com> In-Reply-To: <40AFF67A.6010801@kegel.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00259.txt.bz2 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 >