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 / *3204 (-20)
  Re: BrickOS on Mac OS X
 
Matt, I have been working with Michael Zapp on "porting" brickOS to the Mac OS X. We too had a fairly easy time with the binutils (ver 20020918). And both of us had issues with GCC although we have been working on Ver 3.1. I have not kept up with (...) (21 years ago, 28-Mar-03, to lugnet.robotics.rcx.legos)
 
  BrickOS on Mac OS X
 
I'm trying to compile BrickOS on Mac OS X. I'm actually surprised at how well it's been going considering it looks like no one has tried it yet. I've compiled gnu binutils-2.13.1 hosted on darwin6.4, targeted at h8300. That seemed to work fine out (...) (21 years ago, 28-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: IR port Communication
 
(...) have you try to look at lnp.c and lnp-logical.c ? See the old version there are not the remote command it's easier It seems that lnp-logical.h use the S_RDR byte to understand what is send on the IR port look at this void rx_core(void) { (...) (21 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 
  IR port Communication
 
ERIKA is an RTOS(erika.sssup.it). The kernel of ERIKA does not support the the serial port communication through the IR port. I want to add that functionality to ERIKA. My final task will be to to develop an application the will allow communication (...) (21 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Gcc/BrickOS installation issues
 
You did build binutils first didn't you? (21 years ago, 26-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Installing full BrickOS (in an easier way)
 
Carson, Sorry I don't have these packaged together but here is some more hints. One hint when downloading cygwin modules is to change the package listing view. In the upper left hand "Select Packages" window is a button labeled "View". Click on it (...) (21 years ago, 26-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Installing full BrickOS (in an easier way)
 
(...) What files do you mean? BrickOS itself comes in only one file: brickos-VERSION.tar.gz Do you mean binutils and gcc? Well, that's not many other files. Max. (21 years ago, 26-Mar-03, to lugnet.robotics.rcx.legos)
 
  Installing full BrickOS (in an easier way)
 
I am trying to install the full version of BrickOS. However, there are many files to download. Does anyone have all the files zipped together? thanks -- ===...=== Carson Au carson.au@myrealbox.com www.thunderobotics.zzn.com ===...=== (21 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Gcc/BrickOS installation issues
 
(...) Not so. Here is the script I use. I suspect that the buildgcc.sh may have omitted to make sure the newly-installed binutils were in the PATH whilst building gcc. Max. BEGIN-SCRIPT #!/bin/bash # Syntax: ./build-h8x (binutils-srcdir|gcc-srcdir) (...) (21 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: Gcc/BrickOS installation issues
 
(...) BricxCC page. (URL) Hansen (21 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR