Messages in this thread |  | | Date | Sun, 20 Oct 2002 22:43:58 +0200 | | From | Sam Ravnborg <> | | Subject | Re: Compilation Error with a Dynamic Module |
| |
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/
|  |