From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6870 invoked by alias); 6 Jul 2005 21:15:58 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 6844 invoked by uid 22791); 6 Jul 2005 21:15:52 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 06 Jul 2005 21:15:52 +0000 Received: from drow by nevyn.them.org with local (Exim 4.51) id 1DqHFG-0002Hb-J8; Wed, 06 Jul 2005 17:15:50 -0400 Date: Wed, 06 Jul 2005 21:15:00 -0000 From: Daniel Jacobowitz To: Julie Tao Cc: gdb@sources.redhat.com Subject: Re: build under linux and for host mingw Message-ID: <20050706211550.GA8742@nevyn.them.org> Mail-Followup-To: Julie Tao , gdb@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-07/txt/msg00045.txt.bz2 On Wed, Jul 06, 2005 at 05:13:46PM -0400, Julie Tao wrote: > Hi, > > I downloaded gdb-6.3 and try to build a cross debugger for host mingw > and build it on the Linux: > > --host = i386-mingw32 > --target = mips > --build = i386-redhat-linux > > I got the following error messages from config.log: > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. This is not the correct log file; the "error" is harmless. It'll be in another one somewhere. However, the released GDB 6.3 did not support i386-mingw32 hosting. I hope a future release will. -- Daniel Jacobowitz CodeSourcery, LLC