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 / *1454 (-20)
  Re: LegOS: Crosscompiler problem
 
Sorry to not respond earlier, Niels. It looks like the .rpms I linked to are slightly broken :| If you do not have permission to write to /usr/lib/legOS/ (which is probably the case, given what I know about the default permissions in /usr/lib/ in (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: compiler problem - help needed please
 
(...) No, should I? (...) I've installed from the tarball, just as described in the HOWTO. (...) Ok, thanks for your reply. I just have to try some more. Maybe try another linux distribution. Niels (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: text location for apps and q?
 
(...) I don't recall for certain, but I think that those are hardware specific. You could always try changing them to see what happens :) (Anyone who is more up-to-date on the compiler magic, feel free to correct me.) (...) Unfortunately, there are (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP Packet Handlers on RCX
 
Michael- I seem to recall something about LNP not being completely thread safe. However, there is no documentation on that at all. Stig Neilsson (if he is around) may be a good person to ask, since he has studied the threading model in detail, and (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: text location for apps and q?
 
Ooops. Did not finish my last email before sending it. (...) It sounds like it was built improperly (i.e., without --exec-prefix). Where did you get it from exactly? Luis ---...--- "It's clear to us that Microsoft isn't the competition anymore. They (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: compiler problem - help needed please
 
Niels- Sorry about the delayed response. Have you modified your Makefile.user at all? It does appear like it is getting called correctly, but I want to be sure. Also, how did you install legOS? From tarball or via the RH 6.x rpms? If you installed (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: Millenium and ActivePerl
 
Haven't heard of anything. Sorry about that. Then again, I run Linux for a reason- it isn't possible for a program to do that to me. On the plus side, unless you recompile your kernel, you shouldn't need Perl for a legOS install anymore. Luis (...) (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  (canceled)
 
 
  Millenium and ActivePerl
 
Its been a while since I've posted in here, but I finally started my dissertation on Genetic Programming with Lego Mindstorms, and I'm already (day 1) having problems. I was ruuuunning Legos on a Win2K machine with no problems, however when I (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  LNP Packet Handlers on RCX
 
I remember reading somewhere a while back, when I first started dabbling with LNP, that LNP handlers on the RCX side were called from interrupts and therefore doing things like memory allocation, msleep, heavy processing, etc. were not good ideas. (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.legos)
 
  compiler problem - help needed please
 
Hello everybody I have installed the crosscompiler and legos 2.4 as descriped in the HOWTO. My system is redhat 7.0. The kernel seems to compile just fine, but whenever I try to compile one of the demo programs I get an error. Here is an output from (...) (24 years ago, 18-Oct-00, to lugnet.robotics.rcx.legos)
 
  text location for apps and q?
 
hi all, in Makefile.user there are BASE1 and BASE2 which point to 0xb000 and 0xb210. are those address changeable or are they defined by h8/300 platform? also what is makelx? what does it do with .ds1 and .ds2 which both are the same object file? (...) (24 years ago, 18-Oct-00, to lugnet.robotics.rcx.legos)
 
  RCX communication
 
Hi, (Sorry, my English is not good) I would like to know if it's possible to use legOS (LNP) to get communications between RCXs without the PC, I mean, without an intermediate between the RCXs. And, if it's possible, how can I do that ? I'm using 3 (...) (24 years ago, 17-Oct-00, to lugnet.robotics.rcx.legos)
 
  robotics competition
 
prizes: - three LEGO Droid Developer Kits - three LEGO Vision Comand - three Ultimate Accessory Sets Check it out under (URL) are: - Fred Martin MIT media lab - Scott Savage Marshal Space Flight Center, NASA - Dennis Clark Colorado State University (...) (24 years ago, 16-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: Memory Usage
 
(...) Ok, thanks. I'll try everything else first, then try this if I get desperate. The main thing I hit a wall with was when I switched to floating-point, which increased my .lx filesize by about 2k, so if I go back to fixed-point, turn sound off (...) (24 years ago, 15-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: Memory Usage
 
(...) changing (...) place for (...) program for (...) optimized for (...) working for (...) I've further investigated and you can gain some more bytes compiling kernel (and your programs) with -Os option instead of -O2 (Makefile.common, COPT (...) (24 years ago, 15-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: Memory Usage
 
(...) Well, I was thinking along the lines of having gcc optimize my program for space instead of speed. Of course, I'd be better off if *I* optimized for space instead of speed, but it can't hurt to have the compiler working for me, if it's (...) (24 years ago, 15-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: Memory Usage
 
(...) itself in (...) allocate (...) annoying, (...) You can test memory left using the routine from Eddie: (URL) Anyway, my question is, how can I reduce memory usage? I think cutting (...) HOWTO, (...) that (...) a (...) in (...) process is (...) (...) (24 years ago, 15-Oct-00, to lugnet.robotics.rcx.legos)
 
  Memory Usage
 
Well, I've gone and run out of memory with my RCX. It manifested itself in a task that refused to run, presumably because the OS couldn't allocate enough memory for its stack. Took a while to track down and was annoying, but it was my own fault for (...) (24 years ago, 14-Oct-00, to lugnet.robotics.rcx.legos)
 
  winlnp
 
well, one page is still up... (URL) sure if anyone wants to pursue that or not (Yannis, if you are around, and need space to mirror your files, legOS.sourceforge.net is there for you ;) Luis ---...--- "It's clear to us that Microsoft isn't the (...) (24 years ago, 13-Oct-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