Re: Help for kernel module programming

2006-11-29 Thread Willy Tarreau
Hi, On Wed, Nov 29, 2006 at 01:28:50PM +0530, prajakta choudhari wrote: > Hi: > I am writing a kernel module for assging an ip address to an interface. > I have included linux/igmp.h but still whenever i use the function > declared in igmp.h file, it says unresolved symbol for that function. > I

Re: Help for kernel module programming

2006-11-29 Thread Jan Engelhardt
>> I am writing a kernel module for assging an ip address to an interface. >> I have included linux/igmp.h but still whenever i use the function > >...What function? > >> declared in igmp.h file, it says unresolved symbol for that function. > >...What symbol? > >> I am new to this programming. >

Re: Help for kernel module programming

2006-11-29 Thread Jan Engelhardt
> Hi: > I am writing a kernel module for assging an ip address to an interface. > I have included linux/igmp.h but still whenever i use the function ...What function? > declared in igmp.h file, it says unresolved symbol for that function. ...What symbol? > I am new to this programming. > i u

Help for kernel module programming

2006-11-28 Thread prajakta choudhari
Hi: I am writing a kernel module for assging an ip address to an interface. I have included linux/igmp.h but still whenever i use the function declared in igmp.h file, it says unresolved symbol for that function. I am new to this programming. i use the following command to compile it: gcc -c -D_