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 / *3004 (-20)
  Re: Lindows
 
(...) More specifically, it's based on Debian/GNU Linux. Which in turn, means that the prepackaged brickOS for Debian works. You can download the four packages by chasing links found at: (URL) (Debian maintainer for brickOS) -- Stephen M. Moraco (...) (22 years ago, 3-Dec-02, to lugnet.robotics.rcx.legos)
 
  Lindows
 
since it is based on linux, BrickOS should work on it, right? Timothy (22 years ago, 3-Dec-02, to lugnet.robotics.rcx.legos)
 
  Re: C Compiler for Windows 98
 
One thing I can tell you is that you need to add c:\cygwin\bin to your path (autoexec.bat) Also, when you try to download a program, instead of just using util/dll try ./util/dll I'm sure John will have other suggestions. You really need to get (...) (22 years ago, 2-Dec-02, to lugnet.robotics.rcx.legos)
 
  Re: C Compiler for Windows 98
 
Thanks for the help! Sorry, but I have been out of town for Turkey Day and haven't had a chance to give it a try. Now I'm back, and the hair (which I've pulled out trying to get this thing to work) is starting to grow back and I would really like to (...) (22 years ago, 2-Dec-02, to lugnet.robotics.rcx.legos)
 
  Re: Cygwin under Virtual PC on OS X
 
David Chen <nospam-dcchen@pacbe...et-nospam> wrote in message news:nospam-dcchen-F...net.com... (...) David, What steps or instructions are you following to build the cross compiler on OS X? And from what source are you getting the cross compiler (...) (22 years ago, 2-Dec-02, to lugnet.robotics.rcx.legos)
 
  Re: Motor Control Register (0xf000) and Memory Space 0xFDB0-0xFD7F
 
This note is of interest to people who build their own RCX firmware. It provides some additiional insight to the recent post concerning dual use of upper memory range and the motor control register. There's a trade-off between real time performance (...) (22 years ago, 1-Dec-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: Linker crashing
 
(...) Known problem. Search this newsgroup. Last known working version: binutils-2.12. I've been fiddling with this recently, and believe it to be caused by something writing outside a malloced block, and trashing malloc's control information. (...) (22 years ago, 1-Dec-02, to lugnet.robotics.rcx.legos)
 
  Linker crashing
 
I recently built binutils 2.13 for h8300-hitachi-hms target (default configuration otherwise) under Mandrake-Linux 9.0. When I use ld to generate an S-record file, it crashes ("Segmentation fault"), but still produces valid output. However, this (...) (22 years ago, 1-Dec-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Suggestion: Provide precompiled Cygwin h8300 gcc+binutils, downloadable via Cygwin setup.
 
Compiling your own compiler is undoubtably the hardest barrier of entry to brickos. I suggest that the h8300 binutils and gcc be distributed as Cygwin packages from the brickos website. This would simplify the install to merely running Cygwin setup, (...) (22 years ago, 30-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: legOS 0.2.6 installation problems - a better way?
 
(...) Thanks Max, I have now got the latest version of BrickOS and will try to reinstall cygwin. Thanks for your help. John. (22 years ago, 29-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: legOS 0.2.6 installation problems - a better way?
 
(...) Weird. Sounds like your install of Cygwin is corrupt. Max. (22 years ago, 28-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: legOS 0.2.6 installation problems - a better way?
 
(...) Thanks Max, in running the instructions mentioned above, I entered the following in a bash shell, with the following responses. Sorry about the volume of this but it is all there. Any answers would be appreciated. $ cd /legos-0.2.6 $ make (...) (22 years ago, 28-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: Motor Control Register (0xf000)
 
The lugnet registration takes forever :) After reading this post a light went on in my head. A few weeks ago I wrote a multi-threaded program for the RCX (about 7 threads, each running an endless loop). When I added one more thread, the robot (...) (22 years ago, 27-Nov-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: legOS 0.2.6 installation problems - a better way?
 
(...) Yes, the install of LegOS/BrickOS is quite difficult for those of us who have never used Unix/Linix. Once you've downloaded the cygwin tools, I believe you can change versions of LegOS/BrickOS without much problem. You don't need to DL more (...) (22 years ago, 28-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: legOS 0.2.6 installation problems - a better way?
 
(...) Specifics would be helpful. Max. (22 years ago, 28-Nov-02, to lugnet.robotics.rcx.legos)
 
  legOS 0.2.6 installation problems - a better way?
 
I have been trying Set up LegOS for some time now. My first attempt using winlegOS was installed but I then found out then that it could not communicate via my usb tower. I then decided to go for the full installation of Cygwin and legos0.2.6 and (...) (22 years ago, 28-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: Polling sensor values with wait_event
 
Thomas, I had a thought about this situation. You could write a function that sets a flag when the event is triggered, do nothing otherwise. You could call this function from within each of the tasks you write (at a somewhat high frequency ... say (...) (22 years ago, 28-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: problem building gcc for brickOS-02.6.09 installation under windows xp
 
Marko, <snip> (...) You can simply decompress the files from the archive at: (URL) are already built and nearly ready to use. Once they are decompressed, I believe you just run the BrickOS configure script; then you should be ready to go. // Joe (22 years ago, 28-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: problem building gcc for brickOS-02.6.09 installation under windows xp
 
Hello John, thanks for your help. I have found the link and I will reinstall cygwin. Since I am a 'beginner' here, are there any guidelines for me how to work with the prebuild binaries? As I say, I have no unix experiences and would need to know (...) (22 years ago, 27-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: problem building gcc for brickOS-02.6.09 installation under windows xp
 
(...) Your cygwin installation is not working correctly. You shouldn't be experiencing any instabality as a result of running cygwin & unix commands. I would uninstall cygwin and try reinstalling it. And then I would not try to build the gcc cross (...) (22 years ago, 27-Nov-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