Hi Kousik.

On Wed, Jul 15, 2009 at 11:13 PM, Kousik Maiti<[email protected]> 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
> make -C /lib/modules/2.6.28-11-generic/build M=/home/kousik/program/module
> modules
> make[1]: Entering directory `/usr/src/linux-headers-2.6.28-11-generic'
>   Building modules, stage 2.
>   MODPOST 0 modules
> make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'
> But there is no module means .ko file generated . Can anybody help me?
> Thanks in advance.

It seems like your Makefile is wrong. Can you show it?

-- 
Nikolay N. Ivanov

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to