Re: TCP/IP stack related prob.

From: Arjan van de Ven (arjanv@redhat.com)
Date: Fri Apr 11 2003 - 02:52:32 EST


On Fri, 2003-04-11 at 09:38, Alisha Nigam wrote:

> then compile it
> gcc -c -O -W -Wall -Wstrict-prototypes
> -Wmissing-prototypes -DMODULE -D__KERNEL__ -mymodule.o
> mymodule.c
>
>
> i am getting a bundle of errors ......
>
>
> In file included from /usr/include/linux/fs.h:23,
> from
> /usr/include/linux/capability.h:17,
> from /usr/include/linux/binfmts.h:5,
> from /usr/include/linux/sched.h:9,
> from /usr/include/linux/skbuff.h:19,
> from p10.c:2:
> /usr/include/linux/string.h:8:2: warning: #warning
> Using kernel header in userland!

you are using glibc headers to compile a kernel.... that's not going to
work. Add -I/lib/modules/`uname -r`/build/include to the gcc commandline
to use the headers of the currently running kernel..



-
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 : Tue Apr 15 2003 - 22:00:23 EST