Re: 2.1.105 + Alan's patch - unresolved symbols

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 9 Jun 1998 13:24:45 +0100 (BST)


> 2.1.105 + Alan's patch does still have unresolved symbols... Does somebody
> care to fix it ?
>
> === Cut ===
> /lib/modules/2.1.105/misc/videodev.o: unresolved symbol(s)
> rtrack_init

That appears to be a corrupt Config.in you have. Somehow you got
CONFIG_RADIO_RTRACK=y even though it depends on VIDEODEV which is M.

> /lib/modules/2.1.105/misc/hisax.o: unresolved symbol(s)

No idea whats happening with ISDN right now

> /lib/modules/2.1.105/net/8390.o: unresolved symbol(s)
> __global_cli
> synchronize_irq
> __global_save_flags
> __global_restore_flags
> __global_sti

Are you sure you build is clean. These symbols are used by SMP modules
and are exported by i386 SMP kernels. They are neither exported nor used
non SMP

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu