[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

FW: Linux kernel modules development in C++




-----Original Message-----
From: Abel Muñoz Alcaraz [mailto:abel@trymedia.com]
Sent: miércoles, 27 de septiembre de 2000 20:46
To: Linux Kernel
Subject: Linux kernel modules development in C++


Hi everybody,

	I want to develop a linux kernel module in C++ but I don't find makefiles
and/or sorce files examples to do this.
	When I compile the module, the gcc shows a lot of warnings.
	I have tried to use 'extern "C" {}' in my source files, but the result is
the same one.

	For example:
		extern "C" {
		#include <linux/kernel.h>
		}

	Can you help me?

Thanks in advance for your help.

-Abel.




Reply to: