Re: unresolved symbols cropping up in a previously working driver.

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 10 Jun 2000 12:43:25 +0100 (BST)


> hello.o: unresolved symbol printk
>
> Here is the weird bit. This machine is nearly
> identical to another machine that I have to another

Your module has to be built with the matching kernel options, in paticular
CONFIG_MODVERSIONS and __SMP__ (CONFIG_SMP in 2.4test)

You also want the same compile options and the
--include include/linux/modversions.h

if you are using MODVERSIONS

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/