From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5937 invoked by alias); 6 May 2004 14:16:26 -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 5913 invoked from network); 6 May 2004 14:16:25 -0000 Received: from unknown (HELO nexserver.spectracomcorp.com) (64.65.245.202) by sources.redhat.com with SMTP; 6 May 2004 14:16:25 -0000 Received: (from root@localhost) by nexserver.spectracomcorp.com (8.11.6/8.11.6) id i46EGMK31184 for gdb@sources.redhat.com; Thu, 6 May 2004 10:16:22 -0400 Received: from CoOp4 ([10.10.200.196]) by nexserver.spectracomcorp.com (8.11.6/8.11.6) with SMTP id i46EG4F31107 for ; Thu, 6 May 2004 10:16:04 -0400 Message-ID: <03f301c43374$aba88ef0$c4c80a0a@CoOp4> From: "Eric Hammerle" To: Subject: Configure questions Date: Thu, 06 May 2004 14:16:00 -0000 MIME-Version: 1.0 X-Scanner: Protected by NexServerPro and F-Secure Anti-Virus Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00041.txt.bz2 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? TIA E. Hammerle