| | make error in Linux build for LegOS 0.2.4
|
|
I haven't spent much time analyzing this yet but here is the log. This seems familar somehow but I can't remember why. I checked my 0.2.3 area and it builds fine. I've been diff'ing makefiles but nothing leaps out so far. Note that I do make twice. (...) (25 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
|
|
| | Re: make error in Linux build for LegOS 0.2.4
|
|
"Steve morris" <smorris@nexen.com> ha scritto nel messaggio news:390E39A3.D49806...xen.com... (...) Have you tried using: $ make clean $ make realclean $ make depend I suspect that you miss .depend files (but I'm not sure). Bye, Paolo. --- Anyone (...) (25 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
|
|
| | Re: make error in Linux build for LegOS 0.2.4
|
|
(...) I tried that already. I since tried to interpret the output of "make -d" and think I found it. The problem is in the definition of LEGOS_ROOT. I am in /root/legos_new/legOS. In Makefile.common it is calculated with (pwd | sed -e (...) (25 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
|
|
| | Re: make error in Linux build for LegOS 0.2.4
|
|
(...) /root/legos_new/legOS. (...) "s/legOS.*/legOS/i") which ends up (...) it out doesn't (...) sed support (...) something like: (...) I've modified in: export LEGOS_ROOT=$(shell pwd | sed -e "s/\\(.*\\)LegOS.*/\1legOS/i")/ that should works. (...) (25 years ago, 2-May-00, to lugnet.robotics.rcx.legos)
|
|
| | Re: make error in Linux build for LegOS 0.2.4
|
|
Steve morris <smorris@nexen.com> wrote in message news:390EC1B5.416273...xen.com... (...) c++.cpp. The (...) I must have an (...) the cross tools. (...) Try changing the references from <h8...>g++ to <h8...>gpp. Rossz (25 years ago, 4-May-00, to lugnet.robotics.rcx.legos)
|
|
| | Re: make error in Linux build for LegOS 0.2.4
|
|
(...) This was one of the first things that I tried but it complained about other tools it couldn't find. It's been a while but I think it had pass1 in the name. Nothing in my bin directory seemed to match. Frankly I stopped working on it since I (...) (25 years ago, 4-May-00, to lugnet.robotics.rcx.legos)
|