All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cal Erickson <cal_erickson@mvista.com>
To: MAC21C@chollian.net
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: QM_MODULES
Date: Thu, 26 Oct 2000 09:08:29 -0700	[thread overview]
Message-ID: <39F856FD.31D39499@mvista.com> (raw)
In-Reply-To: 200010260055.JAA14919@ldap.dacom.co.kr


Have you built the modutils package so that
you can use insmod, modprobe and others?
Cal

MAC21C@chollian.net wrote:

> hello all!!
>
> I have a problum.
>
> I made the test.c file for device driver test.
>
> ========== test.c ===================
> #define MODULE
> #include <linux/kernel.h>
> #include <linux/module.h>
>
> #if CONFIG_MODVERSIONS==1
> #define MODVERSION
> #include <linux/modversions.h>
> #endif
>
> int init_module(void) { printk("Hello, kim\n"); return 0; }
> void cleanup_module(void) { printk("Goodbye Kim\n"); }
> ======================================
> And, compile options
> powerpc-linux-gcc -D__KERNEL__ -O -c test.c
> /tmp/cc8k7ews.s: Assembler messages:
> /tmp/cc8k7ews.s:6: Warning: Ignoring changed section attributes for .modinfo
>
> warning message and i execute the insmod
>
> insmod test.o
> insmod : QM_MODULES function not implmented
>
> I don't know, warning message and error message.
>
> help me~~!!
>

--
===========================================================================
Cal Erickson                 MontaVista Software Inc.
Customer Support Engineer    490 Potrero Avenue
Phone (408) 328-0304         Sunnyvale CA 94085
Fax   (408) 328-9204         e-mail cal_erickson@mvista.com
Pager 877-566-2012           support 1-800-759-8888 pin 202-7489
web http://www.mvista.com    support e-mail: support@mvista.com
eCode: http://cal@work.com.ecode.com
===========================================================================


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2000-10-26 16:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-26  0:56 QM_MODULES MAC21C
2000-10-26 16:08 ` Cal Erickson [this message]
2000-10-26 19:35 ` QM_MODULES Marcus Sundberg
  -- strict thread matches above, loose matches on Subject: below --
2004-04-29  3:03 whitehorse
2004-04-29  3:08 ` QM_MODULES Randy.Dunlap
2004-09-14  7:56 QM_MODULES karthi n
2004-09-14 10:02 ` QM_MODULES Markus Hästbacka
2004-09-14  8:07 QM_MODULES karthi n
2004-09-14  8:26 qm_modules karthi n

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=39F856FD.31D39499@mvista.com \
    --to=cal_erickson@mvista.com \
    --cc=MAC21C@chollian.net \
    --cc=linuxppc-embedded@lists.linuxppc.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.