public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
* problem with building ecos
@ 2008-01-29  7:12 micro13
  2008-01-29  8:00 ` Sergei Gavrikov
  0 siblings, 1 reply; 3+ messages in thread
From: micro13 @ 2008-01-29  7:12 UTC (permalink / raw)
  To: ecos-devel


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
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.
-- 
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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problem with building ecos
  2008-01-29  7:12 problem with building ecos micro13
@ 2008-01-29  8:00 ` Sergei Gavrikov
  2008-01-30  8:22   ` micro13
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Gavrikov @ 2008-01-29  8:00 UTC (permalink / raw)
  To: micro13; +Cc: ecos-devel

On 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
[snip]

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problem with building ecos
  2008-01-29  8:00 ` Sergei Gavrikov
@ 2008-01-30  8:22   ` micro13
  0 siblings, 0 replies; 3+ messages in thread
From: micro13 @ 2008-01-30  8:22 UTC (permalink / raw)
  To: ecos-devel


Hello Sergei

Thank You very much, I succesfully compile ecos infrastructure and
configtool after more careful reading of README.host.

Cheers
Grzegorz Heldt.




Sergei Gavrikov-4 wrote:
> 
> On 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
> [snip]
> 
> 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.
> 
> 

-- 
View this message in context: http://www.nabble.com/problem-with-building-ecos-tp15153681p15177206.html
Sent from the Sourceware - ecos-devel mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-30  8:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-29  7:12 problem with building ecos micro13
2008-01-29  8:00 ` Sergei Gavrikov
2008-01-30  8:22   ` micro13

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).