linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* QM_MODULES
@ 2000-10-26  0:56 MAC21C
  2000-10-26 16:08 ` QM_MODULES Cal Erickson
  2000-10-26 19:35 ` QM_MODULES Marcus Sundberg
  0 siblings, 2 replies; 3+ messages in thread
From: MAC21C @ 2000-10-26  0:56 UTC (permalink / raw)
  To: linuxppc-embedded


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~~!!

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-10-26 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-26  0:56 QM_MODULES MAC21C
2000-10-26 16:08 ` QM_MODULES Cal Erickson
2000-10-26 19:35 ` QM_MODULES Marcus Sundberg

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).