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

2014-02-25 Thread Peter Maydell
On 25 February 2014 09:19, Jobin Raju George wrote: > On Tue, Feb 25, 2014 at 2:42 PM, Peter Maydell > wrote: >> This looks like you didn't get qemu by cloning it from git (maybe you got >> a tarball?). That's fine but it's not what you said you did... >> > > Exactly! But is there a difference if

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

2014-02-25 Thread Jobin Raju George
On Tue, Feb 25, 2014 at 2:42 PM, Peter Maydell wrote: > On 25 February 2014 04:15, Jobin Raju George wrote: > > On Mon, Feb 24, 2014 at 5:54 PM, Peter Maydell > > > wrote: > >> Why not just do the git submodule command that the error message > >> from configure suggests? You don't need to manual

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

2014-02-25 Thread Peter Maydell
On 25 February 2014 04:15, Jobin Raju George wrote: > On Mon, Feb 24, 2014 at 5:54 PM, Peter Maydell > wrote: >> Why not just do the git submodule command that the error message >> from configure suggests? You don't need to manually stick the tarball >> into the qemu tree like this. >> > When I d

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

2014-02-24 Thread Jobin Raju George
On Mon, Feb 24, 2014 at 5:54 PM, Peter Maydell wrote: > On 21 February 2014 21:41, Jobin Raju George wrote: > > To fix this issue: > > > > I cloned dtc from its repository and extracted the tarball to qemu/dtc/. > > Why not just do the git submodule command that the error message > from configure

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

2014-02-24 Thread Peter Maydell
On 21 February 2014 21:41, Jobin Raju George wrote: > To fix this issue: > > I cloned dtc from its repository and extracted the tarball to qemu/dtc/. Why not just do the git submodule command that the error message from configure suggests? You don't need to manually stick the tarball into the qem

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

2014-02-21 Thread Jobin Raju George
To fix this issue: - I cloned dtc from its repositoryand extracted the tarball to qemu/dtc/. - Compiled dtc from source first using make - Restarted configuring qemu. The p

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

2014-02-21 Thread Jobin Raju George
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