|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
problem with building ecosHello !
It´s my first post on this forum, so hello everyone and please, don´t kill me. I have a problem with building latest ecos sources that I get from CVS two days ago. micro@u:~/workspace/ecosbuild$updatedb micro@u:~/workspace/ecosbuild$ locate tclConfig.sh /usr/lib/tcl8.4/tclConfig.sh micro@u:~/workspace/ecosbuild$ ../ecos/configure --prefix=/home/micro/workspace/ecosbuild/ --with-tcl=8.4 loading cache ./config.cache checking host system type... i686-pc-linux-gnu checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking that a separate build tree is being used... yes creating ./config.status creating Makefile configuring in host running /bin/sh ../../ecos/host/configure --prefix=/home/micro/workspace/ecosbuild/ --with-tcl=8.4 --cache-file=.././config.cache --srcdir=../../ecos/host loading cache .././config.cache checking host system type... i686-pc-linux-gnu checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking that a separate build tree is being used... yes creating ./config.status creating Makefile configuring in infra running /bin/sh ../../../ecos/host/infra/configure --prefix=/home/micro/workspace/ecosbuild/ --with-tcl=8.4 --cache-file=../.././config.cache --srcdir=../../../ecos/host/infra loading cache ../.././config.cache checking that a separate build tree is being used... yes checking host system type... i686-pc-linux-gnu checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for ranlib... (cached) ranlib checking for object suffix... (cached) o checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking for executable suffix... (cached) no checking for Visual C++... no checking the default compiler flags... done checking whether byte ordering is bigendian... (cached) no checking for a 64 bit data type... (cached) long long checking size of int *... (cached) 4 checking size of long... (cached) 4 checking for __PRETTY_FUNCTION__ support... (cached) yes checking for mkstemp... (cached) yes creating ./config.status creating Makefile creating testsuite/Makefile creating hostinfra.h hostinfra.h is unchanged configuring in libcdl running /bin/sh ../../../ecos/host/libcdl/configure --prefix=/home/micro/workspace/ecosbuild/ --with-tcl=8.4 --cache-file=../.././config.cache --srcdir=../../../ecos/host/libcdl loading cache ../.././config.cache checking that a separate build tree is being used... yes checking host system type... i686-pc-linux-gnu checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for ranlib... (cached) ranlib checking for object suffix... (cached) o checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking for executable suffix... (cached) no checking for Visual C++... no checking the default compiler flags... done checking for eCos host-side infrastructure... -I/home/micro/workspace/ecosbuild/host/infra -L/home/micro/workspace/ecosbuild/host/infra checking for Tcl installation... configure: error: unable to locate Tcl configuration file tclConfig.sh configure: error: ../../../ecos/host/libcdl/configure failed for libcdl configure: error: ../../ecos/host/configure failed for host micro@u:~/workspace/ecosbuild$ micro@u:~$ which tc tc tcl8.3 tclsh8.3 tcpd tcpdmatch tcl tclsh tclsh8.4 tcpdchk tcpdump micro@u:~$ which tclsh8. tclsh8.3 tclsh8.4 micro@u:~$ which tclsh8.4 /usr/bin/tclsh8.4 micro@u:~$ My system is ubuntu under vmware. I´ve tried everything I found on internet. Thanks for any help. |
|
|
Re: problem with building ecosOn Mon, Jan 28, 2008 at 11:12:13PM -0800, micro13 wrote:
> > Hello ! > It??s my first post on this forum, so hello everyone and please, don??t kill > me. > > I have a problem with building latest ecos sources that I get from CVS two > days ago. > > micro@u:~/workspace/ecosbuild$updatedb > > micro@u:~/workspace/ecosbuild$ locate tclConfig.sh > /usr/lib/tcl8.4/tclConfig.sh > micro@u:~/workspace/ecosbuild$ ../ecos/configure > --prefix=/home/micro/workspace/ecosbuild/ --with-tcl=8.4 cut from README.host 3) --with-tcl=<path> --with-tcl-version=<number> So, a right configure call is ./configure --prefix=<yours> --with-tcl-version=8.4 Sergei P.S. IMHO, it's better to post the n.b. questions in ecos-discuss list. > My system is ubuntu under vmware. > I??ve tried everything I found on internet. > Thanks for any help. > -- > View this message in context: http://www.nabble.com/problem-with-building-ecos-tp15153681p15153681.html > Sent from the Sourceware - ecos-devel mailing list archive at Nabble.com. |
|
|
Re: problem with building ecosHello Sergei
Thank You very much, I succesfully compile ecos infrastructure and configtool after more carefully reading of README.host. Cheers Grzegorz Heldt.
|
| Free embeddable forum powered by Nabble | Forum Help |