From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9453 invoked by alias); 6 May 2004 14:19:53 -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 9412 invoked from network); 6 May 2004 14:19:51 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 6 May 2004 14:19:51 -0000 Received: from drow by nevyn.them.org with local (Exim 4.32 #1 (Debian)) id 1BLjj2-0006Oa-H5; Thu, 06 May 2004 10:19:48 -0400 Date: Thu, 06 May 2004 14:19:00 -0000 From: Daniel Jacobowitz To: Eric Hammerle Cc: gdb@sources.redhat.com Subject: Re: Configure questions Message-ID: <20040506141947.GA24520@nevyn.them.org> Mail-Followup-To: Eric Hammerle , gdb@sources.redhat.com References: <03f301c43374$aba88ef0$c4c80a0a@CoOp4> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <03f301c43374$aba88ef0$c4c80a0a@CoOp4> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-05/txt/msg00042.txt.bz2 On Thu, May 06, 2004 at 10:16:05AM -0400, Eric Hammerle wrote: > Hi, > > I'm currently building gdb 6.1 to be a cross platform debugger with a > normal i686 host and > an arm-elf target. The application I intend to debug is a multithreaded > application that > runs on uClinux and uses uClibc 0.9.19. Unfortunately I've run into a few > problems. > Currently when I configure and make gdb (not gdbserver), I am noticing that > thread-db.c > is never built in. Do I need to explicitly pass something to configure to > tell it to use this file or > is it simply not used in cross-arch debugging? That's not an arm-elf target. It's more like an arm-linux target; try that instead. I don't know if uclinux debugging works out of the box or not; you may have more luck on a uclinux list. -- Daniel Jacobowitz