From: Uros Prestor <uros@turbolinux.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Undefined symbols
Date: Wed, 10 Jan 2001 02:03:20 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590678205911@msgid-missing> (raw)
Starting with 2.4.0-test11 kernels, I am getting a whole bunch of
undefined symbols when trying to load modules. Strange thing is that
the undefined symbols are exported from the kernel. For example, when
loading the BigSur sound driver I get:
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol remap_page_range
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol schedule_timeout
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol __wake_up
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol kmalloc
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol free_irq
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol remove_wait_queue
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol del_timer
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol interruptible_sleep_on
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol __pollwait
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol kfree
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol request_irq
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol add_wait_queue
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol mem_map
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol jiffies
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol printk
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
unresolved symbol add_timer
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
insmod
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o
failed
/lib/modules/2.4.0-010109-59smp/kernel/drivers/sound/cs4281.o:
insmod cs4281 failed
Symbols such as printk and jiffies are exported in /proc/ksyms:
[root@borg linux]# egrep ' (jiffies|printk)' /proc/ksyms
e000000000b44c58 jiffies_R__ver_jiffies
e000000000a869f0 printk_R__ver_printk
However, cs4281.o references the symbols without the version string
attached:
[root@borg linux]# nm cs4281.o | egrep ' (jiffies|printk)'
U jiffies
U printk
What am I missing here? I am using modutils-2.4.1 and I enabled
CONFIG_MODULES, CONFIG_MODVERSIONS and CONFIG_KMOD.
Thanks,
Uros
--
Uros Prestor
uros@turbolinux.com
next reply other threads:[~2001-01-10 2:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-10 2:03 Uros Prestor [this message]
2001-01-10 2:36 ` [Linux-ia64] Undefined symbols Keith Owens
2001-01-10 19:34 ` Uros Prestor
2001-01-10 21:11 ` Keith Owens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590678205911@msgid-missing \
--to=uros@turbolinux.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox