lkml.org 
[lkml]   [2001]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: 2.4.7-pre5 missing symbols?
Date
On Tue, 10 Jul 2001 07:53:59 -0400,
Ed Tomlinson <tomlins@cam.org> wrote:
>Is it just me or is there something missing?
>oscar# depmod -ae 2.4.7-pre5
>depmod: *** Unresolved symbols in /lib/modules/2.4.7-pre5/kernel/drivers/net/8139too.o
>depmod: cpu_raise_softirq

Works for me. Were you booted off the 2.4.7-pre5 kernel when you ran
depmod? If you were booted off another kernel, you must run depmod
with -F 2.4.7-pre5/System.map. If you were booted off the correct
kernel, cd to the top level 2.4.7-pre5 directory and run these
commands.

nm drivers/net/tulip/tulip.o | fgrep cpu_raise_softirq
nm vmlinux |
egrep '__k[^_]*_cpu_raise_softirq|\<cpu_raise_softirq\>' |
tee /dev/tty |
awk '/__ks..tab/{ printf "objdump -s -j %s --start-addr=0x" $1 " vmlinux | head -10\n",
$3 ~ /__ksymtab/ ? "__ksymtab" : ".kstrtab"}' | sh

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

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