From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8Xky-0006Jc-2f for qemu-devel@nongnu.org; Fri, 05 Dec 2008 05:17:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8Xkw-0006JM-1Y for qemu-devel@nongnu.org; Fri, 05 Dec 2008 05:17:54 -0500 Received: from [199.232.76.173] (port=40137 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8Xkv-0006JI-Mh for qemu-devel@nongnu.org; Fri, 05 Dec 2008 05:17:53 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:54000) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8Xkv-0003Px-8L for qemu-devel@nongnu.org; Fri, 05 Dec 2008 05:17:53 -0500 Message-ID: <4938FFCC.3070909@opensuse.org> Date: Fri, 05 Dec 2008 11:17:48 +0100 From: Martin Mohring MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] ARMv6 el + vfp: User Mode signals uncaught target signal 4 (Illegal instruction) 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 Cc: Andrew Christian Hi, I put together a qemu from recent svn trunk -r 5862. when running armv6 eabi + vfp binaries in user mode emulation, i get: qemu: uncaught target signal 4 (Illegal instruction) - exiting running the same compiled for armv5 eabi + vfp works. I use the binaries from mojo (mojo.handhelds.org) project, they ported Ubuntu 8.04 to arm. They also have a compiled version for ARMv6 + VFP, which I wanted to try in the openSUSE Buildservice. How do I find out whats wrong? From the source code, I would guess qemu is implemented up to ARMv7, right? Cheers, Martin Maintainer + Developer OBS / opensuse.org