[Click] C++ in the linux kernel

Francis Bogsanyi fbogsany at metabunny.com
Thu Oct 28 16:28:50 EDT 2004


I did a partial port of Click to run natively in the Linux 2.6.7 kernel 
a couple months back.  I posted the patches and a description of the 
state of the work to the list, but I haven't had any feedback.  The 
problems aren't with C++ support (that's easy -- Click doesn't require 
exceptions or RTTI, which are the main contributions of the Reykjavik 
University folks, and Eddie supplied a Perl script that does about 80% 
of the work).  The primary difficulty involves the build system and 
specifically how the Linux and Click makefiles interact when building 
Click as an "external module" (a module built outside the kernel source 
tree).  I haven't had any more time to work on this, so you're welcome 
to dig into it!  :-)  You should be able to find the patches in the 
mailing list archives.

Cheers,
Francis.

On 28-Oct-04, at 7:09 AM, Bart Braem wrote:

> Hello,
>
> I read great news regarding C++ in the kernel on
> <http://netlab.ru.is/exception/LinuxCXX.shtml>. Did anyone already try 
> Click
> on linux 2.6? Do you think it is feasible?
>
> Bart
> _______________________________________________
> click mailing list
> click at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
>



More information about the click mailing list