From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8055 invoked by alias); 11 Aug 2015 23:57:21 -0000 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 Received: (qmail 8046 invoked by uid 89); 11 Aug 2015 23:57:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 11 Aug 2015 23:57:20 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 5D642A077B; Tue, 11 Aug 2015 23:57:19 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7BNvHkE028280; Tue, 11 Aug 2015 19:57:18 -0400 Message-ID: <55CA8BDD.30708@redhat.com> Date: Tue, 11 Aug 2015 23:57:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Ran Shalit , linuxppc-dev@lists.ozlabs.org, gdb Subject: Re: gdb with powerpc References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg00012.txt.bz2 On 08/11/2015 05:50 PM, Ran Shalit wrote: > Hello, > > I would like to ask if anyone tried remote debugging with > gdb/gdbserver on powerpc. > I've tried to cross-compile gdb for powerpc, but I get into troubles. > I am using the following compiler: > powerpc-buildroot-linux-gnu-gcc (Buildroot 2014.11) 4.8.3 > > gcc -c -g -O2 -I. -I.././gdb -I.././gdb/config Looks like you're using your host x86 gcc to build a ppc program. That can't work. > As an alternative, Is anyone familiar with binary package with > gdb/gdbserver for powerpc used with x86 host ? Please try following the instructions at: https://sourceware.org/gdb/wiki/BuildingCrossGDBandGDBserver Thanks, Pedro Alves