From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: prevalence of C++ in embedded linux? Date: Mon, 28 Jul 2008 16:55:38 +0100 Message-ID: <20080728155538.GD13000@shareable.org> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-embedded-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Robert P. J. Day" Cc: Embedded Linux mailing list Robert P. J. Day wrote: > just curious -- how many folks are working in C++ in their embedded > linux work? I'm avoiding it, because of reports of occasional elf2flt relocation errors when using C++ a few months ago, on this list. However, some of the libraries I'm using have some C++ in them, and a C API wrapped around the C++ core! I'm glad they use a C wrapper, as they only supply binaries build with GCC 2.95.3, I have the impression the C++ ABI has changed between that and GCC 4.x. But I haven't checked. All systems using Qt (such as Qtopia) will use C++ a lot, so it is well supported. -- Jamie