View Single Post

   
  #2 (permalink)  
Old 02-19-2008, 02:40 PM
Matthew Robinson
 
Posts: n/a
Default Re: Compiling Linux-2.6.7?

i would guess that its because your using a 2.4 series .config on a 2.6
series kernel. do make proper and start again

also, now to compile the kernel its this:

make mrproper (optional)
make menuconfig (or xconfig or gconfig or oldconfig or config)
make bzImage
make modules
make modules_install


Reply With Quote