From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7889 invoked by alias); 8 Aug 2002 03:52:14 -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 7882 invoked from network); 8 Aug 2002 03:52:13 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 8 Aug 2002 03:52:13 -0000 Received: from dsl254-114-118.nyc1.dsl.speakeasy.net ([216.254.114.118] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 17ceLM-0005tv-00; Wed, 07 Aug 2002 22:52:12 -0500 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 17ceLe-0004cd-00; Wed, 07 Aug 2002 23:52:30 -0400 Date: Wed, 07 Aug 2002 20:52:00 -0000 From: Daniel Jacobowitz To: Benjamin Tze-Kit Lee Cc: gdb@sources.redhat.com Subject: Re: how to compile to get a copy of gdbserver Message-ID: <20020808035229.GA17750@nevyn.them.org> Mail-Followup-To: Benjamin Tze-Kit Lee , 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.1i X-SW-Source: 2002-08/txt/msg00058.txt.bz2 On Wed, Aug 07, 2002 at 11:14:48AM -0700, Benjamin Tze-Kit Lee wrote: > Hi, > > I would like to get a copy of the gdbserver to do remote target debugging. > Where could I get it, or how should I configure to complie the gdb 5.2.1 > source code so to make a copy of gdbserver? If you build GDB on your target or using a cross compiler (if the latter, you need target libraries, and to use --host=) you will get a gdbserver (assuming you use a supported target). You can just run configure in the gdbserver directory and then make. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer