From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28445 invoked by alias); 18 May 2011 23:45:41 -0000 Received: (qmail 28421 invoked by uid 22791); 18 May 2011 23:45:40 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 May 2011 23:45:23 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4INjMSE021306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 18 May 2011 19:45:22 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p4INjKB0019190 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 18 May 2011 19:45:21 -0400 Message-ID: <4DD45A0F.4040909@redhat.com> Date: Wed, 18 May 2011 23:45:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.38.b3pre.fc13 Lightning/1.0b3pre Thunderbird/3.1.9 MIME-Version: 1.0 To: David Paterson CC: gdb@sourceware.org Subject: Re: Problem building GDB for sparc-rtems References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2011-05/txt/msg00092.txt.bz2 On 05/16/2011 09:34 AM, David Paterson wrote: > This may be more appropriate for the RTEMS, or even Binutils, > mailing lists - if so, please let me know and I'll move it over. It might be, but let's have some fun and see if we can figure it out. > I'm trying to build a cross-toolchain for a Sparc (Leon2) system, > and while the basic version, configured for "sparc-elf" is no > problem, when I try to rebuild for RTEMS I'm getting an error during > the GDB build :- How did you do this? Can you share your build commands? I presume you did this in a clean build directory? FWIW, I just built sparc-rtems on linux (Fedora 13) without incident from the 7.2 tarball, so it should work for you, too. Keith