Re: copy_from_user broken on i386 since 2.5.57

From: Sam Ravnborg (sam@ravnborg.org)
Date: Wed Jan 22 2003 - 13:50:47 EST


On Wed, Jan 22, 2003 at 07:31:48PM +0100, Brice Goglin wrote:
> Hi,
>
> Trying to compile a very very simple module for 2.5,
> I got an error from gcc saying that assembly code
> is incorrect.
[snip]
>
> Here's gcc report :
>
> mp760:~/tmp% gcc user.c -c -o user.o -Ipath_to_2.5.57/include

Use:
make -C path/to/kernel/src SUBDIRS=$PWD modules

The way you specify is broken with recent kernels.
Btw. do not define __KERNEL__ and MODULE, thats already done,
when compiling a module like this.

        Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jan 23 2003 - 22:00:30 EST