From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14920 invoked by alias); 22 May 2003 00:40:01 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 14879 invoked from network); 22 May 2003 00:39:59 -0000 Received: from unknown (HELO sohumx05.sohu.com) (61.135.145.20) by sources.redhat.com with SMTP; 22 May 2003 00:39:59 -0000 Received: from mx28.mail.sohu.com (unknown [192.168.41.148]) by sohumx05.sohu.com (Postfix) with ESMTP id E8BF157CB4 for ; Thu, 22 May 2003 08:39:58 +0800 (CST) Message-ID: <6000655.1053563998275.JavaMail.postfix@mx28.mail.sohu.com> Date: Thu, 22 May 2003 00:40:00 -0000 From: "Young Jay" To: Subject: How to build SID for eCos application in cygwin environment? Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 8bit X-SHIP: 210.22.154.250 X-Priority: 3 X-SHMOBILE: 0 X-SHBIND: 0 X-SW-Source: 2003-q2/txt/msg00027.txt.bz2 Hello, all: I'm trying to buid SID for running eCos application on ARM7TDMI platform in cygwin environment, with some problems happened. I proceeded following the building instructions from http://www.asisi.co.uk/ecos_sid.html. Because in that tutorial sid is built in Linux, there must be some difference with cygwin environment. Thus I encountered building errors. The output information when building sid is partly listed at the end. Does anyone can give me some suggestions to solve the problem or provide a building step in cygwin? Great thanks! Best regards, Young Jay /**************************************************/ when execute: $ ../src/configure --prefix=/opt/sid --exec-prefix=/opt/sid 2>&1 | tee configur e.out creating cache ./config.cache checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking build system type... i686-pc-cygwin checking for i686-pc-cygwin-ar... no checking for ar... ar checking for i686-pc-cygwin-as... no checking for as... as checking for i686-pc-cygwin-dlltool... no checking for dlltool... dlltool checking for i686-pc-cygwin-ld... /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../. ./i686-pc-cygwin/bin/ld.exe checking for i686-pc-cygwin-nm... no checking for nm... nm checking for i686-pc-cygwin-ranlib... no checking for ranlib... ranlib checking for i686-pc-cygwin-windres... no checking for windres... windres checking for i686-pc-cygwin-objcopy... no checking for objcopy... objcopy checking for i686-pc-cygwin-objdump... no checking for objdump... objdump checking for i686-pc-cygwin-ar... no checking for ar... ar checking for i686-pc-cygwin-as... no checking for as... as checking for i686-pc-cygwin-dlltool... no checking for dlltool... dlltool checking for i686-pc-cygwin-ld... no checking for ld... ld checking for i686-pc-cygwin-nm... no checking for nm... nm checking for i686-pc-cygwin-ranlib... no checking for ranlib... ranlib checking for i686-pc-cygwin-windres... no checking for windres... windres checking whether to enable maintainer-specific portions of Makefiles... no updating cache ./config.cache creating ./config.status creating Makefile /**************************************************/ when executed "$ make all install": at the end: configuring in testsuite running /bin/sh ../../../src/expect/testsuite/configure --build=i686-pc-cygwin --host=i686-pc-cygwin --target=i686-pc-cygwin --prefix=/opt/sid --exec-prefix=/o pt/sid --cache-file=../.././config.cache --srcdir=../../../src/expect/testsuite loading cache ../.././config.cache checking for Tcl configuration... configure: warning: Can't find Tcl configurati on definitions .: Can't open #: No such file or directory configure: error: ../../../src/expect/testsuite/configure failed for testsuite make: *** [configure-expect] Error 1 /******************************************************/