From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8gpA-0006zg-BK for qemu-devel@nongnu.org; Wed, 11 Jul 2007 14:22:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8gp8-0006zI-9X for qemu-devel@nongnu.org; Wed, 11 Jul 2007 14:22:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8gp8-0006zF-0k for qemu-devel@nongnu.org; Wed, 11 Jul 2007 14:22:02 -0400 Received: from mta-1.ms.rz.rwth-aachen.de ([134.130.7.72]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_MD5:16) (Exim 4.60) (envelope-from ) id 1I8gp7-000427-KI for qemu-devel@nongnu.org; Wed, 11 Jul 2007 14:22:01 -0400 Received: from ironport-out-2.rz.rwth-aachen.de ([134.130.3.59]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JL100GF31APTD00@mta-1.ms.rz.RWTH-Aachen.de> for qemu-devel@nongnu.org; Wed, 11 Jul 2007 20:13:37 +0200 (CEST) Received: from pc42.xtal.rwth-aachen.de (pc42.xtal.RWTH-Aachen.DE [137.226.40.101]) by relay.rwth-aachen.de (8.13.7/8.13.3/1) with ESMTP id l6BIDajX003479 for ; Wed, 11 Jul 2007 20:13:37 +0200 (MEST) Date: Wed, 11 Jul 2007 20:16:44 +0200 From: Jan Marten Simons Subject: Re: [Qemu-devel] Problem with the -serial option of qemu In-reply-to: <3F3827EC-6975-4079-ABD3-977FE1717971@gmail.com> Message-id: <46951E8C.4000004@xtal.rwth-aachen.de> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <468D11C1.1040509@windriver.com> <3F3827EC-6975-4079-ABD3-977FE1717971@gmail.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 The MoonSeeker schrieb: > On my ubuntu I have qemu 0.9.0 And on my Gentoo I have 0.8.1. Now I > don't know howto install qemu 0.9.0 on my gentoo with GCC4 and a 2.6.20 > kernel. If I install GCC3, I have to change my kernel. Any idea to avoid > this? And use GCC4 with qemu 9.0.x? > Finally, I don't have anything on the port 4000 : > You have to select a gcc3-profile without pie or ssp via gcc-config before quilding qemu-softmmu or qemu-user. for kqemu you have to use the same compiler used to compile your kernel. regs, Jan