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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- Re: Linux kernel modules development in C++ Abel Mu�oz Alcaraz
- Re: Linux kernel modules development in C++ Tigran Aivazian
- Re: Linux kernel modules development in C++ Tigran Aivazian
- Re: Linux kernel modules development in C++ Timur Tabi
- Re: Linux kernel modules development in C+... Horst von Brand
- Re: Linux kernel modules development i... Timur Tabi
- Re: Linux kernel modules developm... Horst von Brand
- Re: Linux kernel modules deve... Timur Tabi
- Re: Linux kernel modules ... Horst von Brand
- Re: Linux kernel modules ... Igmar Palsenberg
- Re: Linux kernel modules developm... Jes Sorensen

