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 / *2789 (-20)
  Re: "No such file or directory"
 
Well chaps, 0.2.6 is still messing around with me so I've gone back to legOS 0.2.5 which works perfectly! "Ralph Clark" <ralph.clark@ntlworld.com> wrote in message news:H17EG6.Epv@lugnet.com... (...) errors: (...) (22 years ago, 21-Aug-02, to lugnet.robotics.rcx.legos)
 
  "No such file or directory"
 
Please could someone help me. When I type "make rover.lx" in the demo directory in the legos-0.2.6 directory, the compiler gives me these errors: rover.c:29: conio.h: No such file or directory rover.c:30: unistd.h: No such file or directory (...) (22 years ago, 21-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: compile error
 
Unfortunately, that doesn't seem to work but thanks for your input anyway. (22 years ago, 21-Aug-02, to lugnet.robotics.rcx.legos)
 
  Re: Have a curator for robotics/rcx/legos ? and...
 
kenneth johansen <kennethj@stud.cs.uit.no> wrote in message news:3D6145A4.82718C....uit.no... (...) new (...) called (...) change:) (...) I did a quick Search within google and came up with these two threads (URL) gives a step by step procedure for (...) (22 years ago, 21-Aug-02, to lugnet.robotics.rcx.legos, lugnet.admin.curators, lugnet.admin.general)
 
  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)
 
  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: 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)
 
  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