From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AvOiD-0005j8-Dn for qemu-devel@nongnu.org; Mon, 23 Feb 2004 17:38:05 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AvOhf-0005T7-Bb for qemu-devel@nongnu.org; Mon, 23 Feb 2004 17:38:02 -0500 Received: from [193.252.22.23] (helo=mwinf0803.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AvOhe-0005SD-ST for qemu-devel@nongnu.org; Mon, 23 Feb 2004 17:37:30 -0500 Received: from wanadoo.fr (ALille-208-1-20-224.w81-50.abo.wanadoo.fr [81.50.165.224]) by mwinf0803.wanadoo.fr (SMTP Server) with ESMTP id B2F25180012E for ; Mon, 23 Feb 2004 23:37:25 +0100 (CET) Message-ID: <403A80A9.5070802@wanadoo.fr> Date: Mon, 23 Feb 2004 23:37:29 +0100 From: Anne et Bertrand MIME-Version: 1.0 References: <4037E495.40803@wanadoo.fr> In-Reply-To: <4037E495.40803@wanadoo.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Fail to compile Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org >What is your glibc version ? >Whatever, try to apply this patch: rpm -q gli[bertrand@localhost bertrand]$ rpm -q glibc glibc-2.3.1-10.1.91mdk I've applied this patches to 0.5.2 : compiled with success (although a little trouble on install : it failed on some directorie in the source tree so I had to cd to each one and type make to finish the install). Runs well : for the first time I could launch ReactoS and even a kind of Knoppix disk image. Thanks ! The patche applied to the cvs tree let syscall.c compile too, but I've got an assembly error later in i386-softmmu : gcc -I. -I/home/bertrand/Desktop/qemu/target-i386 -I/home/bertrand/Desktop/qemu -D_GNU_SOURCE -c -o linux_boot.o /home/bertrand/Desktop/qemu/linux_boot.S /home/bertrand/Desktop/qemu/linux_boot.S: Assembler messages: /home/bertrand/Desktop/qemu/linux_boot.S:8: Error: unknown pseudo-op: `.code16' /home/bertrand/Desktop/qemu/linux_boot.S:14: Error: Unrecognized opcode: `cli' /home/bertrand/Desktop/qemu/linux_boot.S:15: Error: Unrecognized opcode: `cld' /home/bertrand/Desktop/qemu/linux_boot.S:16: Error: Unrecognized opcode: `mov' /home/bertrand/Desktop/qemu/linux_boot.S:17: Error: Unrecognized opcode: `mov' /home/bertrand/Desktop/qemu/linux_boot.S:18: Error: Unrecognized opcode: `mov' /home/bertrand/Desktop/qemu/linux_boot.S:19: Error: Unrecognized opcode: `mov' /home/bertrand/Desktop/qemu/linux_boot.S:20: Error: Unrecognized opcode: `mov' /home/bertrand/Desktop/qemu/linux_boot.S:21: Error: Unrecognized opcode: `mov' /home/bertrand/Desktop/qemu/linux_boot.S:22: Error: Unrecognized opcode: `mov' /home/bertrand/Desktop/qemu/linux_boot.S:23: Error: Unrecognized opcode: `ljmp' make[1]: *** [linux_boot.o] Erreur 1 make[1]: Leaving directory `/home/bertrand/Desktop/qemu/i386-softmmu' make: *** [all] Erreur 1 Bertrand Dekoninck