From: Arnd Bergmann <arnd.bergmann@de.ibm.com>
To: linuxppc-embedded@ozlabs.org
Subject: Re: a problem of kernel-module version mismatch.
Date: Thu, 8 Jun 2006 15:36:14 +0200 [thread overview]
Message-ID: <200606081536.15145.arnd.bergmann@de.ibm.com> (raw)
In-Reply-To: <BAY110-F1B771BD82DFE542552C0BB28B0@phx.gbl>
On Thursday 08 June 2006 15:27, Ming Liu wrote:
> My embedded linux kernel version is 2.4.26. My compiler is
> "powerpc-405-linux-gnu-gcc 3.4.1". I don't know how the version mismatch
> happened. Shall I change another cross-compiler version? I will appreciate
> a lot if someone could tell me how to solve it. Thanks a lot.
The easiest way is usually to put the driver in your source tree
and compile everything together. That also makes it easier to
distribute the complete source tree to your users.
> insmod: unresolved symbol XIo_In32
> insmod: unresolved symbol XIO_Out32
that looks like part of your module is missing. Try to find where thses
functions are defined in there and why that isn't compiled.
Arnd <><
next prev parent reply other threads:[~2006-06-08 13:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-08 13:27 a problem of kernel-module version mismatch Ming Liu
2006-06-08 13:36 ` Arnd Bergmann [this message]
2006-06-08 13:52 ` Ming Liu
2006-06-08 15:25 ` Arnd Bergmann
2006-06-08 15:54 ` Ming Liu
2006-06-09 8:58 ` Ming Liu
2006-06-09 14:07 ` Ming Liu
2006-06-09 14:18 ` Arnd Bergmann
-- strict thread matches above, loose matches on Subject: below --
2006-06-09 14:02 Ming Liu
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=200606081536.15145.arnd.bergmann@de.ibm.com \
--to=arnd.bergmann@de.ibm.com \
--cc=linuxppc-embedded@ozlabs.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).