[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: compiler failure on 2.4.24 Quad 840AV Debian 3.0_r2



On Wed, 4 Feb 2004, Hank wrote:
> Applied your maconsic patch. It helped. Still a few more errors in
> the make modules part of the kernel install procedure.
> Seems like they are all network card drivers: mac89x0.o macsonic.o smc9194.o

> depmod: *** Unresolved symbols in /usr/src/linux-2.4/debian/tmp-image/lib/modules/2.4.24/kernel/drivers/net/mac89x0.o
> depmod: 	nubus_find_slot_R5a821bdd
> depmod: *** Unresolved symbols in /usr/src/linux-2.4/debian/tmp-image/lib/modules/2.4.24/kernel/drivers/net/macsonic.o
> depmod: 	nubus_find_type_R314afc5f

Hence nubus_find_slot and nubus_find_type have to be added to the export list.

> depmod: *** Unresolved symbols in /usr/src/linux-2.4/debian/tmp-image/lib/modules/2.4.24/kernel/drivers/net/smc9194.o
> depmod: 	outsl
> depmod: 	inb
> depmod: 	inw
> depmod: 	insb
> depmod: 	insl
> depmod: 	outb
> depmod: 	outl
> depmod: 	outw

The SMC9194 driver needs abstractions for inb() and friends to handle Mac, as
mentioned on http://linux-m68k-cvs.ubb.ca/~geert/linux-m68k-2.4.x-status.html.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds



Reply to: