From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKuaJ-0004xV-KG for qemu-devel@nongnu.org; Wed, 06 Sep 2006 06:24:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKuaF-0004mM-An for qemu-devel@nongnu.org; Wed, 06 Sep 2006 06:24:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKuaF-0004mA-5D for qemu-devel@nongnu.org; Wed, 06 Sep 2006 06:24:39 -0400 Received: from [193.205.80.99] (helo=sssup.it) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GKuaM-0000RM-Bd for qemu-devel@nongnu.org; Wed, 06 Sep 2006 06:24:47 -0400 Received: from [193.205.82.7] (HELO gandalf.sssup.it) by sssup.it (CommuniGate Pro SMTP 4.1.8) with ESMTP-TLS id 24079615 for qemu-devel@nongnu.org; Wed, 06 Sep 2006 12:17:45 +0200 Received: from dhcp200.retis (dhcp200.retis [10.30.3.200]) by gandalf.sssup.it (8.12.10/8.12.10) with ESMTP id k86AJGuP030341 for ; Wed, 6 Sep 2006 12:19:41 +0200 From: Claudio Scordino MIME-Version: 1.0 Content-Disposition: inline Date: Wed, 6 Sep 2006 12:24:16 +0200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200609061224.16341.cloud.of.andor@gmail.com> Subject: [Qemu-devel] Big endian applications on a IXDP465 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 all, our goal is to run applications in big-endian mode for a IXDP465 on QEMU. The applications were compiled using a toolchain rebuilt from scratch using the Kegel environment (kegel.com). We also compiled a big-endian Qemu to run our applications. However, our big-endian version of qemu is not able to succesfully run big-endian binaries! We tried simple C programs with some calls to fstat and printf, but the returns values are wrong. Any help and suggestion is welcome. Claudio