Subject:
|
Re: legOS make newbe question
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Tue, 22 Jun 1999 17:03:51 GMT
|
Viewed:
|
1257 times
|
| |
| |
In lugnet.robotics.rcx.legos, Phil Watt writes:
> >
> > I put Makefile.common and makefile into the LegOS demo directory, Is
> > this the correct place?
> > -Phil
I'm sorry it took so long to reply, Phil, but as a non-windows user, well, I
didn't see much in the initial messages that led me to think I could help.
From what I've seen, this is the cause of the error- the two Makefiles
(Makefile and Makefile.common) should be in the LegOS directory, and then edit
the line that starts with "TARGET" to point to the appropriate location. For
example-
#our target
TARGET=../code/tm-and-ir
This should explain both your initial error and then the later library issues,
as they are being looked for in /demo/lib and not /lib. I hope that solves your
problems-
Luis
I hope that gets you on your way, if it is not too late.
|
|
Message has 1 Reply: | | Re: legOS make newbe question
|
| I reinstalled everything and I have progressed to the point of seeing the first-c++.o file and it stops with the following error: -snip- C:\legOS-0.1.7>make h8300-hms-g++ -DCXX -O2 -fno-builtin -fomit-frame-pointer -Wall -Wno-unused -Wno (...) (25 years ago, 26-Jun-99, to lugnet.robotics.rcx.legos)
|
Message is in Reply To:
| | Re: legOS make newbe question
|
| I've got it making the first-c++.o file now, but it chokes because it can't find the first-c++.coff file. Probably because it's not being made for some reason. Here is the current make message: snip-- C:\legOS.0.1.7>make h8300-hms-ld -T h8300.rcx (...) (25 years ago, 20-Jun-99, to lugnet.robotics.rcx.legos)
|
27 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
|
|
|
|