> when doing make modules_install, it fails with the following error
> messages:
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.47/kernel/drivers/net/8390.o
> depmod: crc32_be_Rb7b61546
> depmod: crc32_be_Rb7b61546
For the crc32 bits, you've got CONFIG_CRC32=y, but CONFIG_SMC91C92=m, and
nothing built-in is using the crc32 functions, so the linker is throwing
them out. Set CONFIG_CRC32=m, if something built-in needs it it'll get set
to =y by them.
Thanks,
Matt
-- Matt Domsch Sr. Software Engineer, Lead Engineer, Architect Dell Linux Solutions www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Fri Nov 15 2002 - 22:00:25 EST