From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18860 invoked by alias); 29 Aug 2013 16:13:09 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 18850 invoked by uid 89); 29 Aug 2013 16:13:08 -0000 Received: from tetra.codeconfidence.com (HELO tetra.codeconfidence.com) (94.229.66.225) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 29 Aug 2013 16:13:08 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,KHOP_DYNAMIC,KHOP_THREADED,RCVD_IN_BRBL_LASTEXT,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.3.2 X-HELO: tetra.codeconfidence.com Received: from cog.dallaway.org.uk (cpc1-cmbg10-0-0-cust34.5-4.cable.virginmedia.com [81.102.132.35]) by tetra.codeconfidence.com (Postfix) with ESMTP id 261FB234C009; Thu, 29 Aug 2013 17:13:04 +0100 (BST) Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id r7TGD3Q1023762; Thu, 29 Aug 2013 17:13:03 +0100 Message-ID: <521F730F.1090306@dallaway.org.uk> Date: Thu, 29 Aug 2013 16:13:00 -0000 From: John Dallaway User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20121120 Thunderbird/10.0.11 MIME-Version: 1.0 To: Jabran Bhatti CC: eCos Discussion References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [ECOS] Re: Building C++ application for eCos on ARM X-SW-Source: 2013-08/txt/msg00010.txt.bz2 Hi Jabran On 29/08/13 15:33, Jabran Bhatti wrote: > I'm looking to build a C++ application for eCos on an ARM processor. > My program requires several standard C++ header files such as vector, > iostream, list, ... > > My question is: how can I achieve this? Does anyone have any > experience building and deploying C++ applications for eCos? Take a look at the eCos uSTL package which provides a size optimized implementation of most aspects of the C++ STL. Ref: http://ecos.sourceware.org/docs-latest/ref/ustl-overview.html I hope this helps. John Dallaway eCos maintainer http://www.dallaway.org.uk/john -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss