linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* __put_user_bad when recompile and load the loop device
@ 2002-01-13 18:35 Michael Zhu
  0 siblings, 0 replies; only message in thread
From: Michael Zhu @ 2002-01-13 18:35 UTC (permalink / raw)
  To: linux-kernel

Hello, everyone, I have a problem when I try to load
my own loop device. I use the following command line
to compile my own loop device.

gcc -D__KERNEL__ -I/home/mzhu/linux/include -Wall
-DMODULE -DMODVERSIONS -include
/home/mzhu/linux/include/linux/modversions.h
-DEXPORT_SYMTAB -c myloop.c

It create the myloop.o file. Then I use the insmod
command to load the myloop.o . It returned the
following error.

myloop.o: unresolved symbol __put_user_bad

What is wrong? I couldn't find the prototype of
__put_user_bad. It was included in the
<asm/uaccess.h>. How to solve this problem?

Thanks.

Michael

______________________________________________________________________ 
Web-hosting solutions for home and business! http://website.yahoo.ca

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-13 18:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-13 18:35 __put_user_bad when recompile and load the loop device Michael Zhu

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