2002-03-07 07:23:06

by Adam Schrotenboer

[permalink] [raw]
Subject: Unresolved symbols 2.4.18-pre9-mjc2

Been a bit busy lately, but after the power went off last night, I
decided to finish my compile of the latest (afaict) mjc kernel.

Already commented out a function (it was several days ago, I can't
remember it.) that was obsoleted by the radix tree patch. Now, I come up
w/ this error in modules_install .

Ideas?

depmod: *** Unresolved symbols in
/lib/modules/2.4.18-pre9-mjc2/kernel/drivers/scsi/sd_mod.o
depmod: blkdev_varyio

TIA
--
tabris


2002-03-07 16:14:56

by Adam Schrotenboer

[permalink] [raw]
Subject: Re: Unresolved symbols 2.4.18-pre9-mjc2

Well, found the solution (in the archives) is to add
EXPORT_SYMBOL(blkdev_varyio) to ksyms.

--
tabris
On Thursday 07 March 2002 02:22, Adam Schrotenboer wrote:
> Been a bit busy lately, but after the power went off last night, I
> decided to finish my compile of the latest (afaict) mjc kernel.
>
> Already commented out a function (it was several days ago, I can't
> remember it.) that was obsoleted by the radix tree patch. Now, I come
> up w/ this error in modules_install .
>
> Ideas?
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-pre9-mjc2/kernel/drivers/scsi/sd_mod.o
> depmod: blkdev_varyio
>
> TIA