Re: 'hello world' module

From: Nick Warne
Date: Sat Jun 11 2005 - 11:58:51 EST


Robert Hancock wrote:

> Nick Warne wrote:
>> 2.4.31, GCC 3.4.4
>>
>> Build like:
>>
>> gcc -D__KERNEL__ -I/usr/src/linux/include -DMODULE -Wall -O2 -c hello.c
>> -o hello.o
>
> That compilation method will not work on 2.6. You have to use the kernel
> makefiles to build the module. See:
>
> http://linuxdevices.com/articles/AT4389927951.html

I see. Sorry for the bum steer; I haven't messed about with 2.6.x much in
development - I am still [trying to learn] learning 2.4.x.

How do you guys keep up with it all?

Great link, thanks.

Nick
--
"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."
-
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/