Hi! I tried to compile the 2.6.15 kernel on x86_64 with xen, but I got the next error: ln -fsn offset.h include/asm-x86_64/asm_offsets.h ln -fsn offset.h include/asm-x86_64/asm_offset.h make[4]: *** No rule to make target `arch/xen/kernel/asm-offsets.c'', needed by `arch/xen/kernel/asm-offsets.s''. Stop. make[3]: *** [prepare0] Error 2 make[3]: Leaving directory `/usr/src/xen-3.0-testing.hg/linux-2.6.15-xen0'' make[3]: Entering directory `/usr/src/xen-3.0-testing.hg/linux-2.6.15-xen0'' if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map -b /usr/src/xen-3.0-testing.hg/dist/install -r 2.6.15-ocfs2-reiser4-xen0; fi make[3]: Leaving directory `/usr/src/xen-3.0-testing.hg/linux-2.6.15-xen0'' make -C linux-2.6.15-xen0 ARCH=xen INSTALL_PATH=/usr/src/xen-3.0-testing.hg/dist/install install make[3]: Entering directory `/usr/src/xen-3.0-testing.hg/linux-2.6.15-xen0'' CHK include/linux/version.h make[4]: `arch/x86_64/kernel/asm-offsets.s'' is up to date. make[4]: *** No rule to make target `arch/xen/kernel/asm-offsets.c'', needed by `arch/xen/kernel/asm-offsets.s''. Stop. I probed with this sources: xen-3.0-testing.hg changeset: 8269:a91e4dcf629d tag: tip user: Ian.Campbell@xensource.com date: Fri Dec 23 02:12:41 2005 +0000 summary: Only build xenctx on x86_32 and x86_64. and xen-unstable.hg changeset: 8613:a9ead230cc60 tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Mon Jan 16 14:47:31 2006 +0100 summary: Complete arch_domain_create refactoring for ia64. What can I do? Thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Jan 17, 2006 at 09:20:32PM +0100, Gabor HALASZ wrote:> I tried to compile the 2.6.15 kernel on x86_64 with xen, but I got the^^^^^^^^> make[3]: Leaving directory `/usr/src/xen-3.0-testing.hg/linux-2.6.15-xen0'' > make -C linux-2.6.15-xen0 ARCH=xen^^^^^^^^> INSTALL_PATH=/usr/src/xen-3.0-testing.hg/dist/install install > make[3]: Entering directory `/usr/src/xen-3.0-testing.hg/linux-2.6.15-xen0''> xen-3.0-testing.hg > xen-unstable.hgneither of this trees contains a 2.6.15. you can grab the linux-2.6-merge tree that contains a 2.6.15, then you build *WITHOUT* ARCH=XEN or build the kernel provided in xen-3.0-testing.hg | xen-unstable.hg which is 2.6.12. don''t change yourself buildconfigs value or do your own patchin'', and then expect it to work. Cheers, -- Vincent Hanquez _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users