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 / *3423 (-20)
  Re: gcc-3.3 - multi-line string literals
 
Thanks for the patch....but... Sorry to be such a NOOB but...how does one go about using this patch? I've gotten things to compile/make, generating .srecs and .lx's but sick and tired of scrolling through those deprecated multiline warnings. I'll (...) (21 years ago, 19-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
.... (...) Hi Tom, I've exactly the same error coming up istalling brickOS 0.2.6.10 or 0.2.6.9 and cygwin 1.3.22 on an WinME machine. If I delete the code in random.c make hangs up at the next file... Did you fix the problem already?? Christoph (21 years ago, 19-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Errors compiling BrickOS Demos
 
(...) ... (...) Binutils, from 2.12 (IIRC) up to 2.13.1 produced malformed symbolsrec files. Use a later version of binutils. Max. (21 years ago, 19-Aug-03, to lugnet.robotics.rcx.legos)
 
  Errors compiling BrickOS Demos
 
Hi, I'm trying to get brickos working on a linux box running mandrake. I downloaded gcc-2.95.3 and binutils-2.13.1 and compiled them to make a cross compiler. That seems to have worked successfully. Then I ran ./configure;make to make brickos (...) (21 years ago, 19-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS on Mac OS X
 
(...) Dave, We look forward to hearing how these tools work out for you. You should try Michael Zapp, (URL) about the USB applications. Ed (21 years ago, 16-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Question about mm.C in BrickOS
 
Thanks to both of you, I was pretty close to my understanding of it, but I did not know about the "new block creation behind the current block" but it makes sense now, if I have any other question (I am sure I will) I will def. ask. Thanks again, (...) (21 years ago, 14-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: USB/Serial Converter
 
Somewhere on the LEGO site it says that Serial > USB is not compatable -- If you must, why not just buy a USB IR tower from PITSCO LEGODacta for $30? If you have the SDK 2.5, or even the SDK 2.0, it comes with the driver for the USB tower (in the (...) (21 years ago, 14-Aug-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: BrickOS on Mac OS X
 
Man, this is fantastic. Since moving over to OS X about a year and a half ago, I've been ignoring my RCX (retired the tired/crash prone PC forever!! Running Linux now though) and haven't played with it for lack of a development environment for OS X. (...) (21 years ago, 13-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Question about mm.C in BrickOS
 
Hi, (...) Ptr points to the length byte of the first free block (...) *(ptr-1) actually is MM_FREE and is now set to the callers id. (...) Now we can do two things: We could grab all memory we found in this block or we could allocate only the memory (...) (21 years ago, 13-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Question about mm.C in BrickOS
 
(...) <snip> (...) I've never looked at brickOS code, but here is my take: By the time you hit line 2, you've found a free block that is big enough. Line 2 sets the owner of the block. Line 5 decides if the block is oversized enough to split. Line 6 (...) (21 years ago, 13-Aug-03, to lugnet.robotics.rcx.legos)
 
  Question about mm.C in BrickOS
 
Hey My Senior Preoject where I update BrickOS is slowly taking shape (I am actually trying to do some now, but time is very limited). This project I am editing the Memory Managment Alg used by BrickOS. the first one I am going to add is Next Fit, it (...) (21 years ago, 13-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) If you download the packages you can install from the previously downloaded packages without ever having to go to a mirror. In theory, at least, you shouldn't have to go back to the web unless you want a newer version of one or more of the (...) (21 years ago, 12-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) O.K. I will try a re-install of Cygwin, although I have re-installed at least four times previously. As I say, I get a little farther each time. Maybe this time I can find all the packages at one mirror. As Ed does, I also download and install (...) (21 years ago, 12-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) I am inclined to agree with Ed. I think your cygwin install is fouled up somehow. Can you check the version of the cygwin1.dll in your cygwin bin directory? I'm running 1.3.12-1 (which is a fairly old version). John Hansen (21 years ago, 11-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Tom, Max, I have seen the "Permission Denied" message before. I ussually get this error message after I have done some upgrading Cygwin packages or installling new parts, etc. The best answer I have (and the one I use) is to reinstall Cygwin. (...) (21 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Odd. I don't understand where that "Permission denied" message came from. What happens if you simply run "less"? Does less work on any files at all? Perhaps you would like to take this to the Cygwin mailing list (cygwin@cygwin.com). (I (...) (21 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Max, Here's one of your suggestions, and the cygcheck.out file is in the email (the check is in the mail) ;) Most of this is greek to me; it's been a long time since I've been able to deal with a Unix system. Tom Pugsley ===...=== (...) (21 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) If you use "./configure && make", then make will only run if ./configure completes successfully. (...) ... (...) This suggests that your compiler is broken. Personally, I have never used the prebuilt compiler from Hitachi, preferring to (...) (21 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
Ed, John, and Max, (et.al.?), Here's the output from one of my sessions. I started to follow some of John's instructions (got through the make strip alright, even though it's unnecessary), but I didn't want to go too deep until you people see the (...) (21 years ago, 8-Aug-03, to lugnet.robotics.rcx.legos)
 
  LNP under Cygwin(Windows)
 
Hi everyone, Me again.Does anyone know how I can get LNP to work under Cygwin(Windows)? Most of the documentation I've found make references to Linux. I'm planning to use LPD for communication between 2 RCXs. Has anyone tried that yet using LNP (...) (21 years ago, 7-Aug-03, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR