cmtech
03-26-2005, 04:52 PM
# wget http://www.unixshell.com/kernel-source/linux-`uname -r`.tgz
# tar xvzf linux-2.6.11-xenU.tgz
# cd linux-2.6.11-xenU
# gzip -dc /proc/config.gz >.config
# make menuconfig ARCH=xen
Makefile:448: /root/xen/linux-2.6.11-xenU/arch/xen/Makefile: No such file or directory
make: *** No rule to make target `/root/xen/linux-2.6.11-xenU/arch/xen/Makefile'. Stop.
????
# ls -l /root/xen/linux-2.6.11-xenU/arch/xen
total 20
lrwxrwxrwx 1 root root 53 Mar 26 11:36 Kconfig -> ../../../linux-2.6.11-xen-sparse/./arch/xen/./Kconfig
lrwxrwxrwx 1 root root 61 Mar 26 11:36 Kconfig.drivers -> ../../../linux-2.6.11-xen-sparse/./arch/xen/./Kconfig.drivers
lrwxrwxrwx 1 root root 54 Mar 26 11:36 Makefile -> ../../../linux-2.6.11-xen-sparse/./arch/xen/./Makefile
???!!!
# find /root/xen/linux-2.6.11-xenU/arch/xen -lname '*' | wc -l
82
!!!!!!!!!!
Errr... heh. Any chance of a working kernel tarball? :P
# tar xvzf linux-2.6.11-xenU.tgz
# cd linux-2.6.11-xenU
# gzip -dc /proc/config.gz >.config
# make menuconfig ARCH=xen
Makefile:448: /root/xen/linux-2.6.11-xenU/arch/xen/Makefile: No such file or directory
make: *** No rule to make target `/root/xen/linux-2.6.11-xenU/arch/xen/Makefile'. Stop.
????
# ls -l /root/xen/linux-2.6.11-xenU/arch/xen
total 20
lrwxrwxrwx 1 root root 53 Mar 26 11:36 Kconfig -> ../../../linux-2.6.11-xen-sparse/./arch/xen/./Kconfig
lrwxrwxrwx 1 root root 61 Mar 26 11:36 Kconfig.drivers -> ../../../linux-2.6.11-xen-sparse/./arch/xen/./Kconfig.drivers
lrwxrwxrwx 1 root root 54 Mar 26 11:36 Makefile -> ../../../linux-2.6.11-xen-sparse/./arch/xen/./Makefile
???!!!
# find /root/xen/linux-2.6.11-xenU/arch/xen -lname '*' | wc -l
82
!!!!!!!!!!
Errr... heh. Any chance of a working kernel tarball? :P