Hello, Thanks a lot for the tip...it worked, and the recompile was so much faster. I really like this new time saving feature as make clean is now unneccessary.
Best Simon On Thu, 4 Dec 2003, Octavio Ruiz (Ta^3) wrote: > Simon Mushi, who happens to be smarter than you, thinks: > > Hey people, > > I just decided to move from 2.4 to 2.6 - beata tonight and towards the end > > of compiling the 2.6.0.test11-r1 kernel the compilation quit with the > > following error: > > LD .tmp_vmlinux1 > > drivers/built-in.o(.text+0xbeee0): In function `splash_getraw': > > : undefined reference to `vesafb_ops' > > make: *** [.tmp_vmlinux1] Error 1 > > [EMAIL PROTECTED] linux # > > Has anyone encountered this? What have I done wrong....I had just > > previously run make menuconfig...and then make clean bzImage modules > > modules_install. > > Any ideas? > > Yep, you need to add: > > Device Drivers ---> > Graphics support ---> > [*] VESA VGA graphics support > > or remove: > > Device Drivers ---> > Graphics support ---> > Bootsplash configuration ---> > [ ] Bootup splash screen > > Why? > > undefined reference to `vesafb_ops'/In function `splash_getraw': > > Regards, > > -- > Better hope the life-inspector doesn't come around while you have your > life in such a mess. > > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list
