qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Error compiling qemu from source on Ubuntu 12.10


From: Jobin Raju George
Subject: Re: [Qemu-devel] Error compiling qemu from source on Ubuntu 12.10
Date: Sat, 22 Feb 2014 03:11:58 +0530

To fix this issue:

The problem was qemu tries to search for dtc binaries in qemu/dtc. Even if you have installed dtc using sudo apt-get install device-tree-compiler, you will get the above error(mentioned in the question), so you probably need to have the binaries in qemu/dtc.



On Sat, Feb 22, 2014 at 2:18 AM, Jobin Raju George <address@hidden> wrote:

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:



--

Thanks and regards,

Jobin Raju George

Final Year, Information Technology

College of Engineering Pune

Alternate e-mail: address@hidden




--

Thanks and regards,

Jobin Raju George

Final Year, Information Technology

College of Engineering Pune

Alternate e-mail: address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]