From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DiHtL-0007gA-CB for qemu-devel@nongnu.org; Tue, 14 Jun 2005 16:20:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DiHtF-0007ct-6y for qemu-devel@nongnu.org; Tue, 14 Jun 2005 16:20:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiHtF-0007ci-34 for qemu-devel@nongnu.org; Tue, 14 Jun 2005 16:20:05 -0400 Received: from [80.202.4.58] (helo=osl1smout1.broadpark.no) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DiHth-0004nP-7o for qemu-devel@nongnu.org; Tue, 14 Jun 2005 16:20:33 -0400 Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0II300KS3CGC4J20@osl1smout1.broadpark.no> for qemu-devel@nongnu.org; Tue, 14 Jun 2005 22:19:24 +0200 (CEST) Received: from [10.0.0.5] ([80.202.16.196]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0II3007KXCLZC3B0@osl1sminn1.broadpark.no> for qemu-devel@nongnu.org; Tue, 14 Jun 2005 22:22:48 +0200 (CEST) Date: Tue, 14 Jun 2005 22:19:50 +0200 From: Helge Hafting Message-id: <42AF3BE6.7040703@broadpark.no> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT Subject: [Qemu-devel] Linking cvs failure on amd64 - solved, but doesn't work. 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 I avoided the error message by configuring only i386 emulation, which is what I believe I need: ./configure --target-list=i386-softmmu Unfortunately, nothing happens when I run this qemu. I don't get a window at all, so it won't even start booting up with bios messages. Nothing happens, although qemu uses 100% cpu. What is the supported compiler for x86-64 host? The doc webpages mentions specific gcc versions for many hosts, but not x86-64. That host seem to be supported. I currently use gcc (GCC) 3.3.6 from Debian. Helge Hafting