[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8763wz36u6.fsf@basil.nowhere.org>
Date: 08 Feb 2008 14:39:45 +0100
From: Andi Kleen <andi@...stfloor.org>
To: "rohit h" <hrohit85@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: C++ in linux kernel
"rohit h" <hrohit85@...il.com> writes:
> Hi,
> I am a kernel newbie.
> I tried to insmod a C++ module containing classes, inheritance.
> I am getting 'unresolved symbol' error when I use the 'new' keyword.
> What could the problem be?
If you want to use C++ in the kernel you would need to provide
all the run time library support for it youself. It's possible,
but not easy and encouraged
-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists