From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21460 invoked by alias); 13 Apr 2004 19:58:21 -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 21452 invoked from network); 13 Apr 2004 19:58:21 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sources.redhat.com with SMTP; 13 Apr 2004 19:58:21 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1BDU2x-0001rT-00; Tue, 13 Apr 2004 15:58:15 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 3674D4B104; Tue, 13 Apr 2004 15:58:20 -0400 (EDT) To: agoyal@kmvtechnologies.com, gdb@sources.redhat.com Subject: Re: Fw: error in ppc-linux-nat.c - cross-compiling gdb 61. for powerpc -linux Message-Id: <20040413195820.3674D4B104@berman.michael-chastain.com> Date: Tue, 13 Apr 2004 20:07:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-04/txt/msg00076.txt.bz2 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