From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25050 invoked by alias); 27 Sep 2007 07:53:43 -0000 Received: (qmail 25042 invoked by uid 22791); 27 Sep 2007 07:53:42 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0910.google.com (HELO rv-out-0910.google.com) (209.85.198.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 27 Sep 2007 07:53:40 +0000 Received: by rv-out-0910.google.com with SMTP id c27so2125533rvf for ; Thu, 27 Sep 2007 00:53:36 -0700 (PDT) Received: by 10.140.132.8 with SMTP id f8mr651046rvd.1190879616348; Thu, 27 Sep 2007 00:53:36 -0700 (PDT) Received: by 10.141.202.20 with HTTP; Thu, 27 Sep 2007 00:53:36 -0700 (PDT) Message-ID: <1ed1b42a0709270053s4775c392x37dbd73abf8951ca@mail.gmail.com> Date: Thu, 27 Sep 2007 07:53:00 -0000 From: "Tim Yang" To: ecos-discuss@ecos.sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes 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 Subject: [ECOS] ecos under cygwin X-SW-Source: 2007-09/txt/msg00140.txt.bz2 I have just installed eCos right now for evaluation. I was able to install, configure and build eCos samples under SUSE Linux 10.2. However, when I tried doing it under cygwin, the configuration tools just don't run. Maybe someone could tell me what is wrong with my cygwin configuration. The ecos directory in cygwin installation is the same as in the SUSE Linux. But the same tools work in Linux, and not in cygwin. I have installed cygwin and eCos in both a Windows Vista and Windows 2000 environment. The failure was not completely the same, but the result is similar, so I guess it is not Windows that causes this problem. I have installed cygwin under C:\cygwin. eCos is installed within cygwin, and is in /opt/ecos. I have added a line in ~/.bash_profile . /opt/ecos/ecosenv.sh to establish the environment eCos needs. Then I created a build directory and run configtool. It always crashes. I noticed there were a lot of messages in the message window running during startup, and finally it crashes. So I try to run ecosconfig and it spewed the following error messages then refused to create a configuration: ------------------------------------------------------------------------- $ ecosconfig new pid ecos.db, package CYGPKG_HAL: warning Version subdirectory `common' does not have a CDL script `hal.cdl'. ecos.db, package CYGPKG_HAL: warning This package does not have any valid version subdirectories. ecos.db, package CYGPKG_INFRA: warning Version subdirectory `infra' does not have a CDL script `infra.cdl'. ecos.db, package CYGPKG_INFRA: warning This package does not have any valid version subdirectories. ecos.db, package CYGPKG_IO: warning Version subdirectory `common' does not have a CDL script `io.cdl'. ecos.db, package CYGPKG_IO: warning This package does not have any valid version subdirectories. ecos.db, package CYGPKG_IO_SERIAL: warning Version subdirectory `serial' does not have a CDL script `io_serial.cdl'. ecos.db, package CYGPKG_IO_SERIAL: warning This package does not have any valid version subdirectories. ..... .... Similar kind of warnings ..... Hardware selection: warning The target specification lists a package `CYGPKG_HAL_ARM' which is not present in the component repository. Hardware selection: warning The target specification lists a package `CYGPKG_HAL_ARM_PID' which is not present in the component repository. Hardware selection: warning The target specification lists a package `CYGPKG_IO_SERIAL_GENERIC_16X5X' which is not present in the component repository. Hardware selection: warning The target specification lists a package `CYGPKG_IO_SERIAL_ARM_PID' which is not present in the component repository. Hardware selection: warning The target specification lists a package `CYGPKG_DEVS_FLASH_ARM_PID' which is not present in the component repository. Hardware selection: warning The target specification lists a package `CYGPKG_DEVS_FLASH_ATMEL_AT29CXXXX' which is not present in the component repository. Unknown template default ---------------------------------------------------------------------------------------------- No ecos.ecc was created. It seems that the configuration tools can find and read ecos.db, but then could not find other parts of the eCos installation. Any help is appreciated. Tim Yang -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss