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: Problem installing eCos on Windows 7 x64


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 <jifl@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


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