From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BzWRF-0004N5-Rp for qemu-devel@nongnu.org; Tue, 24 Aug 2004 04:13:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BzWRD-0004MQ-TO for qemu-devel@nongnu.org; Tue, 24 Aug 2004 04:13:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BzWRD-0004Lx-Nx for qemu-devel@nongnu.org; Tue, 24 Aug 2004 04:13:51 -0400 Received: from [130.88.192.14] (helo=mailhost.cs.man.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BzWLH-0007YM-Nl for qemu-devel@nongnu.org; Tue, 24 Aug 2004 04:07:43 -0400 Received: from trinidad ([130.88.195.238] helo=cs.man.ac.uk) by mailhost with esmtp (Exim 4.14) id 1BzWL9-0001BY-LW for qemu-devel@nongnu.org; Tue, 24 Aug 2004 09:07:35 +0100 Message-ID: <412AF747.1030700@cs.man.ac.uk> Date: Tue, 24 Aug 2004 09:07:35 +0100 From: Ian Rogers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Difficulty in running user-ppc Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I've built qemu 0.6 on SuSE 9.1 (I commented out the line with SO_BSDCOMPAT in linux-user/syscall.c to do this). I'm trying to run a statically compiled PPC Linux ELF binary. When I run it I get the following error: qemu-ppc dhry *** ERROR: idx d0 already assigned to a direct opcode *** ERROR: unable to join indirect table idx [d0-30] *** ERROR initializing PPC instruction 0xd0 0x30 0xfe invalid/unsupported opcode: 1f - 1c - 0d (7c290b78) 0x100000e0 0 Invalid instruction qemu: uncaught target signal 4 (Illegal instruction) - exiting nm shows 0x100000e0 is the address of _start. ie execution is dying on the first instruction. Can anyone offer any assistance? Thanks, Ian Rogers