From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29448 invoked by alias); 8 Aug 2002 05:35:45 -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 29438 invoked from network); 8 Aug 2002 05:35:44 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 8 Aug 2002 05:35:44 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA05362; Thu, 8 Aug 2002 08:33:08 +0300 (IDT) Date: Wed, 07 Aug 2002 22:35:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Daniel Jacobowitz cc: Benjamin Tze-Kit Lee , gdb@sources.redhat.com Subject: Re: how to compile to get a copy of gdbserver In-Reply-To: <20020808035229.GA17750@nevyn.them.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00059.txt.bz2 On Wed, 7 Aug 2002, Daniel Jacobowitz wrote: > 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. How about adding this to INSTALL (unless it's already there; I cannot check where I'm typing this)?