| | Re: Where does "win-h8-egcs-1.1.2.zip" come into all this? Ralph Clark
|
| | 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' (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.legos)
|
| | |
| | | | For anyone kind enough to help me..... Ralph Clark
|
| | | | 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)
|
| | | | |
| | | | | | Re: For anyone kind enough to help me..... Ed Manlove
|
| | | | Ralph, make realclean looks good. The first error I see is it looks for cc instead of gcc for the compiler. I am assuming you picked up legos-0.2.6 distrubition version. If I am not mistaken this is an error in the Makefile which causes the wrong OS (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.legos)
|
| | | | |