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
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:
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
3 matches
Mail list logo