From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 416 invoked by alias); 24 Feb 2002 16:37:23 -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 32761 invoked from network); 24 Feb 2002 16:37:19 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 24 Feb 2002 16:37:19 -0000 Received: from drow by nevyn.them.org with local (Exim 3.34 #1 (Debian)) id 16f1eC-00029h-00; Sun, 24 Feb 2002 11:37:12 -0500 Date: Sun, 24 Feb 2002 08:37:00 -0000 From: Daniel Jacobowitz To: Christoph Plattner Cc: Andrew Cagney , gdb@sources.redhat.com Subject: Re: `gdbserver' in cross compiled builds Message-ID: <20020224113712.A8162@nevyn.them.org> Mail-Followup-To: Christoph Plattner , Andrew Cagney , gdb@sources.redhat.com References: <3C5B3201.2F2FB670@gmx.at> <3C77D1F6.1020704@cygnus.com> <3C780221.CF27FBDA@gmx.at> <3C7808F9.3080106@cygnus.com> <3C78CDDC.DCEC0237@gmx.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C78CDDC.DCEC0237@gmx.at> User-Agent: Mutt/1.3.23i X-SW-Source: 2002-02/txt/msg00285.txt.bz2 On Sun, Feb 24, 2002 at 12:26:20PM +0100, Christoph Plattner wrote: > Yes, that's clear for me. It is the same for glibc. > With this point I have NO problems. > > The problem is simple in the tree setup ! > > In my built (objects) tree, there is NO "gdbserver" subdirectory > created by configuring, in the gdb source tree, the configuration > cannot be done, because all generated files (configs, header files, > etc) are written to the build tree (OBJECT tree). Andrew explained this to you at least twice.... if the build tree is for a cross debugger, you CAN NOT build gdbserver in it. > So my problems are not in the config parameters, but simple, where > (on which path) is called what ? > And if I do some hacks manually, PPC support (for example) cannot be > built. Why does the gdbserver directory work so bad ? Use current CVS instead. I've spent months fixing this. In fact, if you get current CVS, you can: mkdir obj cd obj ../src/gdb/gdbserver/configure make And build only the server. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer