#make clean
#make mrproper
#make oldconfig
#make dep
[wish-1.6.2]#make
it works OK.
However, I got error when install the driver:
[root@puma wish-1.6.2]# make install
make: *** No rule to make target `arch/i386/vmlinux.lds', needed by `vmlinux'. Stop
I am wondering what I am missing here, the symbolic link from asm-i386 to asm OR I have to #make bzImage first ( I never build kernel from that source tree before) as some files and links are still missing.
Thanks,
-Hong
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/