From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16920 invoked by alias); 14 Oct 2003 11:21:40 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 16913 invoked from network); 14 Oct 2003 11:21:39 -0000 Received: from unknown (HELO londo.lunn.ch) (80.238.139.98) by sources.redhat.com with SMTP; 14 Oct 2003 11:21:39 -0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1A9NEr-000693-00; Tue, 14 Oct 2003 13:21:17 +0200 Date: Tue, 14 Oct 2003 11:21:00 -0000 To: Alexander Popov Cc: ecos-discuss@sources.redhat.com Message-ID: <20031014112117.GA22392@lunn.ch> Mail-Followup-To: Alexander Popov , ecos-discuss@sources.redhat.com References: <3F8BD7A8.9030801@prosyst.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F8BD7A8.9030801@prosyst.bg> User-Agent: Mutt/1.5.4i From: Andrew Lunn Subject: Re: [ECOS] Newbie Q: building ecos 2.0 X-SW-Source: 2003-10/txt/msg00214.txt.bz2 On Tue, Oct 14, 2003 at 02:02:00PM +0300, Alexander Popov wrote: > Hi all, > > I just got ecos and I'm (a complete and helpless newbie :) ) trying to > build an image for i386 (PC). > I used the configtool to setup the platform but when I tried to build it > it crushed on a few places. I fixed most of them one way or another but > I'm stuck here: You should not have to fix anything. It should work right out of the box. If it does not, its generally a user error. > make[1]: `/opt/ecos/ecos-2.0/tools/bin/pentium3_install/lib/target.ld' > is up to date. > make[1]: Leaving directory > `/opt/ecos/ecos-2.0/tools/bin/pentium3_build/hal/i386/arch/v2_0' > make -r -C services/loader/v2_0 tests/libfoo.so It seems very strange that a newbie would be trying to use the loader. I suggest you leave that alone until you graduate from newbie and become at least experienced or maybe Guru. Start by building a floppy redboot image. export ECOS_REPOSITORY=~/eCos/anoncvs/packages/ ecosconfig new pc redboot ecosconfig import ~/eCos/anoncvs/packages/hal/i386/pc/current/misc/redboot_FLOPPY.ecm ecosconfig tree make The resulting image in the bin directory onto a floppy and boot it. All this is well documented, so just RTM, Andrew -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss