Re: 'hello world' module

From: Robert Hancock
Date: Sat Jun 11 2005 - 11:28:11 EST


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

--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@xxxxxxxxxxxxx
Home Page: http://www.roberthancock.com/

-
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/