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 / *514 (-20)
  Re: LegOS 0.2.2 on Win95 (almost)
 
Guys, please keep keeping the list (and myself) up to date- I want to make sure the next HOWTO has good win95 instructions from go. -Luis (who may actually work some on the HOWTO this weekend... woohoo!) (...) ###...### Profanity is the one language (...) (25 years ago, 24-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: LegOS 0.2.2 on Win95 (almost)
 
Hi Peter, This is just as far as I got too. My next step is going to be to build the compiler with Markus' patch applied. But if you get to it first, that would be swell. Jonathan (...) (25 years ago, 24-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: LegOS 0.2.2 on Win95 (almost)
 
Well, i get: loader hostaddr=80 hostmask=f0 portmask=0f delete try 0: ack:0 try 1: ack:0 try 2: ack:0 try 3: ack:0 try 4: ack:0 error deleting program It just occurred to me that i used the pre-built cross-compiler package from Gavin Smyth. I don't (...) (25 years ago, 24-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: LegOS 0.2.2 on Win95 (almost)
 
(...) the symptom looks a little like the problems i encountered when i tried to compile legOS with gcc-2.95.2 under linux. The message "error deleting program" most likely means, that it was not possible to get in contact with the RCX at all. Could (...) (25 years ago, 24-Nov-99, to lugnet.robotics.rcx.legos)
 
  LegOS 0.2.2 on Win95 (almost)
 
What i did: 0 Follow HOWTO for 0.1.7 (with 0.2.2 archive of course) 1 Add #define O_ASYNC _FASYNC to ...\cygwin-b20\H-i58...ys\fcntl.h (Thanks Luis Villa) 2 - create a subdirectory under legOS\include named lnp, and move lnp.h and lnp-logical.h from (...) (25 years ago, 24-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: legOS IR comm and debugging tools
 
(...) Yes, do follow this vision. (...) See "info gdb", following the links Targets -> Remote -> Remote Serial. The protocol assumes a serial line, using +/- for acknowledge/nak, single character commands and hexadecimal addresses. There are several (...) (25 years ago, 23-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: legOS IR comm and debugging tools
 
(...) Lorenzo, i also just started with legOS and just thought about exactly the same issue. I'm wondering, if anyone has tried to run gdb in remote mode on the RCX. Imho, this would be the perfect solution... I've never ported gdb-remote to a new (...) (25 years ago, 23-Nov-99, to lugnet.robotics.rcx.legos)
 
  legOS IR comm and debugging tools
 
Hello, as I begin to appearch dangerously the 32 variables limit of nqc on a current project, I have started to approach LegOS. After some apparently common problems, I managed to compile the h8300 programs and compile legOS 0.2.2. The demos work as (...) (25 years ago, 22-Nov-99, to lugnet.robotics.rcx.legos)
 
  Battery Status ?
 
Has anybody figured out the meaning of values got from the BATTERY sensor ? Currently, my little testproggy "cputw(BATTERY>>6);" displays F9, and i guess my batteries are close to their end of life. BTW, if you read this, Markus: The new rotation (...) (25 years ago, 22-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: Problem with asm statement in loader.c
 
(...) hmm, i did not have to do that (...) just looked at your original posting and saw you are using glibc-1 -- i guess that's making the difference. In glibc-2.0 headers, O_ASYNC is defined to be 0x20000, and FASYNC is defined as O_ASYNC. (...) (25 years ago, 21-Nov-99, to lugnet.robotics.rcx.legos)
 
  Relocation trunctated to fit (LegOS 0.2.2)
 
Hi all, I overcame my last problem while compiling LegOS 0.2.2 only to be presented with a new one. I assume that these are errors as they are being dumped to sterr. Here is a sample of the errors (?) that are being produced: (...) (25 years ago, 20-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: compiling 0.2.2 (legos.srec)
 
I had same (similar) problem using legOS-0.2.1, I am able to build 0.2.2 without problems... erik (...) (25 years ago, 20-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: Problem with asm statement in loader.c
 
hi martin, thanks for the good explanation, that makes the whole problem somewhat clearer to me. yesterday i fetched the egcs-1.1.2 sources, built the crosscompiler with applied interrupt-patch and attached -Dinhibit_libc at the end of CFLAGS. in (...) (25 years ago, 20-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: compiling 0.2.2 (legos.srec)
 
Quickly, before I leave for dinner... I know this has been mentioned here before. Try looking through the archives of it. I'd find it myself, but I'm in a hurry. Good luck- Luis (...) ###...### Profanity is the one language that all programmers (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  compiling 0.2.2 (legos.srec)
 
Hello all, I have successfully built a cross compiler. However, I am having trouble getting legOS to compile. I am recieving the following error message: [root@localhost legOS]# make for i in util lib boot demo ; do make -C $i || exit -1 ; done (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: O_ASYNC problem (Solaris again)
 
BTW, a really good article on Solaris aio is here: (...) ###...### Profanity is the one language that all programmers understand. -Anonymous ###...### (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: Problem with asm statement in loader.c
 
(...) Hi Klaus, first: forget gcc-2.95.2 for CROSS-compiling for the moment, it does NOT work with legOS-0.2.2. You can compile legOS using it, but legOS will hang immediately when you try to download any user program. I guess only Markus is able to (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: O_ASYNC problem (Solaris again)
 
(...) I think it is quite likely that Solaris does not have it- neither Solaris i386 or Solaris Sparc (at least the versions that I have access to) have it. (...) Hmm. O_ASYNC is defined in /usr/include/bits/fcntl.h under Linux. The equivalent file (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  Problem with asm statement in loader.c
 
hi, as many others, i also want to succeed in building legOS (0.2.2). :) my platform is linux, kernel 2.0.38, glibc1. i've builded binutils-2.9.1.0.25 and gcc-2.95.2 as described in the howto. version 0.1.7 works just fine, but if i attempt to build (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  O_ASYNC problem (Solaris again)
 
Hi all, We are persisting with our build on solaris for legOS 0.2.2 things are getting closer. We have sorted out the getopt.h problems by just copying the getopt.c and getopt.h into the dll-src directory (because it is a known path for the Makefile (...) (25 years ago, 19-Nov-99, 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