To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *7520 (-20)
  Re: Win98 installation of legos
 
Theresa, (...) cygwin. (...) What version of cygwin? If you are using Cygwin B20 you should upgrade. I don't have his book so I don't know his directions. Paolo Masetti has several sets of instructions which I feel is a good standard set. There can (...) (21 years ago, 1-May-03, to lugnet.robotics.rcx.legos)
 
  Re: Win98 installation of legos
 
Hi Ed, I'm using legOS-0.2.6 because it was recommended in Jin Sato's book and I was following his directions for installing. I suppose I can always upgrade, but if the only difference is in the name... I am also using cygwin. Theresa (...) (21 years ago, 1-May-03, to lugnet.robotics.rcx.legos)
 
  Re: Win98 installation of legos
 
Theresa, What version of legOS are you using? And what environment are you using under Win98; cygwin or winlegos (DJGPP)? And just wandering why legOS and not brickOS (which is a continuation of development on legOS with a name change to avoid legal (...) (21 years ago, 1-May-03, to lugnet.robotics.rcx.legos)
 
  Re: Win98 installation of legos
 
(...) Theresa, If you're using LegOS (not BrickOS), then I believe the answer is that you can't get around it. I don't think LegOS works with the USB tower. You'll need to go with a version of BrickOS (which doesn't yet have a cool install like (...) (21 years ago, 1-May-03, to lugnet.robotics.rcx.legos)
 
  Win98 installation of legos
 
Hello, I am having a problem trying to download to the brick after successfully building legOS on a Win98 system. When I try to execute firmdl3 legOS.srec, after setting up RCXTTY with "export RCXTTY=USB", I get "USB not found". I have already tried (...) (21 years ago, 1-May-03, to lugnet.robotics.rcx.legos)
 
  Re: Ideas!
 
Ok I do my best, I'm going to make it in nqc hope it is alright. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system ((URL) 6.0.471 / Virus Database: 269 - Release Date: 10/04/2003 (21 years ago, 1-May-03, to lugnet.robotics.rcx)
 
  Need Help RCX RIS 2.0 and Win2000 Patch3
 
My Mindstorms software does not run anymore! Before Microsoft came out with patch 3 the software ran fine. Now with the upgraded system it does not run. The Error is: "You do not have enough memory" Anybody have the same problem or know a work (...) (21 years ago, 30-Apr-03, to lugnet.robotics.rcx)
 
  Re: /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
 
(...) To get rid of this error, find and replace all occurrences of sys_time with get_system_up_time(). If you look at include/time.h, you will find that the direct reading of the sys_time variable is not allowed anymore. There was a thread about (...) (21 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
 
  Hitachi pre-built tools & other BricxCC news
 
The links I had on my BricxCC web page to the pre-built GNU tools for the H8/300 no longer work and I was unable to find a copy of the ZIP anywhere else so I have uploaded a copy to my BricxCC sourceforge site (URL) links on my BricxCC page have (...) (21 years ago, 29-Apr-03, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 
  Re: Ideas!
 
What about making a program for my "pull-back" car? Look at (URL) instruction how to build it and more info. I just dont have made any programs for it yet. It's maybe a TOO easy task? But I would be grateful if anyone could make a program for that (...) (21 years ago, 29-Apr-03, to lugnet.robotics.rcx)
 
  Re: 1.5/2.0 infrared problem
 
I don't know anything about this because mine work properly. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system ((URL) 6.0.471 / Virus Database: 269 - Release Date: 10/04/2003 (21 years ago, 15-Apr-03, to lugnet.robotics.rcx)
 
  Ideas!
 
I need an idea for a robot I'v got VC, RIS 1.5 and 2.0, UBS, EM. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system ((URL) 6.0.471 / Virus Database: 269 - Release Date: 10/04/2003 (21 years ago, 15-Apr-03, to lugnet.robotics.rcx)
 
  Re: 'Cyber Sorter' a live (was B.Sc in LEGO)
 
How did you make that instruction viewer on your page? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system ((URL) 6.0.471 / Virus Database: 269 - Release Date: 10/04/2003 (21 years ago, 15-Apr-03, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
 
i had the same problem a while back. I figured out that whit the new BrickOS, sys_time is replaced by get_system_up_time. So when you replace sys_time whit get_system_up_time, everything should work fine.(it worked for me, anyway) (21 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
 
(...) now i tried to change //#define CONF_DSENSOR_VELOCITY //!< rotation sensor velocity to #define CONF_DSENSOR_VELOCITY //!< rotation sensor velocity because it use sys_time too. same error: /usr/local/bin/h8300...hi-hms-gcc -O2 -fno-builtin (...) (21 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
 
  /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
 
I changed in /boot/config.h the //#define CONF_DSENSOR_MUX //!< sensor multiplexor TO #define CONF_DSENSOR_MUX //!< sensor multiplexor Now I got an errormessage if compile once again make realclean make depend make --unix (...) (21 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: LONG DELAY after pressing RUN button (to end the program)
 
(...) Wow, Steve I've never sucess to make adressing work .... with 2.5 kernel and lnpd with serial tower..... So I've write a library who permit to communicate with other RCX/PC (combot project) it's the first part of my project and i'll post it (...) (21 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: LONG DELAY after pressing RUN button (to end the program)
 
(...) Because stuff was changed in BrickOS. I can't tell you too much, but I'm sure it's trying to shut-down the program in a cleaner way. I think BrickOS waits 2 seconds before killing tasks. You need to change your LegOS loop: while(true) to (...) (21 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
 
  LONG DELAY after pressing RUN button (to end the program)
 
Hi there, I see that I'm the only one who has recently used this newsgroup. Well thanks to the people who has taken the time to answer my questions, such as nanobapt. I have another question now. I've two different kernels, legOS 0.2.6 and brickOS (...) (21 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: can't dll with brickOS 2.6.10
 
(...) Dear Ben Now i have find the solution for the problem: Machine: WIN2000 1) delete cygwin-B20 and clean regedit 2) Follow now the Instruction LegOS 0_2_6 - Instructions for installing on Win9x-NT-2000-XP.htm install latest cygwin Version (...) (21 years ago, 25-Apr-03, 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