walt wrote:
When building on x86 I get this error: make[2]: Entering directory `/home/wa1ter/src/qemu-kvm/kvm/libkvm' make[2]: *** No rule to make target `/home/wa1ter/src/qemu-kvm/kvm/kernel/include/asm/kvm.h', needed by `libkvm.o'. I fixed it by adding the same symlink that I add to Linus's kernel.git for exactly the same reason: #cd qemu-kvm/kvm/kernel/include #ln -s ../arch/x86/include/asm asm [there was no asm directory here] Am I the only one who has this problem?
No you're not. I had that problem. It's mentioned in the replies to Avi's announcement that qemu-kvm.git is live. configure has been modified to create "include" if it's not there. I'm not sure if that change has been pushed, but it's there.
Cam -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html