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 / *914 (-20)
  Re: Another possible makefile change
 
(...) Then for cross plateform compatibility, we should modify all the references to perl script to include the program name. It doesn't hurt Linux, and is essential in a DOS shell. (...) I researched your 'uname' suggestion and came up with the (...) (25 years ago, 8-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: malloc() bug found -- BAD MEMORY REGION :-(
 
(...) Hi Martin: Its right here "(URL) try rebuild legOS with egcs-1.1.2, then diff the kernel assembler listings. Watch this space... (25 years ago, 7-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Recommended change to MAKEFILE
 
(...) Hi, Luis... I think I need the same write permission to CVS if I want to commit the bounch of changes I've already write... ;-) Marcus supposed I was already enabled, but I got: cvs [server aborted]: "commit" requires write access to the (...) (25 years ago, 7-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Another possible makefile change
 
(...) Although *nix system's try to figure out the interpreter for a script if you don't provide it, it doesn't harm to do so. Thus, actually you dont't have to distinct 2 cases here. We could simply use the MERGEMAP you suggest for all currently (...) (25 years ago, 7-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: malloc() bug found -- BAD MEMORY REGION :-(
 
(...) i vaguely remember this patch was necessary to get gcc-2.95.x to work, but somehow lost the patch. Therefore, i'm still working with egcs-1.1.2. Maybe that's the difference ? Could you tell me where to find the patch ? thanks, Martin. (25 years ago, 7-Mar-00, to lugnet.robotics.rcx.legos)
 
  Alternative Programming Languages with LegOS
 
First, take a look at the following web pages, and decide for yourself if you like to program with this kind of "synchronous languages". For the programming language LUSTRE: (2 URLs) For the programming language Esterel: (URL) (...) (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: malloc() bug found -- BAD MEMORY REGION :-(
 
(...) Yup, did that. I've applied the following fixes to the kernel 0.2.3. Are there any I've missed? . The malloc() bug we've been discussing. . The tx_sem fix for lnp*.c . The memcpy assembler bug. I'm using gcc 2.95.2 & binutils 2.9. Can anyone (...) (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Line endings in SourceForge
 
(...) i'm also quite sure it's linux aka unix style... BTW, i just checked out the sourecforge stuff and found that make realclean; make depend did not work. As you noted, the old makedepend needs fixdeps, what is erased by make realclean ( it's a (...) (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: legos.sourceforge.net - Problems with SSL logon
 
(...) Solved. Now I can connect... I think it was a problem of the sourceforge server... (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Line endings in SourceForge
 
(...) Doh :) (...) Should be unix-style, as everything they do is hosted on linux. -Luis ###...### Profanity is the one language that all programmers understand. -Anonymous ###...### (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: Recommended change to MAKEFILE
 
(...) When I tried to "commit" a change, I got this error message: cvs [server aborted]: "commit" requires write access to the repository Rossz (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.legos)
 
  Line endings in SourceForge
 
I finally got WinCvs working. I had left out the crucial step of "Import Module" before "Checkout Module". Important question. Do the files have Unix style line endings (line feed only) or Windows/Dos style (carriage return & line feed). I think the (...) (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: malloc() bug found -- BAD MEMORY REGION :-(
 
(...) the fix only helps for problems that arise when memory is nearly used up, and malloc() tries to use memory above the 'macic' 0xfb80 limit. - Just to make sure: (i have been caught in this trap) -- have you rebuilt your dll application against (...) (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.legos)
 
  Another possible makefile change
 
Since under Windows we must specify the PERL program name, unlike Unix and variants which figure out what to do automagically, I suggest this change in makefile.common: Under Windows (assumes the perl program is on the PATH): PERL = perl Under (...) (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: CVS and SourceForge
 
(...) I'm (...) OS (...) I'm on Win95. I guess I'll be blazing a new trail on my own. (...) Let me know if you have any luck with it. I stopped trying as I feared I would throw the computer out the windows. :) Rossz (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.legos)
 
  legos.sourceforge.net - Problems with SSL logon
 
Does anybody have problems logging on via HTTPS to legos.sourceforge.net? My browser do not connect at all. I'm using IE 5.01 with latest patches (also for SSL) but I continue to get errors. Note that before this problem, with the same browser & (...) (25 years ago, 5-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: CVS and SourceForge
 
(...) used (...) a (...) line (...) I did it without problems (for download) using command line version. But I'm using NT... I think I've read something about problems with Win95... What OS are you using? I have no success for now with wincvs, but I (...) (25 years ago, 5-Mar-00, to lugnet.robotics.rcx.legos)
 
  CVS and SourceForge
 
I downloaded the necessary software to gain access to the legOS project in SourceForge, but have been unable to get the files to download. When I used the GUI version of cvs (wincvs), I get the error message "you must specify a module name" (isn't (...) (25 years ago, 5-Mar-00, to lugnet.robotics.rcx.legos)
 
  New Windows HOWTO
 
This is a little premature since I have not yet made the compiler tools available, but I thought I would post this information now. Luis, would you like these instructions converted to HTML with all the proper links? ---...--- legOS on Windows HOWTO (...) (25 years ago, 4-Mar-00, to lugnet.robotics.rcx.legos)
 
  Re: malloc() bug found -- BAD MEMORY REGION :-(
 
(...) I'm afraid this made no difference for me. I still get dll crashes. My particular symptom is that if I make a 1 line change to legOS then download it, it crashes straight away at the next dll. Even if I undo the change, then rebuild & download (...) (25 years ago, 3-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