Re: Use C++ in kernel module?

2007-03-30 Thread Alistair John Strachan
On Friday 30 March 2007 07:59, Bongani Hlope wrote: > On Friday 30 March 2007 05:49:14 Jan Engelhardt wrote: > > On Mar 30 2007 11:37, Conke Hu wrote: > > > Is it possible to use C++ in linux kernel module? how? > > > I've tested but failed, there is an unknown symbol

Re: Use C++ in kernel module?

2007-03-30 Thread Bongani Hlope
On Friday 30 March 2007 05:49:14 Jan Engelhardt wrote: > On Mar 30 2007 11:37, Conke Hu wrote: > > Is it possible to use C++ in linux kernel module? how? > > I've tested but failed, there is an unknown symbol in the .o file from > > c++ source code. > > You answe

Re: Use C++ in kernel module?

2007-03-30 Thread Bongani Hlope
On Friday 30 March 2007 05:49:14 Jan Engelhardt wrote: On Mar 30 2007 11:37, Conke Hu wrote: Is it possible to use C++ in linux kernel module? how? I've tested but failed, there is an unknown symbol in the .o file from c++ source code. You answered it yourself. Linux does not have a C

Re: Use C++ in kernel module?

2007-03-30 Thread Alistair John Strachan
On Friday 30 March 2007 07:59, Bongani Hlope wrote: On Friday 30 March 2007 05:49:14 Jan Engelhardt wrote: On Mar 30 2007 11:37, Conke Hu wrote: Is it possible to use C++ in linux kernel module? how? I've tested but failed, there is an unknown symbol in the .o file from c++ source code

Re: Use C++ in kernel module?

2007-03-29 Thread Jan Engelhardt
On Mar 30 2007 11:37, Conke Hu wrote: > > Is it possible to use C++ in linux kernel module? how? > I've tested but failed, there is an unknown symbol in the .o file from > c++ source code. You answered it yourself. Linux does not have a C++ runtime. It is possible to use a very limi

Use C++ in kernel module?

2007-03-29 Thread Conke Hu
Is it possible to use C++ in linux kernel module? how? I've tested but failed, there is an unknown symbol in the .o file from c++ source code. Conke - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majo

Use C++ in kernel module?

2007-03-29 Thread Conke Hu
Is it possible to use C++ in linux kernel module? how? I've tested but failed, there is an unknown symbol in the .o file from c++ source code. Conke - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: Use C++ in kernel module?

2007-03-29 Thread Jan Engelhardt
On Mar 30 2007 11:37, Conke Hu wrote: Is it possible to use C++ in linux kernel module? how? I've tested but failed, there is an unknown symbol in the .o file from c++ source code. You answered it yourself. Linux does not have a C++ runtime. It is possible to use a very limited set of C