From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25811 invoked by alias); 10 Sep 2013 19:13:46 -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 25797 invoked by uid 89); 10 Sep 2013 19:13:45 -0000 Received: from mail-pa0-f53.google.com (HELO mail-pa0-f53.google.com) (209.85.220.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 10 Sep 2013 19:13:45 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f53.google.com Received: by mail-pa0-f53.google.com with SMTP id lb1so8084814pab.40 for ; Tue, 10 Sep 2013 12:13:27 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.66.155.69 with SMTP id vu5mr5046647pab.176.1378840407680; Tue, 10 Sep 2013 12:13:27 -0700 (PDT) Received: by 10.70.62.70 with HTTP; Tue, 10 Sep 2013 12:13:27 -0700 (PDT) In-Reply-To: References: <521F730F.1090306@dallaway.org.uk> Date: Tue, 10 Sep 2013 19:13:00 -0000 Message-ID: From: Jabran Bhatti To: John Dallaway Cc: eCos Discussion Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Subject: [ECOS] Re: Building C++ application for eCos on ARM X-SW-Source: 2013-09/txt/msg00003.txt.bz2 Hi, So I had a look at the uSTL package and it indeed incorporates most C++ STL features. The problem is, however, that I am using an external (open source) library. That library has been built using STL, i.e., the header and source files are filled with STL header file includes and namespace 'std::' references. It is a rather complex task to adjust each of the these files. As an alternative, would it be possible to compile the STL library using the original source code along with the eCos application? Does anyone have any experience with compilation of the STL library from scratch? 2013/9/2 Jabran Bhatti : > Hi John, > > Thanks for your answer, I will see what I can do with the uSTL library > and keep you posted. > > Regards, > > Jabran > > 2013/8/29 John Dallaway : >> 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