Re: 2.1.105 SB16 compile problem

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 7 Jun 1998 22:01:31 +0100 (BST)


> Line 61 of sound_firmware.c:
> EXPORT_SYMBOL(mod_firmware_load);

Which is right as this is an exported symbol

> >From include/linux/module.h, line 252:
> #define EXPORT_SYMBOL(var) error EXPORT_SYMTAB_not_defined

That implies something added sound_firmware to the L_OBJS not LX_OBJS
which is a 'can't happen' as sound_firmware.o is on the export-obj list
in drivers/sound/Makefile.

Can you mail me your .config ?

Alan

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