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 / *939 (-20)
  loader.c
 
Is there a reason why the CMDrun stuff has been ifdef'ed out in loader.c. I think this in one of the cooler options. I have hacked loader.c so that you can send the CMDrun command to the RCX using a -e flag. You can also send just a dll -e -p3 (...) (25 years ago, 15-Mar-00, to lugnet.robotics.rcx.legos)
 
  LegOS Will be in MicroMouse Compition !
 
Hello, I am a third year Electrical Engineering student and am currently in the process of building a robot (along with others from my class) building a rcx-based robot for the Division I MicroMouse competition. While researching the rcx I happened (...) (25 years ago, 14-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Line endings in SourceForge
 
(...) The docs I've read say that line endings are handled by CVS. The central repository is always Unix style, the local one is handled as local system need (unix with LF, DOS/Windows with RC/LF). Bye, Paolo. --- famous programmer quotation: "but I (...) (25 years ago, 12-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Another possible makefile change
 
(...) Here is Makefile.common I've prepared for for utils: --- cut # Makefile.common # # 12.03.2000 - Paolo Masetti # # - Conditional make variable definitions based on $OSTYPE # # # DJGPP does not define OSTYPE # ifndef OSTYPE OSTYPE=$(shell uname) (...) (25 years ago, 12-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Question
 
(...) The lcd_refresh() copies all data into the LCD controller chip, so the data is definitely there. But this data takes some time to be displayed on the actual LCD: The controller needs to drive the lines to the LCD, and the LCD itself has some (...) (25 years ago, 12-Mar-00, to lugnet.robotics.rcx.legos)
 
  Question
 
I've been playing around with a crashy program as of late, and I was curious. If I have a series of cputs(), each of which is immediately followed by an lcd_refresh(), is it possible that the program crashes after a pair of those, yet the string in (...) (25 years ago, 12-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Another possible makefile change
 
$OS in DJGPP running on a Windows 95 system returns nothing. :( Paolo Masetti <paolom@pragmanet.it> wrote in message news:Fr97MG.2CE@lugnet.com... (...) (25 years ago, 11-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Windows 2000
 
Paolo Masetti <paolom@pragmanet.it> wrote in message news:Fr97ML.2FJ@lugnet.com... (...) Yes, don't spend hours on it completely ignoring your wife. It's not health. :) The primary problem I ran up against was when it built the libraries. It would (...) (25 years ago, 11-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: CVS and SourceForge
 
That's why I told you to recheck whether or not you were using the pserver. Oh well- back to the beach for me... -Luis(enjoying spring break in Miami) (...) ###...### Profanity is the one language that all programmers understand. -Anonymous (...) (25 years ago, 11-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Windows 2000
 
(...) 2000 (...) permits. I can't figure why you are spending your effort with DJGPP... Why do not concentrate on mingw? I think it can be the right choice both for Win9x than for NT/2000... It seems a little harder to port compared to cygnwin, but (...) (25 years ago, 11-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Another possible makefile change
 
(...) I already modified my utils Makefiles for using $(OS) that for Windows NT gives "Windows_NT" (and, now, I'm ready to commit :-) ... ), but I don't know how $(OS) evaluate for Win9x. $(shell uname) does not give "MSDOS" under cygnwin: it gives (...) (25 years ago, 11-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: CVS and SourceForge
 
(...) re-register (...) No, that wasn't the problem... :-) But... Ta-da.... Now I can commit!!!! :-) My problem was that I checked-out using :pserver:*... As anybody knows (I don't) CVS marks the first login-method/root in a file ("CVS/Root"), so (...) (25 years ago, 11-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Another possible makefile change
 
(...) That doesn't work with the DJGPP Make program, unfortunately. Rossz (25 years ago, 10-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Another possible makefile change
 
Actually, you could replace $(shell uname) with $(OSTYPE). Markus. (25 years ago, 10-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: CVS and SourceForge
 
(...) Did that solve your problem? I also used mixed case when I registered (Rossz). If your 'commit' problems have gone away, then I will re-register as well. Rossz (25 years ago, 10-Mar-00, to lugnet.robotics.rcx.legos)
 
  Windows 2000
 
I did some testing today of the new cross-compiler tools I have built on a Windows 2000 system. The bad news is things did not go very well. MAKE would simply stop in the middle without completing the build process. A little newsgroup research (...) (25 years ago, 10-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Build on Win2K
 
"David Cawley" <dave.cawley@tesco.net> wrote in message news:Fr69tB.MIK@lugnet.com... (...) You can try Legos-0.2.3 direction at this url (need some url refinish for files link but you should have already almost all files): (...) (25 years ago, 10-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Build on NT?
 
(...) You can try Legos-0.2.3 direction at this url (need some url refinish for files link): ftp://legos.sourcefo...-0.2.3.htm Bye, Paolo. --- Witten's Law: Whenever you cut your fingernails, you will find a need for them an hour later. (25 years ago, 10-Mar-00, to lugnet.robotics.rcx.legos)
 
  nt build
 
Okay. I have determined the majority of my problems so far are related to command line length... when make variables are expanded in the djecho and/or make they exceed 80 chars(?)... and that is what djecho is for... i have had to create multiple (...) (25 years ago, 9-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: CVS and SourceForge
 
(...) No problem for checkout on my NT, now. I read that you can checkout too. Now the problem is on commit! Got the usual: cvs [server aborted]: "commit" requires write access to the repository I've tried: - Via WINCVS - Via CVS - Via SSH working (...) (25 years ago, 9-Mar-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