From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24150 invoked by alias); 14 Apr 2004 15:01:16 -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 24140 invoked from network); 14 Apr 2004 15:01:14 -0000 Received: from unknown (HELO austin.kmvtechnologies.com) (209.198.134.17) by sources.redhat.com with SMTP; 14 Apr 2004 15:01:14 -0000 Received: from agoyal ([10.10.10.100]) by austin.kmvtechnologies.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 14 Apr 2004 10:04:13 -0500 Message-ID: <10fd01c42231$b99d6b60$640a0a0a@austin.kmvtechnologies.com> From: "Ashish Goyal" To: , "Michael Elizabeth Chastain" References: <20040413195820.3674D4B104@berman.michael-chastain.com> Subject: Re: Fw: error in ppc-linux-nat.c - cross-compiling gdb 61. for powerpc -linux Date: Wed, 14 Apr 2004 15:08:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Apr 2004 15:04:13.0468 (UTC) FILETIME=[BF7E3DC0:01C42231] X-SW-Source: 2004-04/txt/msg00078.txt.bz2 I did use Dan Kegel's cross tools to compile. The reason I cannot drop the cross compilation is that the target platform is a slow embedded motorola processor. Thanks, Ashish ----- Original Message ----- From: "Michael Elizabeth Chastain" To: ; Sent: Tuesday, April 13, 2004 2:58 PM Subject: Re: Fw: error in ppc-linux-nat.c - cross-compiling gdb 61. for powerpc -linux > Like Daniel Jacobowitz said: if you are compiling for execution > on powerpc-linux, you need a powerpc-linux cross compiler. > > Go look for Dan Kegel's cross tools FAQ and read that. > > Or, you could just abandon the "cross" part and build your gdb > on your powerpc-linux box. > > Michael C