From: Andi Kleen <andi@firstfloor.org>
To: "rohit h" <hrohit85@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: C++ in linux kernel
Date: 08 Feb 2008 14:39:45 +0100 [thread overview]
Message-ID: <8763wz36u6.fsf@basil.nowhere.org> (raw)
In-Reply-To: <90d987c0802072121v378da809l7b2690980566cd9@mail.gmail.com>
"rohit h" <hrohit85@gmail.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
next prev parent reply other threads:[~2008-02-08 13:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-08 5:21 [LINUX-KERNEL] C++ in linux kernel rohit h
2008-02-08 5:28 ` KOSAKI Motohiro
2008-02-08 10:17 ` [LINUX-KERNEL] " Bernd Petrovitsch
2008-02-08 13:39 ` Andi Kleen [this message]
2008-02-08 15:14 ` Joonwoo Park
2008-02-08 15:54 ` Jan Engelhardt
2008-02-09 0:45 ` Joonwoo Park
2008-02-11 11:37 ` rohit h
2008-02-11 11:49 ` vignesh babu bm
2008-02-11 12:20 ` Bernd Petrovitsch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8763wz36u6.fsf@basil.nowhere.org \
--to=andi@firstfloor.org \
--cc=hrohit85@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.