|
i'm running the lates version of cygwin and i'm trying to follow the
instructions at http://legos.sourceforge.net/cygwin/INSTALL-cygwin.html but,
when i try to make depend i get some errors:
$ make depend
for i in util lib boot demo ; do c:/djgpp/bin/make.exe NODEPS=yes -C $i depend
|| exit 2 ; done
make.exe[1]: Entering directory `c:/legos-0.2.6/util'
c:/djgpp/bin/make.exe -w -C dll-src depend
make.exe[2]: Entering directory `c:/legos-0.2.6/util/dll-src'
cc -M -O2 -Wall -I. -I../../include/lnp -c loader.c rcxtty.c keepalive.c ../../k
ernel/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 `c:/legos-0.2.6/util/dll-src'
make.exe[1]: *** [depend] Error 2
make.exe[1]: Leaving directory `c:/legos-0.2.6/util'
make.exe: *** [depend] Error 2
then i try to make all and i get a few errors:
$ make all
for i in util lib boot demo ; do c:/djgpp/bin/make.exe -C $i || exit 2 ; done
make.exe[1]: Entering directory `c:/legos-0.2.6/util'
cc fontdesign.c -o fontdesign -O2 -Wall
make.exe[1]: *** [fontdesign] Error -1
make.exe[1]: Leaving directory `c:/legos-0.2.6/util'
make.exe: *** [all] Error 2
Thanks,
Jason Hensler
|
|
Message has 1 Reply: | | Re: cygwin messed up?
|
| You can try a few things with the makefile.common in the util directory and change the tool prefix from cc to gcc. Later u might have another error related to ld at that point u'll have to put the extension .exe in front of ld in one of the (...) (23 years ago, 6-May-02, to lugnet.robotics.rcx.legos)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|