Re: Help, copy_from_user_asm is unresolved...

2001-12-27 Thread Ulrich Weigand
Hi Carol, > That was it! I am compiling outside the normal build process. __KERNEL__, > __SMP__, and __MODULE__ are defined in my source, so my compile statement > looks like: gcc -Wall -I/usr/include -O2 -c tstioctl.c > > Are there other parameters that I should be including? Well, I think it

Re: Help, copy_from_user_asm is unresolved...

2001-12-27 Thread saparnis, carol
including? Thanks again, Carol -Original Message- From: Ulrich Weigand [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 12:00 PM To: saparnis, carol Cc: [EMAIL PROTECTED] Subject: Re: Help, copy_from_user_asm is unresolved... Carol Saparnis wrote: >I think I am doing someth

Re: Help, copy_from_user_asm is unresolved...

2001-12-27 Thread Ulrich Weigand
Carol Saparnis wrote: >I think I am doing something wrong, but I'm not sure what. I'm am trying to >write a very simple IOCTL module using kernel version 2.4.5 from TurboLinux. >I have included uaccess.h and I call the module copy_from_user. The module >compiles correctly, but when I do an insm

Re: Help, copy_from_user_asm is unresolved...

2001-12-27 Thread Martin Schwidefsky
> I think I am doing something wrong, but I'm not sure what. I'm am trying to > write a very simple IOCTL module using kernel version 2.4.5 from TurboLinux. > I have included uaccess.h and I call the module copy_from_user. The module > compiles correctly, but when I do an insmod on it I get an "

Help, copy_from_user_asm is unresolved...

2001-12-26 Thread saparnis, carol
Hi Everyone, I think I am doing something wrong, but I'm not sure what. I'm am trying to write a very simple IOCTL module using kernel version 2.4.5 from TurboLinux. I have included uaccess.h and I call the module copy_from_user. The module compiles correctly, but when I do an insmod on it I ge