I tried compiling the kernel.
I was successful with:
make config
make all
make modules
make modules_install
however when i try make install I get following error:
niru@niru-Inspiron-N5010:/usr/src/linux-2.6.35.7# make install
sh /usr/src/linux-2.6.35.7/arch/x86/boot/install.sh 2.6.35.7 arch/x86/boot/bzImage \
System.map "/boot"
*** Missing file: arch/x86/boot/bzImage
*** You need to run "make" before "make install".
make[1]: *** [install] Error 1
make: *** [install] Error 2
then i tried
#make
Error again!!!!
niru@niru-Inspiron-N5010:/usr/src/linux-2.6.35.7# make
CHK include/linux/version.h
CHK include/generated/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
AS arch/x86/kernel/entry_64.o
arch/x86/kernel/entry_64.S: Assembler messages:
arch/x86/kernel/entry_64.S:1558: Error: .size expression for do_hypervisor_callback does not evaluate to a constant
make[2]: *** [arch/x86/kernel/entry_64.o] Error 1
make[1]: *** [arch/x86/kernel] Error 2
make: *** [arch/x86] Error 2
Googled it, but not of much help. Any suggestions?
Thanks,
Niranjan