From: "Tyler BIRD" <BIRDTY@uvsc.edu>
To: <CAmes@PacificDigital.com>, <apiggyjj@yahoo.ca>
Cc: <linux-kernel@vger.kernel.org>
Subject: RE: Insmod problems
Date: Tue, 04 Dec 2001 11:24:38 -0700 [thread overview]
Message-ID: <sc0cb294.005@mail-smtp.uvsc.edu> (raw)
in linux/module.h header file
KERNEL_VERSION is defined.
what you need to do is make sure the directory /usr/include is a link
to the include directory in your kernel source and not the header files os some other kernel.
if you cant do that try something like this
___NO_VERSION___
#include <linux/module.h>
KERNEL_VERSION(major,minor,release)
read more on this site
http://www.xml.com/ldd/chapter/book/ch02.html#t2
>>> Michael Zhu <apiggyjj@yahoo.ca> 12/04/01 11:13AM >>>
I've changed my source file like this:
#define MODULE
#include <linux/module.h>
int init_module(void) { printk("<1>Hello, world\n");
return 0; }
void cleanup_module(void) { printk("<1>Goodbye cruel
world\n"); }
And I use the following message to build the module.
But when I use insmod to load the module I got the
following error message:
hello.o : kernel-module version mismatch
hello.o was compiled for kernel version
2.4.12
while this kernel is version 2.4.8
What is wrong? My kernel version is 2.4.8. Is there
something wrong with the gcc compilier? My gcc
compilier is gcc-2.95.
Thanks to everyone. Your help is very beneficial to
me.
Michael
--- Christine Ames <CAmes@PacificDigital.com> wrote:
> > -----Original Message-----
> > From: Michael Zhu [mailto:apiggyjj@yahoo.ca]
> > Sent: Tuesday, December 04, 2001 9:07 AM
>
> <snip>
>
> >
> >
> > I've define these two when I compile the module.
> The
> > command line is:
> >
> > gcc -D_KERNEL_ -DMODULE -c hello.c
> >
> >
> <snip>
> >
>
> See http://www.xml.com/ldd/chapter/book/ch02.html
>
> Where your source should be similar to:
>
> #define MODULE // <- HERE!!! define MODULE
> #include <linux/module.h>
>
> int init_module(void) { printk("<1>Hello,
> world\n"); return 0; }
> void cleanup_module(void) { printk("<1>Goodbye cruel
> world\n"); }
>
______________________________________________________
Send your holiday cheer with http://greetings.yahoo.ca
next reply other threads:[~2001-12-04 18:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-04 18:24 Tyler BIRD [this message]
[not found] <sc0ca5e8.017@mail-smtp.uvsc.edu>
2001-12-04 18:20 ` Insmod problems Michael Zhu
2001-12-04 18:33 ` Tommy Reynolds
2001-12-04 19:10 ` Alan Cox
[not found] <81C25B579A82D31192BE00105A812084028931E9@AUGUSTA>
2001-12-04 18:13 ` Michael Zhu
-- strict thread matches above, loose matches on Subject: below --
2001-12-04 17:30 Tyler BIRD
[not found] <sc0c9a91.036@mail-smtp.uvsc.edu>
2001-12-04 17:06 ` Michael Zhu
2001-12-04 16:55 ` Thiago Rondon
2001-12-04 17:47 ` rddunlap
2001-12-04 16:42 Tyler BIRD
2001-12-04 16:33 Nav Mundi
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=sc0cb294.005@mail-smtp.uvsc.edu \
--to=birdty@uvsc.edu \
--cc=CAmes@PacificDigital.com \
--cc=apiggyjj@yahoo.ca \
--cc=linux-kernel@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