From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5669 invoked by alias); 22 Jun 2006 12:35:30 -0000 Received: (qmail 5653 invoked by uid 22791); 22 Jun 2006 12:35:29 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 22 Jun 2006 12:35:28 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FtOP7-0001mC-UH; Thu, 22 Jun 2006 08:35:26 -0400 Date: Thu, 22 Jun 2006 12:39:00 -0000 From: Daniel Jacobowitz To: Dave Murphy Cc: gdb@sources.redhat.com Subject: Re: What's the difference between gdb arm targets? Message-ID: <20060622123525.GA6782@nevyn.them.org> Mail-Followup-To: Dave Murphy , gdb@sources.redhat.com References: <20060622031731.GA26722@nevyn.them.org> <449A5D2F.9090902@ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <449A5D2F.9090902@ntlworld.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes 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-06/txt/msg00183.txt.bz2 Please don't reply to random messages to post to the list. In this day and age, everyone is expected to use a mail reader which supports threading; you've attached yourself to an unrelated conversation. On Thu, Jun 22, 2006 at 10:04:47AM +0100, Dave Murphy wrote: > Hi, > > Is there any significant difference between a gdb targeted for > arm-linux, arm-eabi and arm-elf? Is it possible to combine all 3 targets > within one build? The defaults are different. I believe that as long as you give GDB an ELF file every time, it will figure out the right behavior. To include the Linux support code you need to configure for arm-linux, but the other two don't have their own support code. -- Daniel Jacobowitz CodeSourcery