From: gauravmahajan2007@gmail.com (Gaurav Mahajan)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Doubt regarding __udivdi3
Date: Wed, 5 Jan 2011 17:36:10 +0530 [thread overview]
Message-ID: <AANLkTimiJGCuHiiif95ak2dqe8DR_uT8sJRPxS7KNHzS@mail.gmail.com> (raw)
Hi all,
I'm trying to insert a module into the kernel (2.6.35.5). There are no
errors during the "make" phase. There are only warnings regarding two
symbols :
WARNING: "__udivdi3"
[/media/Study/project_work/splitting_merging/radc_try1/radc1.ko]
undefined!
WARNING: "__umoddi3"
[/media/Study/project_work/splitting_merging/radc_try1/radc1.ko]
undefined!
But during the "insmod" step, the module is not getting inserted into
the kernel saying that there is an undefined symbol in the .ko file of
the module.
dmesg O/P :
adc1: Unknown symbol __fixsfsi (err 0)
radc1: Unknown symbol __umoddi3 (err 0)
radc1: Unknown symbol __udivdi3 (err 0)
radc1: Unknown symbol __floatundisf (err 0)
radc1: Unknown symbol __umoddi3 (err 0)
radc1: Unknown symbol __udivdi3 (err 0)
If anyone can help me with tackling these errors, it would be really
helpful......
Regards,
Gaurav
next reply other threads:[~2011-01-05 12:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-05 12:06 Gaurav Mahajan [this message]
2011-01-05 12:41 ` Doubt regarding __udivdi3 Asutosh Das
2011-01-05 13:51 ` Ponmuthu Subramaniam Nandan
2011-01-05 14:45 ` Bernd Petrovitsch
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=AANLkTimiJGCuHiiif95ak2dqe8DR_uT8sJRPxS7KNHzS@mail.gmail.com \
--to=gauravmahajan2007@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.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;
as well as URLs for NNTP newsgroup(s).