Re: [qemu-kvm] source code compile error: No rule to make target `../libhw64/virtio-console.o', needed by `qemu-system-x86_64'

2012-09-06 Thread Avi Kivity
On 08/23/2012 03:07 PM, Wangpan wrote:
 Hi all,
 I got this error when I compile the source tarball qemu-kvm-1.1.1.tar.gz 
 and qemu-kvm-1.1.0.tar.gz and as well as codes clone from 
 git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git,
 the compile command I used is ./configure  make.
 I google this error but find nothing, I have no idea now.
 anybody can give me some clue? thanks very much!
 

Strange, do you have hw/virtio-console.c?


-- 
error compiling committee.c: too many arguments to function
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Re: [qemu-kvm] source code compile error: No rule to make target `../libhw64/virtio-console.o', needed by `qemu-system-x86_64'

2012-09-06 Thread Wangpan
On 08/23/2012 03:07 PM, Wangpan wrote: 
 Hi all, 
 I got this error when I compile the source tarball qemu-kvm-1.1.1.tar.gz 
 and qemu-kvm-1.1.0.tar.gz and as well as codes clone from 
 git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git, 
 the compile command I used is ./configure  make. 
 I google this error but find nothing, I have no idea now. 
 anybody can give me some clue? thanks very much! 
  

Strange, do you have hw/virtio-console.c? 

Thanks Avi first
I have known the reason now, it is because someone else set the env 
$GREP_COLOR, so the output of 'grep' cmd is corrupted by the color messages.
When I clear this 'GREP_COLOR' env, the compile procedure is very smoothly.

Wangpan

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html