lkml.org 
[lkml]   [2000]   [Mar]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: c++ in kernel
Date
From: "Kneemeyer, Ralf" <ralf_kneemeyer@digi.com>
>
> In my tests I wasn't even able to insmod a simple module
> without c++ source, just with g++ compiled ( source.cc ).
>
That _should_ be possible, although I never tried that:

* did you surround all #include lines with 'extern "C" '?
* did you disable all fancy C++ features? exception handling, RTTI, perhaps
you must supply your own "new" and "delete".

c++ modules might be a topic for 2.5 [i.e. add CPPFLAGS to Rules.make, and
add the "extern "C"" in all header files.]

what was the exact error message from insmod?

--
Manfred


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

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.029 / U:0.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site