To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *6705 (-20)
  Re: compile error
 
There was a problem in our makefiles (fixed post 0.2.6.05) that affected building images from a subdirectory of the LegOS root. I think the problem comes about when using Cygwin and you put the LegOS source root in a directory parallel to the Cygwin (...) (22 years ago, 21-Aug-02, to lugnet.robotics.rcx.legos)
 
  Release of Linux Driver for Lego USB IR Tower & an NQC Build for it.
 
Just thought I should give everyone a heads up; I've thrown a preliminary file release of the LegoUSB package onto Sourceforge. This provides two things at the moment: A patch for NQC 2.4 r2 (yes, I realise i'm a patchlevel behind) A Linux driver (...) (22 years ago, 21-Aug-02, to lugnet.robotics.rcx.nqc, lugnet.robotics.rcx)
 
  Re: FW: updating Robolab 2.5 - Some testing
 
Bill, Thanks for this update. Colin: I emailed Deanna Newell at Pitsco and got a reply back today from Tim Lankford <tlankford@pitsco.com>. He indicated that Deanna has been promoted and that he is now in charge of customer service regarding (...) (22 years ago, 21-Aug-02, to lugnet.robotics.rcx.robolab, lugnet.dacta)
 
  How to check if a thread is still alive?
 
Hi, this is my first post to this group, so please excude if this is a trivial question... I just got started with Mindstorms and am playing around with the various programming options available trying to find the one that fits me best. I started of (...) (22 years ago, 20-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: compile error
 
I get a compile error too, but a different one. I have written a simple program called light.c which I have put in the demo directory. I then cd into the demo directory and type "make light.lx", but then I get loads of errors as follows: (...) (22 years ago, 20-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: Any news on USB support for linux?
 
Keep an eye on legousb.sourceforge.net I've got some file releases going out this week which should meet your needs. (Revived the project, working off of Bret Thaeler's code [been unable to get ahold of him]). -Brendan (...) (22 years ago, 20-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: Have a curator for robotics/rcx/legos ? and...
 
(...) I believe there are, or at least were, some technical problems around just changing the name of a group. So perhaps having the old name group stick around is the better approach. That group could even be locked for posting, perhaps, (with some (...) (22 years ago, 20-Aug-02, to lugnet.robotics.rcx.legos, lugnet.admin.general)
 
  compile error
 
I'm trying to compile the demo code provided with legOS-0.2.6. When I type "make helloworld.lx" or "make all", I get the following error: Any ideas how to fix this? I'm using Linux kernel 2.4.19. -Dan /usr/bin/h8300-hitachi-hms-ld -T (...) (22 years ago, 19-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: Have a curator for robotics/rcx/legos ? and...
 
having some sort of forwarding mechanism from the old legos group to the new brickos newsgroup IMHO would be the best solution for old and new customers :) old users, use the new brickos newsgroup, new users, who still think its called legos, gets (...) (22 years ago, 19-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: Have a curator for robotics/rcx/legos ? and...
 
(...) As (...) I would prefer to see a single newsgroup for several reasons. brickOS is a morphing or molting from legOS if you will not a diverging or evolutionary different creation (i.e. it is only a name change). brickOS and legOS are the same (...) (22 years ago, 19-Aug-02, to lugnet.admin.curators, lugnet.robotics.rcx.legos)
 
  Re: Spybotics To RCX Comm
 
(...) MindScript syntax highlighting, improved error reporting (over that provided by ScriptEd) and Spybot support (one talking to the RCX via the USB tower and the other talking to the Spybot via COM1) is even cooler. :-) In case anyone else would (...) (22 years ago, 19-Aug-02, to lugnet.robotics.spybotics, lugnet.robotics.rcx)
 
  Re: Where does "win-h8-egcs-1.1.2.zip" come into all this?
 
Ralph, (...) All the material, stuffing, code, etc. comes from the ~14MB of downloads for cygwin. Using some of the tools you download, configure and make, you can create the cross compiler. You might want to check out some of the following GNU (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: Where does "win-h8-egcs-1.1.2.zip" come into all this?
 
Hi Ralph, (...) I don't know what you want to tell but if you want to build the cross compiler from sources you must closely follow the steps mentioned in the instructions. I haven't done that but running brickOS under Linux. But: (...) This has (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: For anyone kind enough to help me.....
 
Ralph, make realclean looks good. The first error I see is it looks for cc instead of gcc for the compiler. I am assuming you picked up legos-0.2.6 distrubition version. If I am not mistaken this is an error in the Makefile which causes the wrong OS (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.legos)
 
  For anyone kind enough to help me.....
 
I'd be REALLY grateful if someone could sort out my problem. Below I have listed the output of when I type 'make realclean' and then type 'make depend' (having followed the sourceforge cygwin instructions up to this point). If anyone could tell me (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.legos)
 
  New version of NQCEdit that supports Spybotics
 
Hi Everyone! NQCEdit version 1.75 is released. It now support Spybotics if you are running NQC 2.5 a1 or later. In version 1.7 support for USB and more COM ports were added. The new version can be found at (URL) Eriksson (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.nqc)
 
  Re: Where does "win-h8-egcs-1.1.2.zip" come into all this?
 
After typing make realclean: for i in util lib boot demo ; do make - --unix NODEPS=yes -C $i realclean ; done make[1]: Entering directory `/legos-0.2.6/util' make - --unix -w -C dll-src clean make[2]: Entering directory `/legos-0.2.6/util/dll-src' (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: Where does "win-h8-egcs-1.1.2.zip" come into all this?
 
Ralph, What does the output from the first command, make realclean, look like? Ed Ralph Clark <ralph.clark@ntlworld.com> wrote in message news:H119uM.HHG@lugnet.com... (...) working (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.legos)
 
  Where does "win-h8-egcs-1.1.2.zip" come into all this?
 
Hi. I'm still not getting this thing to work under Win98 under Cygwin. I'm using these instructions: (URL) and when I compare them with other instructions I can't see why the sourceforge cygwin instructions don't contain anything about the file with (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: Have a curator for robotics/rcx/legos ? and...
 
Stephen, (...) I'd gladly second that (self-)nomination! (...) I would consider keeping the old group and creating a new one for brickOS. My main reasoning is that there are sure to be queries about previous releases of legOS for quite some time, (...) (22 years ago, 18-Aug-02, to lugnet.admin.curators, 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