From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21137 invoked by alias); 12 Feb 2009 12:08:41 -0000 Received: (qmail 21126 invoked by uid 22791); 12 Feb 2009 12:08:40 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mtaout02-winn.ispmail.ntl.com (HELO mtaout02-winn.ispmail.ntl.com) (81.103.221.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Feb 2009 12:08:35 +0000 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090212120832.NWNB4080.mtaout02-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Thu, 12 Feb 2009 12:08:32 +0000 Received: from cog.dallaway.org.uk ([213.106.81.244]) by aamtaout02-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090212120832.OYNH21638.aamtaout02-winn.ispmail.ntl.com@cog.dallaway.org.uk> for ; Thu, 12 Feb 2009 12:08:32 +0000 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 n1CC8QSL004558 for ; Thu, 12 Feb 2009 12:08:26 GMT Message-ID: <4994113A.4040308@dallaway.org.uk> Date: Thu, 12 Feb 2009 12:08:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.19 (X11/20090107) MIME-Version: 1.0 To: ecos-maintainers@ecos.sourceware.org Subject: AT91EB55 and DataFlash Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact ecos-maintainers-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@ecos.sourceware.org X-SW-Source: 2009-02/txt/msg00014.txt.bz2 eCos maintainers Building RedBoot for the AT91EB55 target (eb55) is currently failing due to: a) CYGPKG_ERROR missing in the RedBoot .ecm files. It is required by CYGPKG_DEVS_FLASH_ATMEL_DATAFLASH. and b) A compilation error when declaring the DataFlash part: > /var/local/ecos-test/packages/devs/flash/arm/eb55/current/src/eb55_flash.c:76: error: initializer element is not constant > /var/local/ecos-test/packages/devs/flash/arm/eb55/current/src/eb55_flash.c:76: error: (near initialization for ‘cyg_dataflash_priv_cyg_eb55_dataflash.dev.spi_dev’) It looks like CYGPKG_DEVS_FLASH_EB55 requires some minor updating to work with the current DataFlash API. The AT91EB55 is the only example of a target which uses Atmel DataFlash in the repository so it would be useful to fix this up. Could someone who is not on the critical path for eCos 3.0 beta 1 volunteer to take a look please? John Dallaway