On Sat, Dec 18, 1999 at 02:50:55PM +0530, Ghins Mathai wrote:
> Hello
> 
> I was trying out some kernel module programming. I just keyed in the
> hello.c  program from the Linux Kernel Module programming examples. When I
> tried compiling it with
> gcc -Wall -c hello.c 

You can't compile it that way. Certain symbols (KERNEL, MODULE etc)
need to be defined. Use the makefile that came with the example.

        -Arun


--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.

Reply via email to