Hi Eigil

Eigil Krogh Sørensen wrote:

> When I from cygwin bash run
> 
> sh ecos-install.tcl
> 
> I get these messages:
> "
> eCos installer v2.0.1 starting...
> Written and maintained by Jonathan Larmour <j...@ecoscentric.com>
> 
> Retrieving installer metadata information...
> 
> *** ecos-install.tcl error: Failed to retrieve metadata:
> couldn't change working directory to "/tmp": no such file or directory 
> "

The message is from the tcl "cd" command. Try creating the missing /tmp
directory using the following command at the Cygwin bash prompt:

  mkdir /tmp

I hope this helps.

John Dallaway
eCos maintainer
http://www.dallaway.org.uk/john

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

Reply via email to