From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13960 invoked by alias); 16 Jan 2008 22:56:54 -0000 Received: (qmail 13952 invoked by uid 22791); 16 Jan 2008 22:56:54 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 16 Jan 2008 22:56:27 +0000 Received: (qmail 24991 invoked from network); 16 Jan 2008 22:56:25 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 16 Jan 2008 22:56:25 -0000 To: Doug Evans Cc: gdb@sourceware.org Subject: Re: gdbserver + libiberty? References: <20080115172615.232D61C7245@localhost> <20080115202400.GA8519@caradoc.them.org> <20080116221449.GA24125@caradoc.them.org> From: Jim Blandy Date: Wed, 16 Jan 2008 22:56:00 -0000 In-Reply-To: <20080116221449.GA24125@caradoc.them.org> (Daniel Jacobowitz's message of "Wed, 16 Jan 2008 17:14:49 -0500") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00135.txt.bz2 Daniel Jacobowitz writes: > On Wed, Jan 16, 2008 at 01:41:43PM -0800, Jim Blandy wrote: >> This is arcane magic; could we document it somewhere? gdb.texinfo's >> Appendix B describes "Installing GDB". gdb/README also documents >> configuration options, and has a section on gdbserver. > > It's in gdbserver/README currently. That says: ... building gdbserver automatically as part of building a whole tree of tools does not currently work if cross-compilation is involved (we don't get the right CC in the Makefile, to start with)). If this were made to work right, would that make it easier to use a target libiberty?