From: James S. <jsi...@in...> - 2002-12-28 18:34:47
|
> with this change i get warnings during compilation, and errors on final linking of vmlinuz, if i revert it everything seems ok,but i coudn't find time to boot the kernel > ########################## /home/root/src/2.4/linux-2.4.20bruby-21dec/arch/i386/lib/lib.a /home/root/src/2.4/linux-2.4.20bruby-21dec/lib/lib.a /home/root/src/2.4/linux-2.4.20bruby-21dec/arch/i386/lib/lib.a \ > --end-group \ > -o vmlinux > drivers/char/char.o: In function `vcs_make_devfs': > drivers/char/char.o(.text+0x12e57): undefined reference to `devfs_find_and_unregister' > drivers/char/char.o(.text+0x12e88): undefined reference to `devfs_find_and_unregister' This is a 2.5.X change. devfs_find_and_register isn't present in 2.4.X. I assume the other problems are most likely the same issue. |