From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7VeA-0002gd-4I for qemu-devel@nongnu.org; Mon, 09 Nov 2009 09:55:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7Ve9-0002fp-HB for qemu-devel@nongnu.org; Mon, 09 Nov 2009 09:55:09 -0500 Received: from [199.232.76.173] (port=47529 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7Ve9-0002fl-Eh for qemu-devel@nongnu.org; Mon, 09 Nov 2009 09:55:09 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:61672) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7Ve9-0001rI-0v for qemu-devel@nongnu.org; Mon, 09 Nov 2009 09:55:09 -0500 Received: by fg-out-1718.google.com with SMTP id 19so887120fgg.10 for ; Mon, 09 Nov 2009 06:55:08 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 9 Nov 2009 15:55:07 +0100 Message-ID: <761ea48b0911090655p27abb105g39a38b3f1f2acfff@mail.gmail.com> Subject: Re: [Qemu-devel] Build on i386 From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "jamesmikedupont@googlemail.com" Cc: qemu-devel@nongnu.org On Mon, Nov 9, 2009 at 3:39 PM, jamesmikedupont@googlemail.com wrote: [...] > ./i386-softmmu/qemu -L / /bin/ls > qemu: could not load PC BIOS 'bios.bin' > > Does not work. Do you know what softmmu means? You should read QEMU user manual. [...] > ./x86_64-softmmu/qemu-system-x86_64 -L / /bin/ls > qemu: could not load PC BIOS 'bios.bin' > mdupont@introspector-desktop:~/2009/11/external/qemugit/mainline/qemu$ > ./x86_64-linux-user/qemu-x86_64 -L / /bin/ls > Error -8 while loading /bin/ls This can't run given that your /bin/ls is an i386 executable. Laurent