Re: driver development Question
From: Markku Kolkka (markku.kolkka_at_iki.fi)
Date: 10/16/03
- Next message: Vwakes: "Re: driver development Question"
- Previous message: Ivan Marsh: "Re: sending mail"
- In reply to: code11: "driver development Question"
- Next in thread: Vwakes: "Re: driver development Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 16 Oct 2003 01:28:38 +0300
code11 wrote:
> Hi there,
>
> I wrote a simple device driver sample program hello.c
>
>>gcc -c hello.c
>
> OK
Wrong. Compile the module in the correct way:
http://tldp.org/LDP/lkmpg/x204.html
> I remember I upgraded the kernel, how can I solve the issue?
Make sure you upgraded the kernel-sources to match your running kernel.
--
Markku Kolkka
markku.kolkka@iki.fi
- Next message: Vwakes: "Re: driver development Question"
- Previous message: Ivan Marsh: "Re: sending mail"
- In reply to: code11: "driver development Question"
- Next in thread: Vwakes: "Re: driver development Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|