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 / *6175 (-20)
  Help request : LegOS 2.5, demo/c++.cpp make failure
 
I'm trying to install legOS 2.5 for the first time and I'm running into problems. I'm sure it's probably something simple (I hope), but I've been struggling with it for the last two weeks, I've searched on every source I can find, and have simply (...) (22 years ago, 29-Mar-02, to lugnet.robotics.rcx.legos)
 
  [ANN] pbForth Version 2.1.2 Release with Example Scripts
 
The new 2.1.2 Version of pbForth has support for background processing and saving your work as an SREC file that you can load agin like regular firmware. This means you no longer have to load the base pbForth firmware and then load all the text (...) (22 years ago, 23-Apr-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  Re: Small bug in Bricxcc 3.3.4.5
 
hi John, thanks for the fast respons. After some invetsigation, I came to the conclusion that you are right, but I'm also right. (...) Yes this seems to work. But I'm not such a perfect programmer as you ;-) Now try to introduce an error and compile (...) (22 years ago, 22-Apr-02, to lugnet.robotics.rcx.nqc)
 
  Re: legOS 0.2.6 - released!
 
I wanted to express my thanks to the newly active LegOS development team for a great work releasing 0.2.6. I'm sure your efforts are much appreciated by all LegOS users! Looking forward for future releases! -M- (...) (22 years ago, 22-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Small bug in Bricxcc 3.3.4.5
 
(...) I'm trying to duplicate what you describe and I'm unable to do so (in version 3.3.4.5). I started a new file. Pressed F9. Clicked on a template containing a "field". The template was inserted into the editor and the first (or only) field was (...) (22 years ago, 22-Apr-02, to lugnet.robotics.rcx.nqc)
 
  Browse the Web with an RCX Brick
 
Lawrie Griffiths, one of the developers of the leJOS project, has created some cool packages that allow web browsing among other things. Check out the details and photographs of this in action: (URL) (22 years ago, 22-Apr-02, to lugnet.announce, lugnet.robotics.rcx) !! 
 
  Re: legOS 0.2.6 - released!
 
(...) Hey, thanks Stephen, for all your work! Are you gonna do a binary only package for this version, or wait till 0.2.7? And has a name been decided yet for 0.2.7? Thanks again! And I'll be testing Zhengrong's remote control patch next week. (...) (22 years ago, 21-Apr-02, to lugnet.robotics.rcx.legos)
 
  Small bug in Bricxcc 3.3.4.5
 
hi John, I think there's a small bug in BricxCC version 3.3.4.5 (and also in some previous versions). When you insert a template it's not possible to type directly into the "fields". Instead you've to move the cursor 1 line up and then go with F10 (...) (22 years ago, 21-Apr-02, to lugnet.robotics.rcx.nqc)
 
  Problem with lejos-1.0.5
 
I just downloaded and installed lejos. Trying to "make" with java version 1.1.8, I get the following errors: javac `find . -name '*.java'` ./josx/rcxcomm/DataP....java:129: Variable DEFAULT_BUFFER_SIZE can't be static in inner class (...) (22 years ago, 21-Apr-02, to lugnet.robotics.rcx.java)
 
  Re: Makefile patch
 
(...) Excellent! (...) OSTYPE=cygwin should no longer be needed with latest legOS. Max. (22 years ago, 20-Apr-02, to lugnet.robotics.rcx.legos)
 
  legOS 0.2.6 - released!
 
The legOS team has released this interim version of legOS. A hearty thankyou goes to those who helped us test and suggest improvements for this release! We are (after a short rest ;-) moving on to work on our next significant legOS release: Remote (...) (22 years ago, 20-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: Joystick application for LegOS
 
You can still switch back and forth between legOS and NQC if you find the joystick control helpful. Another suggestion is to write a legOS program that runs all axis at intervals...if you just need it for testing. A final suggestion is to use the (...) (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: Makefile patch
 
I finally have everything working, here's what I did: Installed binutils and gcc with Max Bowsher's script. Extacted the /legOS directory CD to /legOS and 'make OSTYPE=cygwin' Export PATH=$PATH:/legOS/util Export PATH=$PATH:/h8x/bin Export (...) (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  Joystick application for LegOS
 
Hi all, I've been toying with the idea of switching from NQC to LegOS, but one thing that is keeping me from doing so is that I have not seen a remote control from the PC application similar to that is included with the NQC IDE's on windows. I find (...) (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: CYGWIN & legOS 0.2.5.3
 
"Max Bowsher" <maxb@ukf.net> wrote in message news:015701c1e790$f6...ibm.com... (...) folks or (...) on (...) Max, I received errors at various places with various versions (when compiling gcc and once with binutils). Most often, the build would (...) (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: CYGWIN & legOS 0.2.5.3
 
Stephen, <snip> (...) Well, the only thing that it is complaining about (that I had to remove) is the use of const void func_decl(...) Really, I want to know what the difference is between: const void foo(void) --- and --- void foo(void) Does the (...) (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: CYGWIN & legOS 0.2.5.3
 
(...) What compile errors? Max. (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Makefile patch
 
(...) What makes you think it is incomplete. I have used that script to build a working cross-compiler for myself. (...) Well, you will need /h8x/bin in your path. Please post all errors you get using the cross tools you have built (not the (...) (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: CYGWIN & legOS 0.2.5.3
 
(...) Am I understanding your diff? This version does not have the "hitachi" segment in the path? (...) And if I'm understanding this, this version of the tool chain does not support 'const'? If this is true, I'm not a fan of removing const from our (...) (22 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
 
  CYGWIN & legOS 0.2.5.3
 
I have verified that the following configuration works (but not without some minor modifications). I am hoping to submit and include the modifications in a future release of legOS (maybe 0.2.7). Apparently, the GNU Toolchain available from the (...) (22 years ago, 19-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