Re: Getting problem while building kernel module

2007-10-11 Thread Gustavo Chain
El Thu, 11 Oct 2007 15:53:41 +0100 (BST) mahamuni ashish <[EMAIL PROTECTED]> escribió: > Hi all, > I am trying to build the following module and getting > below specified error.please help me for successful > compilation > here is my code(ins.c) > -- > #include > #include

Re: Getting problem while building kernel module

2007-10-11 Thread Jan Engelhardt
On Oct 11 2007 15:53, mahamuni ashish wrote: >-- >[EMAIL PROTECTED] device_driver]# make > >gcc -O2 -DMODULE -D__KERNEL__ -isystem >/usr/src/kernels/2.6.18-1.2798.fc6-i686/include -c >-o ins.o ins.c Time to read Documentation/kbuild/. - To unsubscribe from this list:

Getting problem while building kernel module

2007-10-11 Thread mahamuni ashish
Hi all, I am trying to build the following module and getting below specified error.please help me for successful compilation here is my code(ins.c) -- #include #include #include MODULE_LICENSE("Dual BSD/GPL"); static int hello_init(void) { printk(KERN_ALERT "He