Subject:
|
Re: compiling 0.2.2 (legos.srec)
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Tue, 14 Dec 1999 11:49:15 GMT
|
Viewed:
|
1317 times
|
| |
| |
Matthew Drayton wrote:
>
> Hello all,
> I have successfully built a cross compiler. However, I am having
> trouble getting legOS to compile. I am recieving the following error message:
>
> [root@localhost legOS]# make
> for i in util lib boot demo ; do make -C $i || exit -1 ; done
> make[1]: Entering directory `/root/legOS/util'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/root/legOS/util'
> make[1]: Entering directory `/root/legOS/lib'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/root/legOS/lib'
> make[1]: Entering directory `/root/legOS/boot'
> make[1]: *** No rule to make target `legOS.srec', needed by `all'. Stop.
> make[1]: Leaving directory `/root/legOS/boot'
> make: *** [all] Error 255
>
> I believe that /legOS/Makefile.kenrel contains the rules for building .srec but
> do not know how to point the /legOS/boot/Makefile to it.
I've encountered the same problem. But it can be resolved, by adding a
trailing / to the LEGOS_ROOT variable in Makefile.common
Regards Carsten
|
|
Message is in Reply To:
| | compiling 0.2.2 (legos.srec)
|
| Hello all, I have successfully built a cross compiler. However, I am having trouble getting legOS to compile. I am recieving the following error message: [root@localhost legOS]# make for i in util lib boot demo ; do make -C $i || exit -1 ; done (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|