public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: rinku rathore <rinku_ques@yahoo.com>
Cc: D.Bergmann@gom.com, gcc@gcc.gnu.org, gcc-help@gcc.gnu.org!,
	eljay@adobe.com, lrtaylor@micron.com, majordomo@vger.kernel.org,
	M.Stein@gom.com, zack@codesourcery.com
Subject: Re: kernel modules
Date: Tue, 07 Sep 2004 15:07:00 -0000	[thread overview]
Message-ID: <20040907080346.58ceec40.rddunlap@osdl.org> (raw)
In-Reply-To: <20040907113019.40163.qmail@web53008.mail.yahoo.com>

On Tue, 7 Sep 2004 04:30:19 -0700 (PDT) rinku rathore wrote:

| Hello,
| 	
| I am trying to build a kernel module that is:-
| 
| 	/*module name is "hello.c"*/
| 
...
| 
| And then compiling it with the command:-
| 		gcc -c hello.c
| 
| it get successfully compiled and then I am trying to
| insert it with command
| 		insmod ./hello.o
| 
| An error as followed is arived how can I remove this
| error:-
| 
| error: ./hell.o: couldn't find the kernel version the
| module was compiled for

Interesting object file name.

Wrong mailing list.  Please try the kernelnewbies mailing list,
kernelnewbies irc (see http://kernelnewbies.org/),
or lkml (linux-kernel mailing list:  linux-kernel@vger.kernel.org).

--
~Randy

      reply	other threads:[~2004-09-07 15:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-07 11:30 rinku rathore
2004-09-07 15:07 ` Randy.Dunlap [this message]

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=20040907080346.58ceec40.rddunlap@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=D.Bergmann@gom.com \
    --cc=M.Stein@gom.com \
    --cc=eljay@adobe.com \
    --cc=gcc-help@gcc.gnu.org! \
    --cc=gcc@gcc.gnu.org \
    --cc=lrtaylor@micron.com \
    --cc=majordomo@vger.kernel.org \
    --cc=rinku_ques@yahoo.com \
    --cc=zack@codesourcery.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).