lkml.org 
[lkml]   [1999]   [Nov]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Problems with block device drivers
Date
On Sat, 27 Nov 1999 13:28:33 +1100 (EST), 
<mgibbins@mak.net.au> wrote:
>I've just 'upgraded' from egcs to gcc-2.95.2 and have found it impossible
>to load block filesystem modules. I built the kernel earlier with
>libc-2.1.2 and egcs without problems.
>/lib/modules/2.2.13/block/nbd.o: unresolved symbol(s)
> end_that_request_last
> end_that_request_first

grep end_that_request /proc/ksyms. If it finds nothing then your
symbols are not being exported. It it finds
end_that_request_..._Rxxxxxxxx then your kernel was compiled with
kernel symbols (genksyms) but your modules were not. Compile both
kernel and modules with the same options. Also make sure that the new
modules are installed correctly and you are picking up the correct set
of modules, not some old set from initrd or elsewhere.


-
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/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.027 / U:0.700 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site