From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IbtDY-0004XJ-1l for qemu-devel@nongnu.org; Sun, 30 Sep 2007 03:27:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IbtDV-0004VI-Pv for qemu-devel@nongnu.org; Sun, 30 Sep 2007 03:27:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbtDU-0004V9-UB for qemu-devel@nongnu.org; Sun, 30 Sep 2007 03:27:53 -0400 Received: from nf-out-0910.google.com ([64.233.182.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IbtDO-0005AI-S5 for qemu-devel@nongnu.org; Sun, 30 Sep 2007 03:27:52 -0400 Received: by nf-out-0910.google.com with SMTP id 30so2553672nfu for ; Sun, 30 Sep 2007 00:27:46 -0700 (PDT) Message-ID: Date: Sun, 30 Sep 2007 10:27:45 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] target_mmap and host vs target page sizes. In-Reply-To: <20070930011817.GA19016@edgar.underground.se.axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070930011817.GA19016@edgar.underground.se.axis.com> 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 On 9/30/07, Edgar E. Iglesias wrote: > I tried the sparc64-linux-user target but it fails to run any of my programs both with and without the change. Similarly, the m68k-linux-user target also fails but it at least manages to Are you sure the program was really a 64-bit Sparc64 program? The real programs are identified by file command like this: helloworld.sparc64: ELF 64-bit MSB executable, SPARC V9, version 1 (SYSV), statically linked, not stripped 32-bit programs with either V8 or V9 (V8PLUS) instructions are not supported by sparc64-linux-user currently.