To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *2479 (-20)
  RE: Makefile patch
 
Here's the latest on this end: I have some kind of incomplete cross compiler that I build using Max Bowsher's script.... I unpacked the legOS directory did 'make OSTYPE=cygwin' And now I can download helloworld (which is compiled for some reason) (...) (22 years ago, 18-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Final prep. for 0.2.6 release
 
(...) I've modified my old patch "LNP checksum optimizations" so it can be applied against version 0.2.5.2, as Stephen asked me to. I've noticed that an older LNP patch -- see (URL) -- has been partly lost. That patch fixed some race conditions in (...) (22 years ago, 18-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Makefile patch
 
Kingsley, I did encounter this error, but didn't specifically list the error in my description. You will need to: (...) *** this is the specific fix for "No rule to make target" (...) *** I included the following steps in case you run into these (...) (22 years ago, 18-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: Makefile patch
 
I just tried the 2000r1_i686-cygwin32...00-hms.zip and now I get "make: *** No rule to make target I think during my tinkering I'm after deleting some necessary makefile or something, if there's anyone who can pinpoint what I'm missing it would be (...) (22 years ago, 18-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: Makefile patch
 
I used binutils-2.12 and gcc-2.95.3 and Max Bowsher's build-h8x script. I got what I thought was a successful "ALL DONE" message, but I still can not make new .lx files for the RCX. Are there additional directories I need to add to my path...or (...) (22 years ago, 18-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Makefile patch
 
Well, after a fairly frustrating couple of days, I was finally able to build legOS-0.2.5 yesterday evening. I will get to the details in a minute. The whole experience made me question the stability of Cygwin/GCC. Basically, I tried at least 3 (...) (22 years ago, 18-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Release candidate legos-0.2.5.2 avail for testing
 
(...) No it doesn't! Cygwin stores some info in the registry. Besides, why would you want multiple cygwin versions? Max. (22 years ago, 18-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Makefile patch
 
(...) Ooops. Forgot to remove that before I sent it to you. Delete that line. (...) Well, I wrote the script, so I guess it makes sense to me. (...) True... BUT: You are using the cygwin versions of binutils and gcc. I don't know why, and don't have (...) (22 years ago, 18-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Release candidate legos-0.2.5.2 avail for testing
 
(...) My recent patch should fix this. If you have the time and inclination, please test it. Max. Patch included again for convenience's sake: ### BEGIN PATCH ### diff -mru cvs-legOS/Makefile.common work-legOS/Makefile.common --- (...) (22 years ago, 17-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Release candidate legos-0.2.5.2 avail for testing
 
My test results as first time cygwin/legos user on Windows sytem. Environment: Windows XP Version 5.1.2600 Serial IR tower on COM2: Following INSTALL-cygwin.html: Cygwin installed from www.cygwin.com using setup.exe and internet install as shown in (...) (22 years ago, 18-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: Makefile patch
 
I can get binutils done, but in gcc make ALL_TARGET_MODULES="" and make INSTALL_TARGET_MODULES="" install do not work...they come up with errors. I'm using the most recent version of cygwin. As for the script, all I get is Building h8x tools from (...) (22 years ago, 17-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Release candidate legos-0.2.5.2 avail for testing
 
Dear legOS people, i am using cygwin-1.3.10-1 ( cygcheck -c) and h8300-hms-gcc 3.0.3 Here are some notes on legos-0.2.5.2 . I think first point must be fixed, other points are suggestions kernel/lnp.c doesnt compile because of missing "volatile" (...) (22 years ago, 17-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Problems installing in Win98
 
(...) This problem goes away with the latest version of Cygwin. Max. (22 years ago, 17-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Makefile patch
 
Well problem 1, you need configure, not config. You may be interested in the attached script, which when invoked with the paths to unpacked binutils and gcc source directories, automates the process. Something like: ./build-h8x binutils-2.12 (...) (22 years ago, 16-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Final prep. for 0.2.6 release
 
(...) The makefiles do still not detect cygwin properly in all circumstances. This patch should fix this. It is against current CVS. ### BEGIN PATCH ### diff -mru cvs-legOS/Makefile.common work-legOS/Makefile.common --- cvs-legOS/Makefile.common Thu (...) (22 years ago, 16-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: cygwin
 
I'm still following the instructions from (URL) far I've got legOS compiled and working (I can transfer the kernel and previously compiled programs to the rcx) And I've got binutils installed...i think, no error messages at least. I can not get gcc (...) (22 years ago, 16-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: cgywin
 
Another possibility might be modules, I was missing mawk, bison, and byacc. Any other modules that I might need that aren't installed by default? thanks -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On (...) (22 years ago, 16-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: cgywin
 
I can get the makefiles made for the cross compiller. ../binutils-version/configure --target=h8300-hms --disable-nls --prefix=/lego-ms as per Max Bowsher's instructions at (URL) when I do "make" I get lots of errors Then after "make install" I get (...) (22 years ago, 16-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: cgywin
 
I have been following the instructions at (URL) have experienced the same issues as you Kingsley. At the end of the binutils/gcc build, I noticed the following error(s): <snip>/libiberty/cho...temp.c:29: stdio.h: No such file or directory (...) (22 years ago, 16-Apr-02, to lugnet.robotics.rcx.legos)
 
  third party sensor patches submited
 
I've submited the patches for the swmux and dirpd sensors sold at www.techo-stuff.com. Please send me any comments you have on them as they are to be considered for inclusion in 0.2.7. You can find them in the patches section of legOS project at (...) (22 years ago, 16-Apr-02, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR