From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20107 invoked by alias); 15 Nov 2005 02:07:42 -0000 Received: (qmail 20098 invoked by uid 22791); 15 Nov 2005 02:07:40 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 15 Nov 2005 02:07:40 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EbqEU-0002Vm-BH; Mon, 14 Nov 2005 21:07:38 -0500 Date: Tue, 15 Nov 2005 02:07:00 -0000 From: Daniel Jacobowitz To: Shaun Jackman Cc: gdb@sources.redhat.com Subject: Re: Simulating arm-linux binaries Message-ID: <20051115020738.GA9639@nevyn.them.org> Mail-Followup-To: Shaun Jackman , gdb@sources.redhat.com References: <7f45d9390511141428q190485f5l@mail.gmail.com> <20051114223116.GA4991@nevyn.them.org> <7f45d9390511141459s65fa4f61y@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7f45d9390511141459s65fa4f61y@mail.gmail.com> User-Agent: Mutt/1.5.8i 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: 2005-11/txt/msg00278.txt.bz2 On Mon, Nov 14, 2005 at 03:59:12PM -0700, Shaun Jackman wrote: > 2005/11/14, Daniel Jacobowitz : > > Have you considered just using qemu instead? It supports ARM usermode > > emulation, and has a gdb server as a bonus. > > I didn't know qemu-arm existed. Thanks for the pointer. > > I used this howto [1] to set up qemu-arm, but it's failing as follows: > > $ qemu-arm -L arm arm/bin/ls > Unable to load interpreter > Segmentation fault > $ qemu-arm --version > qemu-arm version 0.7.2, Copyright (c) 2003-2005 Fabrice Bellard Afraid I don't know much about it; you may want to direct questions to the qemu forums, or for ARM, annoy Paul Brook directly :-) I've only worked with qemu system emulation, not user emulation. -- Daniel Jacobowitz CodeSourcery, LLC