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 |