Subject:
|
Re: legOS 0.2.6 installation problems - a better way?
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Thu, 28 Nov 2002 22:07:38 GMT
|
Viewed:
|
3303 times
|
| |
| |
In lugnet.robotics.rcx.legos, Max Bowsher writes:
> John <john.ormerod@NOSPAM.virgin.net> wrote:
>
> > I have been trying Set up LegOS for some time now. My first attempt
> > using winlegOS was installed but I then found out then that it could
> > not communicate via my usb tower.
> > I then decided to go for the full installation of Cygwin and
> > legos0.2.6 and used the "how to" instructions (Version 1.1, 19 Apr
> > 2002 by Paolo Masetti) to download and unzip files for the whole
> > product. Files downloaded were: cygwin, gcc-2.95.2.tar.gz
> > legos-buildgcc.zip binutils-2.10.1.tar.gz & legos-0.2.6.tar.gz I
> > installed all cygwin modules. All seemed to go to plan until the
> > subsequent build and try-it sections reported errors.
>
> Specifics would be helpful.
>
> Max.
Thanks Max, in running the instructions mentioned above, I entered the
following in a bash shell, with the following responses. Sorry about the
volume of this but it is all there.
Any answers would be appreciated.
$ cd /legos-0.2.6
$ make realclean
$ make depend
$ make
$ cd util
$ make strip
john@EV /legos-0.2.6
$ make realclean
<<responds first with a windows message box titled 'Sh' with the message
"This program has performed an illegal operation and will be shut down.
Quit all programs and then restart your computer.
If the problem persists, contact the program vendor.">>
(the cygwiin bash shell is still active and then comes back with:)
for i in util lib boot demo ; do d:/legos/bin/make.exe NODEPS=yes -C $i
realclean ; done
make.exe[1]: Entering directory `d:/cygwin/legos-0.2.6/util'
d:/legos/bin/make.exe -w -C dll-src clean
make.exe[2]: Entering directory `d:/cygwin/legos-0.2.6/util/dll-src'
rm -f *.o *~ *.bak ../dll ../makelx ../genlds ../fixdeps .depend
make.exe[2]: Leaving directory `d:/cygwin/legos-0.2.6/util/dll-src'
d:/legos/bin/make.exe -w -C firmdl clean
make.exe[2]: Entering directory `d:/cygwin/legos-0.2.6/util/firmdl'
rm -f *.o *~ *.bak fastdl.h mkimg firmdl3
make.exe[2]: Leaving directory `d:/cygwin/legos-0.2.6/util/firmdl'
rm -f fontdesign dll makelx fixdeps genlds firmdl3
make.exe[1]: Leaving directory `d:/cygwin/legos-0.2.6/util'
make.exe: *** [realclean] Error -1
john@EV /legos-0.2.6
$ make depend
<< THE SAME WINDOWS ERROR message box - JOHN>>
for i in util lib boot demo ; do d:/legos/bin/make.exe NODEPS=yes -C $i depend
|| exit 2 ; done
make.exe[1]: Entering directory `d:/cygwin/legos-0.2.6/util'
d:/legos/bin/make.exe -w -C dll-src depend
make.exe[2]: Entering directory `d:/cygwin/legos-0.2.6/util/dll-src'
cc -M -O2 -Wall -I. -I../../include/lnp -c loader.c rcxtty.c keepalive.c
../../kernel/lnp.c lx.c convert.c srec.c srecload.c lx.c >.depend
cc: not found
make.exe[2]: *** [depend] Error 127
make.exe[2]: Leaving directory `d:/cygwin/legos-0.2.6/util/dll-src'
make.exe[1]: *** [depend] Error 2
make.exe[1]: Leaving directory `d:/cygwin/legos-0.2.6/util'
make.exe: *** [depend] Error -1
$ make
<< THE SAME WINDOWS ERROR message box - JOHN>>
for i in util lib boot demo ; do d:/legos/bin/make.exe -C $i || exit 2 ; done
make.exe[1]: Entering directory `d:/cygwin/legos-0.2.6/util'
cc fontdesign.c -o fontdesign -O2 -Wall
make.exe[1]: *** [fontdesign] Error -1
make.exe[1]: Leaving directory `d:/cygwin/legos-0.2.6/util'
make.exe: *** [all] Error -1
$ cd util
$ make strip
strip fontdesign dll makelx fixdeps genlds firmdl3
make.exe: *** [strip] Error -1
|
|
Message has 1 Reply:
Message is in Reply To:
6 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
|
|
|
|