From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26786 invoked by alias); 24 Nov 2003 15:32:57 -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 26779 invoked from network); 24 Nov 2003 15:32:56 -0000 Received: from unknown (HELO hermes.chez-thomas.org) (63.225.98.241) by sources.redhat.com with SMTP; 24 Nov 2003 15:32:56 -0000 Received: by hermes.chez-thomas.org (Postfix, from userid 2000) id DE03A50E111; Mon, 24 Nov 2003 08:32:55 -0700 (MST) Received: from localhost (localhost.localdomain [127.0.0.1]) by hermes.chez-thomas.org (Postfix) with ESMTP id 88FF250D8CD; Mon, 24 Nov 2003 08:32:53 -0700 (MST) From: Gary Thomas To: alfred Cc: ECOS In-Reply-To: <00ae01c3b29f$91700e10$4702980a@lIUMAO> References: <005c01c3b29b$33d8d830$4702980a@lIUMAO> <1069686101.22988.17.camel@hermes> <006801c3b29c$5cbf7780$4702980a@lIUMAO> <1069686480.22988.19.camel@hermes> <007f01c3b29d$8db64c50$4702980a@lIUMAO> <1069687303.22988.22.camel@hermes> <00ae01c3b29f$91700e10$4702980a@lIUMAO> Content-Type: text/plain Organization: MLB Associates Message-Id: <1069687973.22988.33.camel@hermes> Mime-Version: 1.0 Date: Mon, 24 Nov 2003 15:32:00 -0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: [ECOS] help for building microwindows X-SW-Source: 2003-11/txt/msg00338.txt.bz2 On Mon, 2003-11-24 at 08:28, alfred wrote: > Dear Gary , > > the configuration as belows > > target alm2_arm9 { > alias { " ARM9/alm2 board" palm2_arm9 } > packages { CYGPKG_HAL_ARM > CYGPKG_HAL_ARM_ARM9 > CYGPKG_HAL_ARM_ARM9_ALM2 > CYGPKG_IO_SERIAL_ARM_ALM2 > CYGPKG_DEVS_ETH_ALM2_NE2000 > CYGPKG_IO_DSP_ARM_ALM2 > CYGPKG_DEVS_CAMERA_ARM_OV7645 > } > description " > The Excalibur target provides the packages needed to run > eCos on an Altera Excalibur board." > } > > And I also added > Common error code > dynamic memory allocation > ISO C and POSIX infrastructure > Microwindows > POSIX compatibility layer > POSIX File IO compatibility layer > ISO C library > > Thanks, > alfred You need to have networking. Try this: % ecosconfig new alm2 net % ecosconfig add mw % ecosconfig tree % make If you can get this to build, then you'll need to add some code to get a test environment running, etc. If you update to the latest CVS, this last step is much simpler. > > > % ecosconfig new ipaq net > > % ecosconfig add mw > > % ecosconfig tree > > % make > > (or the similar operations using the GUI) > > > > How have you configured eCos for your platform? > > Did you do anything besides just adding the MicroWindows (mw) package? > > > > -- > > Gary Thomas > > MLB Associates > > -- Gary Thomas MLB Associates -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss