Messages in this thread |  | | From | "Vadim Lebedev" <> | Subject | Re: Linux kernel modules development in C++ | Date | Tue, 3 Oct 2000 18:28:08 +0200 |
| |
I'm attaching a module i'm using to write C++ drivers for linux 2.0.xx
The following line goes into the Rules.make file
%.o: %.cpp $(CC) -fno-exceptions -fno-rtti $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_DEBUG) -c -o $@ $<
For me it is working really great
the new.cpp file goes in my arch/xxxx/lib directory
Vadim
[unhandled content-type:application/octet-stream]
|  |