From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24250 invoked by alias); 7 Jan 2008 15:20:10 -0000 Received: (qmail 24240 invoked by uid 22791); 7 Jan 2008 15:20:09 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Jan 2008 15:19:43 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 3615398216; Mon, 7 Jan 2008 15:19:41 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 09D8B98144; Mon, 7 Jan 2008 15:19:41 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JBtlL-0001fx-TX; Mon, 07 Jan 2008 10:19:39 -0500 Date: Mon, 07 Jan 2008 15:20:00 -0000 From: Daniel Jacobowitz To: Harald =?iso-8859-1?Q?Schi=F6berg?= Cc: gdb@sourceware.org Subject: Re: SIGILL on gdbserver/ARM/uclibc Message-ID: <20080107151939.GA6032@caradoc.them.org> Mail-Followup-To: Harald =?iso-8859-1?Q?Schi=F6berg?= , gdb@sourceware.org References: <4781FF52.8080905@net.t-labs.tu-berlin.de> <20080107131504.GA31561@caradoc.them.org> <47822DE1.10904@net.t-labs.tu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <47822DE1.10904@net.t-labs.tu-berlin.de> User-Agent: Mutt/1.5.17 (2007-12-11) 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: 2008-01/txt/msg00037.txt.bz2 On Mon, Jan 07, 2008 at 02:49:21PM +0100, Harald Schiöberg wrote: > uhm, where do I find some info about reading the debug output. In the manual. But I can pick out the instruction for you, here... > Sending packet: $X844c,4:�237\000\001#84...Ack Of course your mailer seems to have garbled that a little so I can't tell exactly what character it was. But it's something 0237 000 001. That's arm_linux_arm_be_breakpoint. If you're using arm-linux-gnueabi, it's wrong; if you're using old-ABI it should be correct. > warning: no loadable sections found in added symbol-file > /data/harald/root/lib/ld-uClibc > .so.0 Is that really the right file? It looks corrupt. -- Daniel Jacobowitz CodeSourcery