Re: Compilation Error with a Dynamic Module

From: Sam Ravnborg (sam@ravnborg.org)
Date: Sun Oct 20 2002 - 15:43:58 EST


On Sun, Oct 20, 2002 at 03:22:46PM -0400, Murali Therthala wrote:
> Hi All,
>
> I am trying to compile a dynamic module shown below that creates a readable
> procs entry.
> I invoke gcc as follows.
>
> gcc -Wall -o2 -DMODULE -D_KERNEL_ -DLINUX -I
> /lib/modules/`uname -r`\build/modules -c fMod3.c

The easiet way is to add
obj-m += myprocfsexample.o
to for example fs/Makefile

Then you can see what arguments are used for gcc in the real kernel compile.
I tried compiling your file in this way - no problem.

        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 : Wed Oct 23 2002 - 22:00:50 EST