How to build SID for eCos application in cygwin environment?
"Young Jay" <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
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 /******************************************************/