From: Jeff Weber <jweber@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-help] unable to load nucleus module: unknown symbol
Date: Thu, 29 Oct 2009 22:10:06 -0500 [thread overview]
Message-ID: <4AEA590E.9070701@domain.hid> (raw)
I've built the xeno_nucleus as a module. Neither depmod, nor modprobe
can resolve the symbol "find_task_by_pid_ns":
depmod:
WARNING:
/lib/modules/2.6.31.5-xenomai-2.4.10/kernel/kernel/xenomai/nucleus/xeno_nucleus.ko
needs unknown symbol find_task_by_pid_ns
modprobe [dmesg]:
[ 426.728630] xeno_nucleus: Unknown symbol find_task_by_pid_ns
Curiously, this symbol is in both my build System.map, and the kernel
bash # grep find_task_by_pid_ns System.map
c102ecf6 T find_task_by_pid_ns
bash # cat /proc/kallsyms | grep find_task_by_pid_ns
c102ecf6 T find_task_by_pid_ns
so this symbol should be publicly available. I also noticed there is no
EXPORT_SYMBOL() for find_task_by_pid_ns in the kernel code.
Any ideas what's keeping my xeno_nucleus.ko module from loading?
My config:
linux-2.6.31.5 (current stable)
xenomai-2.4.10
adeos-ipipe-2.6.31.1-x86-2.4-06.patch
thanks,
Jeff
This e-mail message and any attachments are confidential and may be privileged.
If you are not the intended recipient please notify American Superconductor Corporation
immediately by replying to this message or by sending a message to postmaster@domain.hid
and destroy all copies of this message and any attachments.
Thank you.
next reply other threads:[~2009-10-30 3:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-30 3:10 Jeff Weber [this message]
2009-11-05 21:13 ` [Xenomai-help] unable to load nucleus module: unknown symbol Philippe Gerum
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=4AEA590E.9070701@domain.hid \
--to=jweber@domain.hid \
--cc=xenomai@xenomai.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.