This is the mail archive of the ecos-discuss@sources.redhat.com 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: TCL interpreter not found


> Ranjith P Antony wrote:
> 
> Hi,
> I am attaching a log here. I tried to build with the new eCos source i
> downloaded from the cvs repository. Now i am getting a command saying
> that "Could not find TCL interpreter". What could be my problem.
> 
> Please advice me on this.
> 
> -ranjith
> 
> make -r -C services/memalloc/common/current heaps.cxx
> make[1]: Entering directory
> `/ecos-c/tmp/build/i386_pc_build/services/memalloc/common/current'
> XPWD=`pwd` ; cd
> /ecos-c/ecos/packages/services/memalloc/common/current/src ; sh
> heapgen.tcl "/ecos-c/tmp/build/i386_pc_install" "$XPWD"
> 
> Could not find TCL interpreter
> make[1]: *** [heaps.cxx] Error 1
> make[1]: Leaving directory
> `/ecos-c/tmp/build/i386_pc_build/services/memalloc/common/current'

Cygwin should include an installation of TCL, that eCos expects to find as
"cygtclsh80". That should be in /usr/bin in cygwin. It's possible that
Cygwin have changed the TCL executables name though. At a cygwin bash
prompt type "cygtclsh" and then press the TAB key a few times. Does it say
something else?

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

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


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