|
| 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:
I cloned dtc from its repository and extracted the tarball to qemu/dtc/.
Compiled dtc from source first using make
Restarted configuring qemu.
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.
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
./configurewhen 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 dtcI tried installing libfdt using
sudo apt-get install libfdt-devbut 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
| [Prev in Thread] | Current Thread | [Next in Thread] |