From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYKFI-00071m-I6 for qemu-devel@nongnu.org; Fri, 13 Oct 2006 06:26:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYKFH-00071X-5T for qemu-devel@nongnu.org; Fri, 13 Oct 2006 06:26:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYKFH-00071U-2F for qemu-devel@nongnu.org; Fri, 13 Oct 2006 06:26:27 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GYKNh-0002Du-41 for qemu-devel@nongnu.org; Fri, 13 Oct 2006 06:35:09 -0400 Message-ID: <452F68DF.5000309@gmx.com> Date: Fri, 13 Oct 2006 12:22:23 +0200 From: Martin Bochnig MIME-Version: 1.0 Subject: Re: [Qemu-devel] AMD64+Solaris10 compile References: <20061013025326.36205.qmail@web30903.mail.mud.yahoo.com> In-Reply-To: <20061013025326.36205.qmail@web30903.mail.mud.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Eric Lowe wrote: >>Is there a way to compile qemu-cvs-snapshot under Solaris-10 running >>on amd64 processor? >> >> > >Check out the sources and instructions at http://www.opensolaris.org/os/project/qemu > >There are some patches for 64-bit builds that I think still need to be committed to the main CVS source, you can create your own diffs -vs- the 0.8.2 stock source to see what was done to get 64-bit builds to work and apply the same changes to the CVS source if you really want the latest. You may also need to update your gcc (such as with Blastwave gcc) if /usr/sfw/bin/gcc doesn't work. There you will also find a kqemu accelerator module which should work for Solaris 10. > >- Eric > Ah, ok, Eric already did respond. Nothing to add. -MB