public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* building kvm-userspace with separate kernel object directory?
@ 2008-01-07 21:12 Hollis Blanchard
  2008-01-07 21:29 ` Hollis Blanchard
  2008-01-07 21:44 ` Jerone Young
  0 siblings, 2 replies; 7+ messages in thread
From: Hollis Blanchard @ 2008-01-07 21:12 UTC (permalink / raw)
  To: kvm-devel

I always build my kernels with the O= option, since it allows me to
build multiple architectures from the same sources.

However, it looks like the kvm-userspace configure script can't handle
this. It says --kerneldir should be the kernel *build* directory, but
when I do that I get
        libkvm.c:21:23: warning: linux/kvm.h: No such file or directory
because the build directory does not contain an include/linux symlink.

When I specify the kernel *source* directory for --kerneldir, I get
        /home/hollisb/source/kvmppc.hg/include/linux/kvm.h:12:21: warning: asm/kvm.h: No such file or directory
because the source directory doesn't contain an include/asm symlink.

How can this work?

-- 
Hollis Blanchard
IBM Linux Technology Center


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-01-08 13:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-07 21:12 building kvm-userspace with separate kernel object directory? Hollis Blanchard
2008-01-07 21:29 ` Hollis Blanchard
2008-01-07 21:50   ` Jerone Young
2008-01-07 22:07     ` Hollis Blanchard
2008-01-07 22:52       ` Jerone Young
2008-01-08 13:50   ` Avi Kivity
2008-01-07 21:44 ` Jerone Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox