From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18013 invoked by alias); 2 Apr 2014 19:52:40 -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 17996 invoked by uid 89); 2 Apr 2014 19:52:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HK_OBFDOM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: moh1-ve2.go2.pl Received: from moh1-ve2.go2.pl (HELO moh1-ve2.go2.pl) (193.17.41.132) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 02 Apr 2014 19:52:38 +0000 Received: from moh1-ve2.go2.pl (unknown [10.0.0.132]) by moh1-ve2.go2.pl (Postfix) with ESMTP id DAFDF1065E4A for ; Wed, 2 Apr 2014 21:52:33 +0200 (CEST) Received: from o2.pl (unknown [10.0.0.140]) by moh1-ve2.go2.pl (Postfix) with SMTP for ; Wed, 2 Apr 2014 21:52:33 +0200 (CEST) From: =?UTF-8?Q?kalibar6?= To: ecos-discuss@ecos.sourceware.org Mime-Version: 1.0 Message-ID: <8a84ec1.20b7c9d1.533c6a80.d62f8@tlen.pl> Date: Wed, 02 Apr 2014 19:52:00 -0000 X-Originator: 86.27.197.242 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: [ECOS] =?UTF-8?Q?Building_eCos.?= X-SW-Source: 2014-04/txt/msg00000.txt.bz2 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=3D/home/kalbar/CVS_repo/ecos_host/build --with-tcl=3D/usr/lib/tcl8= .4 --with-tk=3D/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