Zhao, Yunfeng wrote:
> I am using TIP.
> I found that if try to compile twice, the first time has no problem but
> the second time (make clean&&./configure&&make) will meet the error.
>
>
Yes, 'make clean' was too eager. Fixed.
--
error compiling committee.c: too many arguments to function
I am using TIP.
I found that if try to compile twice, the first time has no problem but
the second time (make clean&&./configure&&make) will meet the error.
>>
>
>I can't reproduce this with the last snapshot. What commits hashes are
>you using?
>
>--
>Do not meddle in the internals of kernels, f
Zhao, Yunfeng wrote:
>
> Today’s IA32e KVM build fails, here is the error message:
>
> libqemu.a(kvm-tpr-opt.o): In function `enable_vapic':
>
> /workspace/ia32e/nightly/kvm-master-2.6.22-rc4-20080218000132559/kvm-userspace/qemu/kvm-tpr-opt.c:232:
>
> undefined reference to `kvm_enable_vapic'
>
>
Today's IA32e KVM build fails, here is the error message:
libqemu.a(kvm-tpr-opt.o): In function `enable_vapic':
/workspace/ia32e/nightly/kvm-master-2.6.22-rc4-20080218000132559/kvm-use
rspace/qemu/kvm-tpr-opt.c:232: undefined reference to `kvm_enable_vapic'
libqemu.a(kvm-tpr-opt.o): In function
Hollis Blanchard wrote:
> On Wed, 2008-01-09 at 10:39 +0200, Avi Kivity wrote:
>
>> Zhao, Yunfeng wrote:
>>
>>> Today's tip fails to compile with following error messages:
>>>
>>>
>> [...]
>>
>> Fixed now. Hollis, I had to revert your asm symlink patch to fix this,
>> so we need
On Wed, 2008-01-09 at 10:39 +0200, Avi Kivity wrote:
> Zhao, Yunfeng wrote:
> > Today's tip fails to compile with following error messages:
> >
>
> [...]
>
> Fixed now. Hollis, I had to revert your asm symlink patch to fix this,
> so we need to find an alternative solution to that problem.
Zhao, Yunfeng wrote:
> Today's tip fails to compile with following error messages:
>
[...]
Fixed now. Hollis, I had to revert your asm symlink patch to fix this,
so we need to find an alternative solution to that problem.
--
error compiling committee.c: too many arguments to function
---
Today's tip fails to compile with following error messages:
/workspace/ia32e/nightly/kvm-master-2.6.22-rc4-20080109010121401/kvm-use
rspace/qemu/../libkvm -DCONFIG_X86 -Wall -O2 -g -fno-strict-aliasing
-I.
-I/workspace/ia32e/nightly/kvm-master-2.6.22-rc4-20080109010121401/kvm-u
serspace/qemu -MM
Hi,
I'm getting some links error with kvm-49
gcc34 -L
/usr/brule7/cshome/cam/research/KVM-test/kvm-userspace/qemu/../libkvm
-g -o qemu-system-x86_64 vl.o osdep.o readline.o monitor.o pci.o
console.o loader.o isa_mmio.o cutils.o migration.o block.o block-raw.o
block-cow.o block-qcow.o aes.o
kvm needs zlib development files to compile,
but does not probe for it in configure and does
not complain if they are missing.
a simple header check in qemu configure should
fix this.
Regards, Andreas
-
This SF.net email is
Zhao, Yunfeng wrote:
> I meet the error below when I compile KVM module against
> 30dac03825e830641054a829fe99ff6d1f2ebe0d. The kernel is 2.6.22-rc4.
> /workspace/ia32e/nightly/kvm-master-2.6.22-rc4-20070708190117/kvm-usersp
> ace/BUILD/kernel/kvm_main.c: In function 'kvm_cpu_hotplug':
> /workspace
I meet the error below when I compile KVM module against
30dac03825e830641054a829fe99ff6d1f2ebe0d. The kernel is 2.6.22-rc4.
+ make -C kernel
make[1]: Entering directory
`/workspace/ia32e/nightly/kvm-master-2.6.22-rc4-20070708190117/kvm-users
pace/BUILD/kernel'
make -j20 -C /lib/modules/2.6.22-rc4
>I saw compiler error at current head, does anybody else see too?
>41ac4b23696b12fec15191969bc18da42359861d
>
>
>
>make -C /lib/modules/2.6.21-rc3/build M=`pwd` "$@"
>make[1]: Entering directory `/root/linux-2.6.21-rc3'
> LD /root/work2/5th/kvm-userspace/kernel/built-in.o
> CC [M] /root/wor
I saw compiler error at current head, does anybody else see too?
41ac4b23696b12fec15191969bc18da42359861d
make -C /lib/modules/2.6.21-rc3/build M=`pwd` "$@"
make[1]: Entering directory `/root/linux-2.6.21-rc3'
LD /root/work2/5th/kvm-userspace/kernel/built-in.o
CC [M] /root/work2/5th/kv
Zhao, Yunfeng wrote:
>
> I met an error when i build latest KVM on rhel5.
>
> Seems asm/cmpxchg.h is not in the kernel before 2.6.22.
>
> How can I fix the issue?
>
>
>
Add a kernel/include/linux/asm/cmpxchg.h, which defines set_64bit() for
both i386 and x86_64.
--
Do not meddle in the inter
I met an error when i build latest KVM on rhel5.
Seems asm/cmpxchg.h is not in the kernel before 2.6.22.
How can I fix the issue?
make -C kernel
make[1]: Entering directory `/tmp/tmp/kvm-userspace/kernel'
make -C /lib/modules/2.6.18-8.el5/build M=`pwd` "$@"
make[2]: Entering directory `
For now I just replaced in my download the gcc line by an "as" line in
the Makefile.. And yes the kvm boots the Windows 2003 Server now. Yay!
*happy*
Thanks, Axel Kittenberger
BTW: out of some reason on my debian etch had also not a "libuuid.so",
only a "libuuid.so.1" so I need to make a syml
Axel Kittenberger wrote:
> Hello List!
>
> I just downloaded kvm-25 and get following error while trying compile.
>
Avi just fixed this in git.
Regards,
Anthony Liguori
> (Because the kvm 0.8 that came with my distro, always crashed after 1
> second into trying to boot an qemu-installed Win
Hello List!
I just downloaded kvm-25 and get following error while trying compile.
(Because the kvm 0.8 that came with my distro, always crashed after 1
second into trying to boot an qemu-installed Windows 2003 Server. So I
hope 0.9 might do.
Trans-Script.
-
host/usr/sr
On Thursday 04 January 2007 19:20, ( अमेय पाळंदे ) Ameya Palande wrote:
> > Message: 9
> > Date: Thu, 4 Jan 2007 17:00:32 +0200
> > From: Peter Smith <[EMAIL PROTECTED]>
> > Subject: [kvm-devel] Compile error with openSuse 10.2
> > To: kvm-devel@lists.sou
> Message: 9
> Date: Thu, 4 Jan 2007 17:00:32 +0200
> From: Peter Smith <[EMAIL PROTECTED]>
> Subject: [kvm-devel] Compile error with openSuse 10.2
> To: kvm-devel@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="
When compiling KVM I get the following error:-
In file included from /home/peter/applications-home/kvm-9/qemu/usb-linux.c:29:
/usr/include/linux/usbdevice_fs.h:49: error: variable or field `__user'
declared void
/usr/include/linux/usbdevice_fs.h:49: error: syntax error before '*' token
My enviro
22 matches
Mail list logo