From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13031 invoked by alias); 6 Jul 2005 21:27:32 -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 12994 invoked by uid 22791); 6 Jul 2005 21:27:28 -0000 Received: from torfw.gnss.com (HELO TOREXCL1.gmi.domain) (209.47.22.60) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 06 Jul 2005 21:27:28 +0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: build under linux and for host mingw Date: Wed, 06 Jul 2005 21:27:00 -0000 Message-ID: From: "Julie Tao" To: "Daniel Jacobowitz" Cc: X-SW-Source: 2005-07/txt/msg00047.txt.bz2 Hi Daniel, Is there any version of gdb supports mingw hosting? I have a very old version of gdb (probably 4.7) and I can build it for mingw host successfully. However, I need a more recent gdb to work with. Thanks! Julie =20 -----Original Message----- From: Daniel Jacobowitz [mailto:drow@false.org]=20 Sent: Wednesday, July 06, 2005 5:16 PM To: Julie Tao Cc: gdb@sources.redhat.com Subject: Re: build under linux and for host mingw On Wed, Jul 06, 2005 at 05:13:46PM -0400, Julie Tao wrote: > Hi, >=20 > I downloaded gdb-6.3 and try to build a cross debugger for host mingw > and build it on the Linux: >=20 > --host =3D i386-mingw32 > --target =3D mips > --build =3D i386-redhat-linux >=20 > I got the following error messages from config.log: >=20 > 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. --=20 Daniel Jacobowitz CodeSourcery, LLC