-
Error Compiling Kernel
Hiya:
When i was compiling the kernel, after ive made the .config file and type the command "make" i get the following:
Code:
sarge:/usr/src/kernel-source-2.6.9# make
CHK include/linux/version.h
make[1]: *** No rule to make target `init/main.o', needed by `init/built-in.o'. Stop.
make: *** [init] Error 2
Even if i do bzimage or zimage it gives the same error. Anyone know why?
-EDIT-Just realised theres a subforum for kernel. Moderators plz move it. Sry.
Tnx! :oops:
-
how did you configure the kernel? (like a make menuconfig or did you manually create a .config file?)
-
-
**Moved to Linux Kernel as per user's request.
-
Try "make bzImage" (note the I not i). May or may not work, but the docs say to do bzImage.