Re: New to Kernel programming and device drivers

2010-04-21 Thread Mulyadi Santosa
On Thu, Apr 22, 2010 at 06:48, Tharanga Abeyseela wrote: > I like to get your expert advice on writing linux device drivers. I think, you better learn by doing. Try to pick digital version of Linux Device Driver 3rd edition here http://lwn.net/Kernel/LDD3/ and try to get dirty with the included c

New to Kernel programming and device drivers

2010-04-21 Thread Tharanga Abeyseela
Hi Guys, Iam a fan of linux and opensource systems. i have done some perl,php programming on linux but havent done much of C programming stuff . I like to get your expert advice on writing linux device drivers. Acatually i have a fair knowledge in C .(iam familiar with OS concepts) can some one

Re: New to kernel programming

2009-07-16 Thread Vineet Agarwal
> > Module.symvers >> > else >> >         $(info Building with KERNELRELEASE = ${KERNELRELEASE}) >> >         # called from kernel build system: just declare what the modules >> > are >> > >> >         obj-m :=        hi.o >> > end

Re: New to kernel programming

2009-07-16 Thread Kousik Maiti
lay N. Ivanov wrote: > > Hi Kousik. > > > > On Wed, Jul 15, 2009 at 11:13 PM, Kousik Maiti > > wrote: > > > Hi list, > > > I am new to kernel programming. I want to create a module. For that > > I > > >follow > http://crashcour

Re: New to kernel programming

2009-07-16 Thread Robert P. J. Day
les are > >         obj-m :=        hi.o > endif > ~         > On Thu, Jul 16, 2009 at 6:17 AM, Nikolay N. Ivanov wrote: > Hi Kousik. > > On Wed, Jul 15, 2009 at 11:13 PM, Kousik Maiti > wrote: > > Hi list, > > I am new to kernel programming.

Re: New to kernel programming

2009-07-16 Thread Kousik Maiti
11:13 PM, Kousik Maiti > wrote: > > Hi list, > > I am new to kernel programming. I want to create a module. For that I > > follow > http://crashcourse.ca/wiki/index.php/Writing_your_first_kernel_module > > . > > When I run make command I got this message. > &g

Re: New to kernel programming

2009-07-16 Thread Robert P. J. Day
On Thu, 16 Jul 2009, Nikolay N. Ivanov wrote: > Hi Kousik. > > On Wed, Jul 15, 2009 at 11:13 PM, Kousik Maiti wrote: > > Hi list, > > I am new to kernel programming. I want to create a module. For that I > > follow http://crashcourse.ca/wiki/index.php/Writi

Re: New to kernel programming

2009-07-15 Thread Nikolay N. Ivanov
Hi Kousik. On Wed, Jul 15, 2009 at 11:13 PM, Kousik Maiti wrote: > Hi list, > I am new to kernel programming. I want to create a module. For that I > follow http://crashcourse.ca/wiki/index.php/Writing_your_first_kernel_module > . > When I run make command I got this message. &g

Re: New to kernel programming

2009-07-15 Thread SandeepKsinha
On Thu, Jul 16, 2009 at 9:43 AM, Kousik Maiti wrote: > Hi list,I am new to kernel programming. I want to create a module. For > that I follow > http://crashcourse.ca/wiki/index.php/Writing_your_first_kernel_module . > > When I run make command I got this message. > $make >

New to kernel programming

2009-07-15 Thread Kousik Maiti
Hi list,I am new to kernel programming. I want to create a module. For that I follow http://crashcourse.ca/wiki/index.php/Writing_your_first_kernel_module . When I run make command I got this message. $make make -C /lib/modules/2.6.28-11-generic/build M=/home/kousik/program/module modules make[1