Re: [uml-user] Basic compilation error.

2004-12-08 Thread Jaiwant Mulik
Ah ha ... that did the trick. Thanks for you patience and help. Since um was listed under /arch in the 2.6.6 kernel tree I (incorrectly) assumed that it fully integrated. Christopher S. Aker wrote: You need to use a more recent version of UML to get it to compile. Pre 2.6.9 and UML wasn't full

Re: [uml-user] Basic compilation error.

2004-12-08 Thread Christopher S. Aker
You need to use a more recent version of UML to get it to compile. Pre 2.6.9 and UML wasn't fully included in the vanilla sources. Try this: mkdir ~/build cd ~/build wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.9.tar.bz2 bunzip linux-2.6.9.tar.bz2 tar xf linux-2.6.9.tar.bz2 wget

Re: [uml-user] Basic compilation error.

2004-12-08 Thread Jaiwant Mulik
David, Chris, Apologies for trying your patience here but there still seem to be errors. Here are the exact step I am doing: [EMAIL PROTECTED] jmulik$ rm -rf linux-2.6.6 [EMAIL PROTECTED] jmulik]$ tar xvf linux-2.6.6.tar [EMAIL PROTECTED] linux-2.6.6]$ cd linux-2.6.6 [EMAIL PROTECTED] linux-2.6.6

Re: [uml-user] Basic compilation error.

2004-12-08 Thread David Cannings
Jaiwant Mulik wrote: > I looked at that document and have tried "make ARCH=um" but errors again. As Christopher said, you'll need to 'make mrproper' first before retrying. Save your .config file before doing so. If you don't understand this and can bare the few minutes, remove the whole kernel t

Re: [uml-user] Basic compilation error.

2004-12-08 Thread Jaiwant Mulik
I looked at that document and have tried "make ARCH=um" but errors again. make menuconfig ARCH=um [EMAIL PROTECTED] linux-2.6.6]$ make ARCH=um CHK include/linux/version.h UPD include/linux/version.h SYMLINK include/asm -> include/asm-um SPLIT include/linux/autoconf.h -> include/config

Re: [uml-user] Basic compilation error.

2004-12-08 Thread Christopher S. Aker
> I am trying to get a 2.6.6 kernel working in um. Since the kernel from > www.kernel.org already has an um arch. I tried "make menuconfig ARCH=um" > and was able to configure uml options. But trying to get the uml > executable kernel using "make" fails. What am I missing ? You need to append "AR

[uml-user] Basic compilation error.

2004-12-08 Thread Jaiwant Mulik
Hi all, I am trying to get a 2.6.6 kernel working in um. Since the kernel from www.kernel.org already has an um arch. I tried "make menuconfig ARCH=um" and was able to configure uml options. But trying to get the uml executable kernel using "make" fails. What am I missing ? Setup is Fedora cor