From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGx17-0003h8-4q for qemu-devel@nongnu.org; Fri, 21 Feb 2014 15:48:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGx15-00079t-9I for qemu-devel@nongnu.org; Fri, 21 Feb 2014 15:48:17 -0500 Received: from mail-oa0-x244.google.com ([2607:f8b0:4003:c02::244]:49852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGx15-00079i-3z for qemu-devel@nongnu.org; Fri, 21 Feb 2014 15:48:15 -0500 Received: by mail-oa0-f68.google.com with SMTP id i7so552766oag.3 for ; Fri, 21 Feb 2014 12:48:14 -0800 (PST) MIME-Version: 1.0 Date: Sat, 22 Feb 2014 02:18:13 +0530 Message-ID: From: Jobin Raju George Content-Type: multipart/alternative; boundary=001a11c2e1909cd20404f2f0bd12 Subject: [Qemu-devel] Error compiling qemu from source on Ubuntu 12.10 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --001a11c2e1909cd20404f2f0bd12 Content-Type: text/plain; charset=ISO-8859-1 I am trying to compile qemu from source to get my hands dirty with its development. I cloned the package from the repository. I extracted the tarball and started with the configuration using ./configure when I got the following error: ERROR: DTC (libfdt) not present. Your options: (1) Preferred: Install the DTC (libfdt) devel package (2) Fetch the DTC submodule, using: git submodule update --init dtc I tried installing libfdt using sudo apt-get install libfdt-dev but this did not resolve the error. There is a similar question I have seen but this too could not solve the error I am facing: - "ERROR: zlib check failed" while compiling Qemu -- Thanks and regards, Jobin Raju George Final Year, Information Technology College of Engineering Pune Alternate e-mail: georgejr10.it@coep.ac.in --001a11c2e1909cd20404f2f0bd12 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

I am trying to compile qemu from source to get my hands dirty wi= th its development. I cloned the package from the repository. I extracted the tarball and started with the= configuration using

./configure

when I got the following error:

ERROR: DTC (libfdt) not present. Your options:
         (1) Preferred: Install the DTC (libfdt) devel package
         (2) Fetch the DTC submodule, using:
             git submodule update --init dtc

I tried installing libfdt using sudo apt-get install libfdt-dev but this did not resolve the error.

There is a similar question I have seen but this too could not solve the= error I am facing:



--

Thanks and regards,

Jobin Raju George

Final Year, Informatio= n Technology

College of Engineering= Pune

Alternate e-mail: georgejr10.it@coep.ac.in

--001a11c2e1909cd20404f2f0bd12--