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 / *1119 (-20)
  compiler question (second try)
 
What is the newest version of gcc/egcs that anyone has used to create correct code? I'm looking into creating .rpm and .deb files for linux, and I'd like to build with the most up-to-date compiler that I know generates correct code. I have not (...) (24 years ago, 2-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: serial number
 
Well, the purpose would be that it would save me the trouble of recompiling the kernel every time I have to download to a new RCX. I might end up with as much as 8 of them. Other than that, I was just curios. Torkel Luis Villa <liv@duke.edu> wrote (...) (24 years ago, 31-May-00, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: serial number
 
As far as I know, there is no way to access it. Why? If you intend to use it for unique identification for networking purposes, you can go into the config files in legOS and change the network address there... Luis (...) ---...--- "Going to (...) (24 years ago, 31-May-00, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  serial number
 
There is a serial number printed on the RCX. Is it possible to access that serial number through the hardware, or is it only printed on the outside? Torkel (24 years ago, 31-May-00, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  legOS HOWTO announcement
 
After much delay and deliberation, there is now a very, very rough cut of the 0.2.x legOS HOWTO at legOS's sourceforge site. There is still a lot to be done- for example, it doesn't mention winlegOS yet, nor does it cover the new rotation sensor (...) (24 years ago, 30-May-00, to lugnet.robotics.rcx.legos, lugnet.robotics)  
 
  java/RCX combo
 
Can't find the email address right now, but there were some questions here a week or so ago about interfacing Java and the RCX. I lied and said that nothing had been published on the web about the Sun Jini demonstration. In fact, there is a link (...) (24 years ago, 29-May-00, to lugnet.robotics.rcx.legos)
 
  Re: DJGPP/DOS legOS Howto
 
(...) Rossz- I'm home for the summer (which means Windows only for now) so my deepest thanks for everything :) While I'm sitting and waiting for the download to finish, I have a question. You mention that Active Perl is needed for a kernel rebuild. (...) (24 years ago, 29-May-00, to lugnet.robotics.rcx.legos)
 
  winlegos needed
 
I am in desperate need of the winlegos installation file. I have lost my own, my installation is corrupt, and without a correct installation I can't work. Pretty please, someone. /Torkel (24 years ago, 29-May-00, to lugnet.robotics.rcx.legos)
 
  Re: debugging gcc or ld
 
I found the problem. gcc hosted on LinuxPPC uses unsigned chars by default, and one of the h8300 support files for gas assumes signed chars. The bug fix was easy, but rather than take a chance on other lurking signed/unsigned errors, I just forced (...) (24 years ago, 29-May-00, to lugnet.robotics.rcx.legos)
 
  debugging gcc or ld
 
I'm trying to get started with legOS but I'm having some trouble getting things to link because I keep getting 'relocation truncated' errors. In order to determine if its ld or gcc that's at fault, could someone with a functional (...) (24 years ago, 29-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Differences between RCX 1.0, 1.5 and 2.0?
 
(...) From what I've gathered: 1.0 to 1.5 Removed the power adapter board. Less components on the board. 1.0 to 2.0 from what I gathered a slightly newer board with a 32k ROM instead of the 16K in the 1.0. (The 1.0 is designed to hold a 32k ROM. As (...) (24 years ago, 26-May-00, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 
  Tell your robot what to do!
 
I don't know if you could use this with Mindstorms or not (I would assume you could) but it sure sounds cool! It's a voice recognition module.... I wonder how hard it would be to assemble and use. It's $50 too.... I don't want to be the guinea (...) (24 years ago, 26-May-00, to lugnet.robotics, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 
  Can you still use RCX's IR for collision detection?
 
I made robot using NQC that did this....pretty reliably too. The idea is you constantly send out messages, and when you get close to an object, there's a bit of feedback. This feedback is picked up by one of the light sensors, which is particularly (...) (24 years ago, 26-May-00, to lugnet.robotics.rcx.legos)
 
  Differences between RCX 1.0, 1.5 and 2.0?
 
I've been away from the Mindstorms scene for almost a year....got a bit behind! *grin* Matt (24 years ago, 26-May-00, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 
  Re: winlegos and sort
 
Oh never mind. I guess that's what you get for not paying attention to your path. It executed the wrong sort. Torkel Torkel Niklasson <torkel.niklasson@te...logic.com> wrote in message news:Fv4DJ7.Fx6@lugnet.com... (...) (24 years ago, 25-May-00, to lugnet.robotics.rcx.legos)
 
  winlegos and sort
 
I'm having a problem recompiling legos firmware on windows NT. When I try, sort fails, for some reason, and that apparently corrupts the entire legos.srec, and the files that are needed to compile user programs. This is what it says... (...) (24 years ago, 25-May-00, to lugnet.robotics.rcx.legos)
 
  Re: GA in RCX
 
(...) I like the multiple robot idea. If each robot used a simulated annealing algorithm instead of a GA this would require less computation since it would be working on one chromosome instead of a population. Each robot could advertise its fitness (...) (24 years ago, 25-May-00, to lugnet.robotics.rcx.legos)
 
  Re: GA in RCX
 
(...) Yes. Therefore you might want to use the truncation selection, which allows you to have only 1 copy of the population at a time to save memory. It worked for us, we have a small GA running inside of the RCX. We evolved a program with simple (...) (24 years ago, 24-May-00, to lugnet.robotics.rcx.legos)
 
  Re: GA in RCX
 
(...) I like that spirit :) (24 years ago, 23-May-00, to lugnet.robotics.rcx.legos)
 
  Re: GA in RCX
 
(...) You will be. You will be... :) Tobias (24 years ago, 23-May-00, 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