From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6644 invoked by alias); 20 Feb 2006 05:49:53 -0000 Received: (qmail 6634 invoked by uid 22791); 20 Feb 2006 05:49:52 -0000 X-Spam-Check-By: sourceware.org Received: from 63-197-255-151.ded.pacbell.net (HELO sinett.com) (63.197.255.151) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 20 Feb 2006 05:49:51 +0000 Content-class: urn:content-classes:message Subject: Help with compiling GDB for PPC MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Mon, 20 Feb 2006 07:26:00 -0000 Message-ID: From: "Sachin Rao" To: Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00264.txt.bz2 Hi, We have a rather old version of GDB (5.2.1) cross-compiled for the PPC target. I wish to use the latest GDB source to compile a newer version of GDB using the native PPC compiler toolchain that we have. For this I tried=20 ./configure --target=3Dpowerpc-hardhat-linux --host=3Dpowerpc-hardhat-linux And then modified the CC, LD, AS, AR defines in the Makefile to point to the respective native PPC compiler tools, but the build failed, first in the readline module.=20 I wanted to know if iam going about it the right way, or is there a better way to accomplish this task? Thanks, -- Sachin.