> The errors are still there in 2.4.20-pre8 and none of them went away
> after make mrproper.
Thanks for the .config, I see most of them now.
[re-ordered slightly]
> > > depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre7/kernel/drivers/macintosh/nvram.o
> > > depmod: pmac_get_partition
> > > depmod: nvram_write_byte_R9ce3f83f
> > > depmod: nvram_read_byte_R0f28cb91
> > > depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre7/kernel/drivers/sound/dmasound/dmasound_pmac.o
> > > depmod: pmac_xpram_read
CONFIG_NVRAM cannot really be =m as you have in your .config on
CONFIG_ALL_PPC. I'll send Marcelo a bit more Makefile gunk to work
around this. For now just set it to y.
> > > depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre7/kernel/drivers/media/video/tda7432.o
> > > depmod: __fixdfsi
> > > depmod: __floatsidf
> > > depmod: __divdf3
> > > depmod: __muldf3
> > > depmod: __subdf3
This driver is doing floating point operations inside the kernel, and is
therefore broken.
> > > depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre7/kernel/drivers/usb/storage/usb-storage.o
> > > depmod: ppc_generic_ide_fix_driveid
Configuration issue. CONFIG_USB_STORAGE_ISD200 needs to depend on
CONFIG_IDE, since it calls ide_fixup_driveid(). Greg? Björn?
-- Tom Rini (TR1265) http://gate.crashing.org/~trini/ - 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/