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 / *3194 (-20)
  Re: Gcc/BrickOS installation issues
 
(...) It is extremely difficult to get GCC to build under cygwin. I would highly recommend installing the pre-built binaries from Hitachi's website. I have a set of instructions at (URL) Hansen (21 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  Gcc/BrickOS installation issues
 
Hi, I'm trying to compile Gcc/BrickOS under cygwin. I have latest version of BrickOS. I tried running ./buildgcc.sh, and the last few lines of that were: bc -I. -I/build/gcc-2.95.2/gcc -I/build/gcc-2.95.2/gcc/config -I/build/gcc- 2.95 (...) (21 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  lnpd patch
 
I someone currently maintaining the lnpd code ? In the case someone does: I do propose a patch for stub.c in liblnp. Because when ublock_rcv() gets executed in lnp_logical_write the SIGIO signal becomes unblocked when executing a lnp_logical_write (...) (21 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  BricxCC release 3.3.7.4
 
Version 3.3.7.4 fixes a bug where editing large files was extremely slow. If you thought editing large files was slow in BricxCC you may want to try this new release. It is now significantly faster. Users with low-end machines may see a speed (...) (21 years ago, 25-Mar-03, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: compile error with pid_t
 
(...) Somewhere along the way the terminology changed from 'process id' to 'thread id'. So it should work if you change it to tid_t . I ran in to the same problem a while ago when trying to learn how to use threading based on an old example. Rob (21 years ago, 23-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: compile error with pid_t
 
(...) pid_t is no defined type. Regards, Michael (21 years ago, 23-Mar-03, to lugnet.robotics.rcx.legos)
 
  compile error with pid_t
 
Hi, I am having some compile problems. This is how the beginning of my sample program #include <conio.h> #include <dbutton.h> #include <dmotor.h> #include <dsensor.h> #include <unistd.h> #include <sys/tm.h> #include <rom/system.h> pid_t (...) (21 years ago, 23-Mar-03, to lugnet.robotics.rcx.legos)
 
  BricxCC release 3.3.7.3
 
This release fixes a problem where opening a file with an associated desktop file (same path and filename but with a .dsk extension) took a very long time. If you are using the desktop feature (which you would have had to turn on via the (...) (22 years ago, 7-Mar-03, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: Lego RCX Emulator
 
(...) I have tried standard firmware and it works. Theoretically lejos should work too, there is no firmware specific code. The previous tar.gz file missed the TCL script for the GUI. I just updated the file. Also there are more features such as (...) (22 years ago, 7-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Lego RCX Emulator
 
This looks really cool. Have you tried it with the standard Lego firmware, or lejos? Will you be creating a sourceforge project for this? Can't wait to try it out. mark (22 years ago, 6-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Lego RCX Emulator
 
(...) ... (...) page, printing hELLo worLd on its LCD display. Me, I very nearly made the mistake of not clicking thru to see that page, whoops. Pat LaVarre (22 years ago, 6-Mar-03, to lugnet.robotics.rcx.legos)
 
  Lego RCX Emulator
 
Hello, In the last weeks I have started building a Lego RCX emulator. Unlike emulegOS it doesn't emulate the brickOS API, but instead it emulates the h8300 processor and the peripherals. This means that you can even use it to debug your kernel. The (...) (22 years ago, 4-Mar-03, to lugnet.robotics.rcx.legos)
 
  quartet networking code
 
A few months ago, I wrote a short program called "quartet" that would let a variable number of RCX bricks running LegOS play back a song in unison. I've made it available at (URL) . It should compile cleanly under Debian's legOS package. I don't (...) (22 years ago, 5-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: legOS on Windows XP
 
Thanks Max, without the z option it worked fine Vik "Max Bowsher" <maxb@ukf.net> wrote in message news:000501c2e0ba$9f...pomello... (...) download. (...) (22 years ago, 3-Mar-03, to lugnet.robotics.rcx.legos)
 
  BricxCC
 
Hi, I have been trying my hand at a bit of NQC for the BrickOS firmware recently and working with BricxCC. So far it has been good fun although I was wondering if anyone has any tips for getting LNP to run on my brick. As there is an option in the (...) (22 years ago, 2-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: legOS on Windows XP
 
(...) Your download is corrupted, or, your browser un-gzipped it during download. Try untarring without the z option, if that doesn't work, re-download. Max. (22 years ago, 2-Mar-03, to lugnet.robotics.rcx.legos)
 
  legOS on Windows XP
 
Hi, I went to the BrickOS website and followed all the installation instructions but when i try to untar the files in Cygwin i get the following error message gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from (...) (22 years ago, 2-Mar-03, to lugnet.robotics.rcx.legos)
 
  BricxCC announcement
 
BricxCC is a lot of fun to support - fixing bugs, adding useful new features, and answering lots of questions via email. I hope to be able to continue working with BricxCC for a very long time to come. But it does take time. And software development (...) (22 years ago, 28-Feb-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics, lugnet.robotics.rcx.legos)
 
  Accurate Timing
 
Hello! I just started using brickOS and am trying to use it as a programmable function generator. As such, I'm trying to get good repeatability on cycle time. It appears that at 'random' times, the RCX scheduler(?) is interrupting my program to do (...) (22 years ago, 28-Feb-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Release candidate brickos-0.2.6.10 avail for testing
 
The brickOS team is pleased to announce our next test release. We are heading for our formal brickos-1.0.0 release but anticipate at least one more test release before then. Details regarding how to provide feedback are at (URL) can download from (...) (22 years ago, 18-Feb-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