From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EU2Uo-0002bK-Uy for qemu-devel@nongnu.org; Mon, 24 Oct 2005 09:36:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EU2Um-0002Z2-Pi for qemu-devel@nongnu.org; Mon, 24 Oct 2005 09:36:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU2Um-0002YE-5F for qemu-devel@nongnu.org; Mon, 24 Oct 2005 09:36:12 -0400 Received: from [211.29.132.186] (helo=mail05.syd.optusnet.com.au) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EU2Ul-0006wX-2m for qemu-devel@nongnu.org; Mon, 24 Oct 2005 09:36:12 -0400 Received: from [192.168.0.254] (d220-238-46-29.dsl.vic.optusnet.com.au [220.238.46.29]) (authenticated bits=0) by mail05.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j9ODa7Nn023550 for ; Mon, 24 Oct 2005 23:36:07 +1000 Message-ID: <435CE336.90103@optusnet.com.au> Date: Mon, 24 Oct 2005 23:05:50 +0930 From: Darrin Ritter MIME-Version: 1.0 Subject: Re: [Qemu-devel] trouble compiling om x86_64 References: <435C9349.5070909@optusnet.com.au> <435CAF3B.2040002@xtal.rwth-aachen.de> In-Reply-To: <435CAF3B.2040002@xtal.rwth-aachen.de> Content-Type: text/plain; charset=windows-1252; format=flowed 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 Jan Marten Simons wrote: > Darrin Ritter wrote: > >> dyngen: ret or jmp expected at the end of op_bsfw_T0_cc >> make[1]: *** [op.h] Error 1 >> make[1]: Leaving directory `/home/dv/tmp/qemu-0.7.2/i386-user' >> make: *** [all] Error 1 >> > Looks like you are using gcc4 which is still unsupported. Try to use > gcc3.x > > I'll use this message to pinpoint to the imho very nice unofficial FAQ > at > http://lilly.csoft.net/~jeffryj/cgi-bin/moin.cgi/FrequentlyAskedQuestions > where frequently asked questions from the irc channel (#qemu on > freenode.net) are collected. > > With regards, > Jan > > thanks ./configure ---cc=gcc32 -target-list= x86_64-softmmu enabled me to compile and modprobe kqemu loaded the kernel module but the system hangs with the following command: qemu-system-x86_64 -enable-audio -user-net /home/dv/qemu/hd.img any ideas Darrin > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >