Subject:
|
Re: Where does "win-h8-egcs-1.1.2.zip" come into all this?
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Sun, 18 Aug 2002 13:11:11 GMT
|
Viewed:
|
2162 times
|
| |
| |
After typing make realclean:
for i in util lib boot demo ; do make - --unix NODEPS=yes -C $i realclean ;
done
make[1]: Entering directory `/legos-0.2.6/util'
make - --unix -w -C dll-src clean
make[2]: Entering directory `/legos-0.2.6/util/dll-src'
rm -f *.o *~ *.bak ../dll ../makelx ../genlds ../fixdeps .depend
make[2]: Leaving directory `/legos-0.2.6/util/dll-src'
make - --unix -w -C firmdl clean
make[2]: Entering directory `/legos-0.2.6/util/firmdl'
rm -f *.o *~ *.bak fastdl.h mkimg firmdl3
make[2]: Leaving directory `/legos-0.2.6/util/firmdl'
rm -f fontdesign dll makelx fixdeps genlds firmdl3
make[1]: Leaving directory `/legos-0.2.6/util'
make[1]: Entering directory `/legos-0.2.6/lib'
for i in c mint float c++; do make - --unix -w -C $i clean ;
done
make[2]: Entering directory `/legos-0.2.6/lib/c'
rm -rf *.o *.map *.coff *.srec *.dis* *~ *.bak *.tgz *.s tags *.a
make[2]: Leaving directory `/legos-0.2.6/lib/c'
make[2]: Entering directory `/legos-0.2.6/lib/mint
rm -rf *.o *.map *.coff *.srec *.dis* *~ *.bak *.tgz *.s tags *.a
make[2]: Leaving directory `/legos-0.2.6/lib/mint'
make[2]: Entering directory `/legos-0.2.6/lib/float'
rm -rf *.o *.map *.coff *.srec *.dis* *~ *.bak *.tgz tags *.a
make[2]: Leaving directory `/legos-0.2.6/lib/float'
make[2]: Entering directory `/legos-0.2.6/lib/c++'
rm -rf *.o *.map *.coff *.srec *.dis* *~ *.bak *.tgz *.s tags *.a
make[2]: Leaving directory `/legos-0.2.6/lib/c++'
rm -f libc.a libmint.a libfloat.a libc++.a
make[1]: Leaving directory `/legos-0.2.6/lib'
make[1]: Entering directory `/legos-0.2.6/boot'
rm -rf .depend* *.o *.dis *~ *.bak *.tgz *.s tags *.dcoff *.dmap *.dsrec
*.dis2
rm -f *.srec *.map *.coff *.lds
make[1]: Leaving directory `/legos-0.2.6/boot'
make[1]: Entering directory `/legos-0.2.6/demo'
rm -rf .depend* *.o *.dis *.dis2 *~ *.bak *.tgz *.s tags *.ds1 *.ds2 *.dmap
*.dc (continues to next line)
off *.srec *.map *.coff
make -C c++ clean
make[2]: Entering directory `/legos-0.2.6/demo/c++'
rm -rf .depend* *.o *.dis *.dis2 *~ *.bak *.tgz *.s tags *.ds1 *.ds2 *.dmap
*.dc (continues to next line)
off *.srec *.map *.coff
make[2]: Leaving directory `/legos-0.2.6/demo/c++'
rm -f *.lx
make -C c++ realclean
make[2]: Entering directory `/legos-0.2.6/demo/c++'
rm -rf .depend* *.o *.dis *.dis2 *~ *.bak *.tgz *.s tags *.ds1 *.ds2 *.dmap
*.dc (continues to next line)
off *.srec *.map *.coff
rm -f *.lx
make[2]: Leaving directory `/legos-0.2.6/demo/c++'
make[1]: Leaving directory `/legos-0.2.6/demo'
rm -rf *.o *.map *.coff *.srec *.dis* *~ *.bak *.tgz *.s tags
rm -f doc/html/*.html doc/html/*.gif doc/html/*.css doc/html/*.js
doc/html/*.dot
rm -rf doc/html-c++ doc/html-c doc/rtf-c doc/rtf-c++ doc/rtf
"Ed Manlove" <emanlove@ieee.org> wrote in message
news:H11G6I.63t@lugnet.com...
> Ralph,
>
> What does the output from the first command, make realclean, look like?
>
> Ed
>
> Ralph Clark <ralph.clark@ntlworld.com> wrote in message
> news:H119uM.HHG@lugnet.com...
> > Hi. I'm still not getting this thing to work under Win98 under Cygwin. I'm
> > using these instructions:
> > http://legos.sourceforge.net/cygwin/INSTALL-cygwin.html and when I compare
> > them with other instructions I can't see why the sourceforge cygwin
> > instructions don't contain anything about the file with the h8 executables
> > in (win-h8-egcs-1.1.2.zip). How on earth is it possible to build all the
> > cross compilers with one little shell script and 2 diff files when the zip
> > file that all the other instructions mention is 4MB big????
> > I'd really be grateful for any help as I've been trying to get this working
> > for 4 weeks now.
> >
> > The current problem is after I've run the shell script, I type:
> > $ cd /legos-0.2.6
> > $ make realclean
> > $ make depend
> > $ make
> > $ cd util
> > $ make strip
> >
> > but when I type make strip it comes up with:
> >
> > strip fontdesign dll makelx fixdeps genlds firmdl3
> > strip: fontdesign: No such file or directory
> > strip: dll: No such file or directory
> > strip: makelx: No such file or directory
> > strip: fixdeps: No such file or directory
> > strip: genlds: No such file or directory
> > strip: firmdl3: No such file or directory
> > make: *** [strip] Error 1
> >
> > Then when I type ./firmdl3 etc it tells me "No such file or directory"
> > Please help me someone
> >
> > Ralph Clark
> >
> >
>
>
|
|
Message has 1 Reply: | | For anyone kind enough to help me.....
|
| I'd be REALLY grateful if someone could sort out my problem. Below I have listed the output of when I type 'make realclean' and then type 'make depend' (having followed the sourceforge cygwin instructions up to this point). If anyone could tell me (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.legos)
|
Message is in Reply To:
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|