From: Andreas S. <an...@sc...> - 2004-08-24 22:13:29
|
* Aivils (ai...@un...) [040824 09:37]: > subject reach public cvs :) > fbcon will run only on my vesafb-tng. "multiuser" fbcon is untested. > fbcon is simplified because do not contain "multiheading". > Feel free and applay various subversions like .1 .2 and so on by yourself. i am getting compile errors here: ... CC arch/i386/kernel/setup.o arch/i386/kernel/setup.c: In function `parse_cmdline_early': arch/i386/kernel/setup.c:661: error: `saved_command_line' undeclared (first use in this function) arch/i386/kernel/setup.c:661: error: (Each undeclared identifier is reported only once arch/i386/kernel/setup.c:661: error: for each function it appears in.) In file included from arch/i386/kernel/setup.c:1380: include/asm-i386/mach-default/setup_arch_post.h: At top level: include/asm-i386/mach-default/setup_arch_post.h:10: warning: `machine_specific_memory_setup' declared inline after being called make[2]: *** [arch/i386/kernel/setup.o] Error 1 i guessed it was my large memory support causeing this, but disabling that option did not fix it. does anyone else see this? how do i avoid it? |