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 / *2999 (-20)
  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)
 
  Cygwin under Virtual PC on OS X
 
Having no luck getting BrickOS and the cross compiler package to build under Mac OS X 10.2.2, I thought I'd try moving my previously working djgpp directories and LegOS 0.2.4 directories to a Virtual PC DOS session...only to remember that djgpp (...) (22 years ago, 27-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: problem building gcc for brickOS-02.6.09 installation under windows xp
 
(...) Don't try to build it yourself in Windows - you'll go insane. Download the prebuilt binaries. (22 years ago, 27-Nov-02, to lugnet.robotics.rcx.legos)
 
  problem building gcc for brickOS-02.6.09 installation under windows xp
 
I am trying to install brickOS-02.6.09 under Windows XP using the latest instructions (version 1.2, 19.09.02). When building the gcc compiler I get the attached errors. Afterwards I notice that I constantly get 'permission denied' when I type any (...) (22 years ago, 27-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: Polling sensor values with wait_event
 
Hi Joe, Thanks for your reply, I guess that is the solution to use in this case. I'll still just get values every 20ms. By changing the timeslice I could have this go a bit faster though. Thomas (22 years ago, 27-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: Polling sensor values with wait_event
 
Thomas, You are mostly correct. However, keep in mind that tasks with the same priority get checked in turn. The first task in the priority chain does not get undo precedence over the others in the same priority level. Example: Tasks A, B and C all (...) (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