Re: Linux kernel modules development in C++

From: Igmar Palsenberg (maillist@chello.nl)
Date: Wed Sep 27 2000 - 18:24:04 EST


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

C++ code is a no go. Kernel is in plain C, not C++. To many issues to deal
with, exception being one of them.

        Igmar

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



This archive was generated by hypermail 2b29 : Sat Sep 30 2000 - 21:00:20 EST