Subject:
|
Re: BrickOS: No rule to make target
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Thu, 12 Feb 2004 10:08:03 GMT
|
Viewed:
|
4746 times
|
| |
| |
In lugnet.robotics.rcx.legos, Mike Sousa wrote:
> Hi,
>
> I'm trying to build the BrickOS demo programs on windows98. I have gcc v3.2 and
> make v3.8 installed from cygwin. make clean and make realclean work but when I
> try to just do a make, the .depend files get built in both the demo directory
> and in the demo/c++ directory. Then I get:
>
> make: *** No rule to make target 'helloworld.lx', needed by 'all'. Stop.
Try to substitute the line
PROGRAMS=helloworld.lx rover.lx linetrack.lx robots.lx c++.lx sound.lx
by this one
PROGRAMS=
and then "make helloworld.lx"
I had also to modify the line in Makefile.common (included by the demo Makefile)
which sets the variable BRICKOS_ROOT, to the appropiate value where the brickos
directory was, to get the demo compilation working.
good luck!
Gerard.
|
|
Message is in Reply To:
| | BrickOS: No rule to make target
|
| Hi, I'm trying to build the BrickOS demo programs on windows98. I have gcc v3.2 and make v3.8 installed from cygwin. make clean and make realclean work but when I try to just do a make, the .depend files get built in both the demo directory and in (...) (21 years ago, 12-Feb-04, to lugnet.robotics.rcx.legos)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|