After compiling 0.9.0beta10 (twice), I'm getting unresolved symbols on the
modules:

(0)<mcelrath@draal:/usr/src/alsa-driver-0.9.0beta10> modprobe snd
/lib/modules/2.4.17/misc/snd.o: unresolved symbol prefetch
/lib/modules/2.4.17/misc/snd.o: unresolved symbol copy_to_user
/lib/modules/2.4.17/misc/snd.o: unresolved symbol cia_bwx_inb
/lib/modules/2.4.17/misc/snd.o: unresolved symbol cia_bwx_outb
/lib/modules/2.4.17/misc/snd.o: unresolved symbol copy_from_user
/lib/modules/2.4.17/misc/snd.o: insmod /lib/modules/2.4.17/misc/snd.o failed
/lib/modules/2.4.17/misc/snd.o: insmod snd failed

Poking around, "prefetch" is defined in asm/processor.h, and is inline.  There
should be no symbol for it in the binary.  "copy_to_user" is apparently
depreciated, and is defined in linux/compatmac.h.  "copy_from_user" is in the
same file and is inline, again, there should be no symbol for it.
"cia_bwx_inb" and "cia_bwx_outb" are in System.map, so I don't understand why
they're not being found...

Anyone have a clue what's going wrong here?

This is on the alpha architecture, gcc 2.96-85 and binutils 2.10.91.0.2.

Cheers,
-- Bob

Bob McElrath ([EMAIL PROTECTED]) 
Univ. of Wisconsin at Madison, Department of Physics

Attachment: msg01408/pgp00000.pgp
Description: PGP signature

Reply via email to