| | make seems not to work
|
|
Hi! I try to compile a new programm (lightseeker.c) with make, but i only get this message (under WinLegos): make.exe: *** No rule to make target `lightseeker.lx', needed by `all'. Stop What is wrong? Reinhard (22 years ago, 12-Jan-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: make seems not to work
|
|
(...) Did you add the djgpp directory to your path? I don't remember everything I had to do, but here's a piece from MY autoexec.bat set path=c:\djgpp\bin;c:...til;%path% set djgpp=c:\djgpp\djgpp.env set shell=c:/djgpp/bin/sh.exe Steve (22 years ago, 12-Jan-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: make seems not to work / djgpp
|
|
(...) I do not have a djgpp directory. Which legos version do you have? First time the make command works, only not, when want start a new project. Reinhard (22 years ago, 12-Jan-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: make seems not to work / djgpp
|
|
(...) You should edit your Makefile. Regards, Michael (22 years ago, 12-Jan-03, to lugnet.robotics.rcx.legos)
|
|
| | Problem solves!
|
|
(...) make is casesensitive! That means lightseeker.c was not found because the filename was LigtSeeker.c! Reinhard (22 years ago, 27-Jan-03, to lugnet.robotics.rcx.legos)
|