From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Vy6e-0007AD-6e for qemu-devel@nongnu.org; Fri, 27 Jun 2003 14:37:56 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VxWZ-0002sZ-0A for qemu-devel@nongnu.org; Fri, 27 Jun 2003 14:00:49 -0400 Received: from faui03.informatik.uni-erlangen.de ([131.188.30.103]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VxNN-0008Fb-V9 for qemu-devel@nongnu.org; Fri, 27 Jun 2003 13:51:10 -0400 Received: from faui03.informatik.uni-erlangen.de (faui03.informatik.uni-erlangen.de [131.188.30.103])h5RHp96P005995 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 27 Jun 2003 19:51:09 +0200 (CEST) Received: (from sithglan@localhost) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) id h5RHp8hb005994 for qemu-devel@nongnu.org; Fri, 27 Jun 2003 19:51:08 +0200 (CEST) Date: Fri, 27 Jun 2003 19:51:08 +0200 From: Thomas Glanzmann Subject: Re: [Qemu-devel] someone has 2.4.21 running on qemu Message-ID: <20030627175108.GA5893@stud.uni-erlangen.de> References: <20030627142009.GC24470@stud.uni-erlangen.de> <20030627153641.GA29401@stud.uni-erlangen.de> <3EFC7ECA.3080009@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EFC7ECA.3080009@free.fr> Reply-To: qemu-devel@nongnu.org List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: qemu-devel@nongnu.org > Try the version 0.4.1 of QEMU. It should solve the problem you have. > BTW, I found a QEMU bug with 2.4.x, but it occurs only if SMP is activated. Works for me. Thnx. But CVS Version does not compile for me. gcc -Wall -O2 -g -fomit-frame-pointer -DHAVE_BYTESWAP_H -D_GNU_SOURCE -c -o vl.o vl.c vl.c: In function `main_loop': vl.c:1826: `gdbstub_fd' undeclared (first use in this function) vl.c:1826: (Each undeclared identifier is reported only once vl.c:1826: for each function it appears in.) vl.c: In function `help': vl.c:1888: `DEFAULT_GDBSTUB_PORT' undeclared (first use in this function) vl.c: In function `main': vl.c:1908: `DEFAULT_GDBSTUB_PORT' undeclared (first use in this function) vl.c:2076: warning: implicit declaration of function `cpu_gdbstub' vl.c:1895: warning: `gdbstub_port' might be used uninitialized in this function make: *** [vl.o] Error 1