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 / *1609 (-20)
  'make' error with legOS-0.2.4 - request for assistance
 
The kernel is successfully loaded into the RCX and the 'ch7' directory holds the 'simple.c' source listing along with a copy of the 'Makefile'(all as per instructions in the book "Extreme Mindstorms" pp151 to 154 incl.) Running Cygwin B20 and in the (...) (24 years ago, 11-Jan-01, to lugnet.robotics.rcx.legos)
 
  DJGPP: Makefile.common change
 
I've checked in a minor change to makefile.common relating to DJGPP. If you have been having problems getting the DJGPP toolset to work, you should have better luck after getting this updated file. You should also refer to my web page at (URL) as (...) (24 years ago, 10-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: Time a call to a function
 
(...) The global sys_time contains the number of milliseconds since... well, since something. I think it's how long the RCX has been powered on since the last firmware download. It's probably updated every millisecond. It's a 32-bit number, so it (...) (24 years ago, 9-Jan-01, to lugnet.robotics.rcx.legos)
 
  Time a call to a function
 
Hi, I am trying to determine the cpu time it takes to implement a number of additions and multiplications in a function, each time I call it, so to make it faster by improving the algorithm. It would be helpfull to display the result on the RCX lcd. (24 years ago, 9-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: problems building crosscompiler with gcc2.95.2
 
(...) It's not important. We don't use those libraries. (...) Include '-i' (must be lowercase) in your command line to get MAKE to ignore errors and continue with the build. make -i cross LANGUAGES="c c++" Rossz (24 years ago, 8-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: problems building crosscompiler with gcc2.95.2
 
(...) gcc uses a different method for this than egcs did. When configuring the gcc cross-compiler, add the option "--with-newlib". This will do the inhibit libc things. You don't have to edit the Makefile afterwards. After that, just follow the (...) (24 years ago, 8-Jan-01, to lugnet.robotics.rcx.legos)
 
  problems building crosscompiler with gcc2.95.2
 
Hallo ! I need C++ support, that's why I want to build a crosscompiler with gcc instead of older egcs (like discribed in LegOS howto). I use suse linux 6.4 and downloaded binutils2.10.1 and gcc2.95.2. Building of binutils2.10.1 worked fine on my (...) (24 years ago, 8-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: Sourceforge problem?
 
(...) I just checked and it's working. Perhaps they were doing maintenance. Rossz (24 years ago, 8-Jan-01, to lugnet.robotics.rcx.legos)
 
  Sourceforge problem?
 
Hi, Anyone else having trouble getting to legos.sourceforge.net at the moment? ROSCO (24 years ago, 8-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: Where can I find a 6551 Electric Switch?
 
(...) All discontinued I'm afraid. If you didn't stock up your out of luck. From what I can remember the Shuttle is the last set to contain them... Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 7-Jan-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx, lugnet.robotics)
 
  Where can I find a 6551 Electric Switch?
 
I'm trying to find a few (At least 1) 6551 Lego Electrical Switch. I saw two in an old Space Shuttle Technics kit. Lego's web site does not find it by part number. Anyone know where I could get some? (Even a cheap current Lego kit would do.) Also a (...) (24 years ago, 7-Jan-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx, lugnet.robotics)
 
  Re: legOS packaged for Debian (test version)
 
(...) You know? I didn't mention that these are fully working! The 2nd test version is now available. (This is the first upload- to-debian candidate) I've added man-pages for dll(1) and firmdl3(1) and cleaned up the compiler packages. This is a (...) (24 years ago, 7-Jan-01, to lugnet.robotics.rcx.legos)
 
  legOS packaged for Debian (test version)
 
A first version of Debian packaging of legOS-0.2.5 is avail for testing. If you are running Debian Linux and are willing to test the packaging please visit: (URL) for links to .debs to download. If you elect to participate in the testing I ask for (...) (24 years ago, 4-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: LNP - LegOS Network Protocol
 
(...) It is now. :) I'm guessing you're seeing an outdated copy of the HOWTO, as there's now a decent section about LNP. But don't take my word for it, since I'm kind of biased, being the author of that particular section. Anyway, you can jump (...) (24 years ago, 31-Dec-00, to lugnet.robotics.rcx.legos)
 
  LNP - LegOS Network Protocol
 
I have just switched from NQC to LegOS and need to write some messaging code. However the this section of legOS is not very well documented. LNP - LegOS Network Protocol Don't have much information about this section yet, anyone who can shed some (...) (24 years ago, 31-Dec-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP and the LEGO remote
 
(...) parity (...) because (...) Hi Rasmus, Do you have a patch for this? I'm working on a project for which I want to use the remote, and it'd be nice if I could use legOS... Thanks, ROSCO (24 years ago, 29-Dec-00, to lugnet.robotics.rcx.legos)
 
  Latest Version of Cygwin
 
Hi folks, does anyone out there have problems with the latest version of cygwin, i.e a non-compile problem. I was using cygwin-b20 and it worked a treat on my win2k machine, but with the latest version (116), the compiler seems to die, it makes a (...) (24 years ago, 27-Dec-00, to lugnet.robotics.rcx.legos)
 
  Configuration Management
 
I've written a bash shell script to create a release archive of legOS. Unlike most projects on SourceForge, legOS doesn't actually have a build process, it's simply a matter of packaging up the files. There are two files, the script itself (I call (...) (24 years ago, 26-Dec-00, to lugnet.robotics.rcx.legos)
 
  Re: what is a "single byte difference" error from makelx?
 
(...) Speaking of your battery code, I think we should add a demo program that utilizes your function. Rossz P.S. Merry Christmas // Displays the battery voltage level, e.g. "8.7v". Ok, so the "v" // looks more like a "u". It's a limitation of the (...) (24 years ago, 26-Dec-00, to lugnet.robotics.rcx.legos)
 
  what is a "single byte difference" error from makelx?
 
While compiling my simple battery voltage indicator after an upgrade from 0.2.2 to 0.2.5 (CVS from sourceforge) I get no errors during the build or ld and then: /ibm/legOS/sourcefor...til/makelx battery.ds1 battery.ds2 battery.lx single byte (...) (24 years ago, 25-Dec-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