Hi all,
I patched the original 2.6.9 with the bruby patch
"patch-2.6.7-ruby.bz2" when i am doing make "modules" everything in
fine.
But when i tried make bzImage, the following error is coming:
CHK include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
CC drivers/char/vt_ioctl.o
drivers/char/vt_ioctl.c: In function `switch_screen':
drivers/char/vt_ioctl.c:637: warning: implicit declaration of function
`clear_buffer_attributes'
drivers/char/vt_ioctl.c: In function `vt_ioctl':
include/linux/vt_kern.h:288: sorry, unimplemented: inlining failed in
call to 'set_console': function body not available
drivers/char/vt_ioctl.c:1174: sorry, unimplemented: called from here
make[2]: *** [drivers/char/vt_ioctl.o] Error 1
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
how can i overcome this
regards
vinu
|