[ECOS] Problem Installing CVS eCos

Bob Koninckx bob.koninckx@o-3s.com
Thu May 27 22:15:00 GMT 2004


On Tue, 2004-05-25 at 16:40, Eric Castle wrote:
> Hello,
> 
> At the advice of Bob Koninckx, we're currently trying to get the latest
> anonymous CVS repository to work.  We seem to be doing something wrong when
> we run the configure script from it, though, in that when we run "make",
> none of the make files actually build anything.
> 
> Here's what we did:  
> 
> 1. Downloaded the CVS eCos stuff into a folder called cvs-ecos per the
> instructions on the webpage.

You checked it out, right?
something like

cvs -d :pserver:anonymous@sources.redhat.com:/cvs/ecos login
cvs -d :pserver:anonymous@sources.redhat.com:/cvs/ecos co ecos

[check the paths on the website...]


> 2. Set the path according to the instructions on the webpage for the eCos
> repository.
> 3. Made a "build" directory within cvs-ecos, switched into there.

Better make a build directory _outside_ the source tree. 

> 4. Ran configure as follows:
> 	../ecos/configure --prefix=/usr/local/ecos --enable-debug
> 

you do not need the configure script for building eCos, only for
building the tools. These are much easier downloaded from ecoscentric.
Instructions on how to do this are on the website.

> We tried some variants on this, with setting the prefix to ".", and not
> including it. We also tried including paths and version to tcl, but
> according to the README.host that comes with it, our install is exactly
> where is should be.
> 

construct your ecos makefiles using ecosconfig or configtool (which you
just downloaded from CVS).

> The trouble we have is when we run "make", nothing actually happens.
> 
> Can anyone suggest what we've missed?
> 

Basically, there is _no_ difference in _using_ eCos from CVS or from an
official release. The only difference lies in the fact that your using
much more up-to-date eCos source files.

> Thanks,
> 
> -Eric Castle
> 
> FEGI Project
> University of Michigan
> 
> 
> 
> 
> 


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



More information about the Ecos-discuss mailing list