This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with ecosconfig


On Wed, May 31, 2006 at 10:01:50PM +0400, ????? ???????? wrote:
> Hello!
> 
> This is my first posting. I am beginner in eCos. Sorry, my english is  
> badly (I am from Russia).
> I am trying to install eCos-1.3.1. After installing GNU Toolchain  

1.3.1! That is something like 6 years old. I suggest you update to
anoncvs.

http://ecos.sourceware.org/anoncvs.html

> (binutils-2.10.1, gcc-core-2.95.2, gcc-g++-2.95.2 and gdb-5.0) I am  
> extracting ecos-1.3.1.tar.bz2 in /opt/ecos.
> After this:
> # ECOS_REPOSITORY=/opt/ecos/ecos-1.3.1/packages
> # export ECOS_REPOSITORY
> After this:
> # PATH=/opt/ecos/ecos-1.3.1/tools/bin:$PATH
> # PATH=/tools/H-i686-pc-linux-gnu/bin:$PATH
> # export PATH
> After this:
> # mkdir /opt/ecos/ecos-work
> # cd /opt/ecos/ecos-work
> And after this:
> # ecosconfig
> In this place - problem. On screen I see next text:
> 
> ecosconfig: error while loading shared libraries:  
> libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or  
> directory
> 
> What is this? Where I made mistake? May be, I miss something? Help me,  
> please!

Probably this is because you are using tools from 6 years ago. Your
distribution of Linux probably does not have shared libraries that
old. Once you have updated to anonymous CVS, build ecosconfig from
source. 

        Andrew

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]