Re: 'hello world' module

From: Sam Ravnborg
Date: Sat Jun 11 2005 - 13:17:56 EST


On Sat, Jun 11, 2005 at 03:11:02PM +0300, Ilan S. wrote:
> Hello dear professionals!
>
> I would be very thankful if anybody prompt me what's wrong.
> I'm trying to build the "Hello world" module from O'Reilly's "Linux device
> drivers" and that is what I get:
>
> [ilanso@Netvision Kernel]$ make -C /home/ilanso/src/linux-2.6.11.11 M=`pwd`
> make: Entering directory `/home/ilanso/src/linux-2.6.11.11'
> Building modules, stage 2.
> MODPOST
> make: Leaving directory `/home/ilanso/src/linux-2.6.11.11'
> [ilanso@Netvision Kernel]$ ls
> hello.c Makefile
> [ilanso@Netvision Kernel]$

Can you please post your Makefile - seems something is wrong here.
You could also try to post the output with the V=1 flagg added when
invoking make.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/