From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52347 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQINR-000803-3m for qemu-devel@nongnu.org; Wed, 08 Dec 2010 06:40:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQINP-0008Lc-TZ for qemu-devel@nongnu.org; Wed, 08 Dec 2010 06:40:04 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:64801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQINP-0008LX-PF for qemu-devel@nongnu.org; Wed, 08 Dec 2010 06:40:03 -0500 Received: by wwi18 with SMTP id 18so982761wwi.10 for ; Wed, 08 Dec 2010 03:40:02 -0800 (PST) Message-ID: <4CFF6E8F.7000300@gmail.com> Date: Wed, 08 Dec 2010 12:39:59 +0100 From: Stefano Bonifazi MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Compiling tests/qruncom.c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi All! I am trying to study how libqemu works starting from the example qruncom.c I don't know why, but libqemu.a is not built with QEMU 0.13. I downloaded and built QEMU 0.12.5. And found libqemu.a inside i386-linux-user. The tests programs (inside folder tests) were not built with QEMU. Then I run "make qruncom" inside that folder, but it gave errors. I noticed that in the MAKEFILE there is "-I../i386-user" for qruncom, but this folder does not exist. I changed it to "i386-linux-user" but then make gave other errors. Please help. Thank you very much in advance! Stefano B.