From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7813 invoked by alias); 3 Apr 2014 18:02:44 -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 7729 invoked by uid 89); 3 Apr 2014 18:02:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_50,HK_OBFDOM autolearn=no version=3.3.2 X-HELO: tetra.codeconfidence.com 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, 03 Apr 2014 18:02:40 +0000 Received: from cog.dallaway.org.uk (cpc1-cmbg10-0-0-cust34.5-4.cable.virginm.net [81.102.132.35]) by tetra.codeconfidence.com (Postfix) with ESMTP id 291D2234C045; Thu, 3 Apr 2014 19:02:38 +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 s33I2bL6001056; Thu, 3 Apr 2014 19:02:37 +0100 Message-ID: <533DA23D.9070105@dallaway.org.uk> Date: Thu, 03 Apr 2014 18:02:00 -0000 From: John Dallaway User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: kalibar6 CC: eCos Discussion References: <8a84ec1.20b7c9d1.533c6a80.d62f8@tlen.pl> In-Reply-To: <8a84ec1.20b7c9d1.533c6a80.d62f8@tlen.pl> X-Forwarded-Message-Id: <8a84ec1.20b7c9d1.533c6a80.d62f8@tlen.pl> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [ECOS] Re: Building eCos. X-SW-Source: 2014-04/txt/msg00002.txt.bz2 Hi Since you are new to eCos, I would suggest downloading the latest snapshot build of the eCos Configuration Tool for Linux hosts. Ref: http://ecos.sourceware.org/ml/ecos-discuss/2011-02/msg00031.html You might also download the arm-eabi test release toolchain. Ref: https://www.sourceware.org/ml/ecos-discuss/2012-06/msg00047.html In the eCos Configuration Tool, set the eCos repository location (Build >> Repository) as follows: /home/kalbar/CVS_repo/ecos_host (this is the folder containing the "packages" folder) You should then see the eCos configuration tree. Select the STM32F4-Discovery hardware template (Build >> Templates). Select the location of your arm-eabi toolchain "bin" folder containing arm-eabi-gcc (Tools >> Paths >> Build Tools). You should then be able to build eCos. I hope this helps... John Dallaway eCos maintainer http://www.dallaway.org.uk/john -------- Original Message -------- Subject: Building eCos. Date: Wed, 02 Apr 2014 21:52:32 +0200 From: kalibar6 To: ecos-discuss@ecos.sourceware.org Newsgroups: gmane.os.ecos.general Hi all, I am trying to play a bit with eCos on STM32F4 Discovery board. I am working under Ubuntu 12.04 (32bit). I know that in downloaded binaries there is no support for this platform. I have to download source files from CVS repository and compile them myself. OK. I have downloaded them: cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P ecos cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P host System variable $ECOS_REPOSITORY has been set up to my downloaded files: /home/kalbar/CVS_repo/ecos_host/packages Now after multiple approaches I can't get this thing fully compiled and installed. In main source folder I have created folder 'build' and run configure script and make and install: /home/kalbar/CVS_repo/ecos_host/configure --prefix=/home/kalbar/CVS_repo/ecos_host/build --with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4 make sudo make install Some files are getting compiled/build but not all of them. There is still lack of GUI for eCos configuration and package for for my board does not seem to build. I would really appreciate some help on this matter as I have spend quite a lot of time on this and got stuck in dead end with no help from README files nor google. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss