This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

Re: Help setting up Ecos/Cygwin



--- Jonathan Larmour <jlarmour@redhat.co.uk> wrote:
> Jerry Beckmann wrote:
> > 
> > --- Jonathan Larmour <jlarmour@redhat.co.uk>
> wrote:
> > > Jerry Beckmann wrote:
> > > > "bash:
> /src/binutils/binutils-000509/configure: No
> > > > such file or directory". I have mounted /tmp
> to
> > > > e:/cygwin/tmp in text mode and left the other
> > > mounted
> > > > points as they were. I have gone through
> numerous
> > > help
> > > > files and can only find that I need to make
> sure
> > > that
> > > > I have mounted my /tmp directory, which I
> have.
> > >
> > > It sounds like /bin is not mounted. Are you
> using
> > > cygwin 1.1? Did you have
> > > an old cygwin installation before that?
> > >
> > > For now, the easiest workaround is something of
> the
> > > form:
> > >
> > > mount 'c:\cygwin\bin' /bin
> >
> > This is a first time installation, and I am using
> > cygwin 1.1.0. When I type mount I get the
> following
> > e:\cygwin\src    /src   user binmode
> > e:\cygwin\tmp    /tmp   user textmode
> > e:\cygwin\bin    /bin   user binmode
> > e:\cygwin\lib    /lib   user binmode
> > e:\cygwin        /      user binmode
> > 
> > When I try umount /bin and then remount using
> mount
> > e:/cygwin/bin /bin, I am unable to use any
> commands at
> > all.
> 
> Hmm... it looks like my initial diagnosis was wrong.
> To get the old mounts
> back as they were, use a dos box and cd into
> e:\cygwin\bin. Now type:
> 
> mount -b c:\cygwin\bin /bin
> 
> After that's back, go back into cygwin and do:
> 
> ls -l /bin/sh
> /bin/sh
> 
> You should simply get something like the following
> output:
> 
> bash-2.03$ ls -l /bin/sh
> -rwxr-xr-x   1 jlarmour Administ    66560 Jan 18
> 02:17 /bin/sh
> bash-2.03$ /bin/sh
> $
> 
> Give it a go, and let us know what happens.
> 
> Jifl
> -- 
> Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS 
> Tel: +44 (1223) 728762
> "Plan to be spontaneous tomorrow."  ||  These
> opinions are all my own fault

Well that helped a lot. When I typed ls -l /bin/sh, it
came back with file not found. When I searched that
directory I found that I have a sh_new.exe but no
sh.exe. So I copied it over, and everything seems to
be working now.

Thanks
Jerry

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

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