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 / *3214 (-20)
  Re: Problems with BrickOS Installation
 
Carson, It looks like you missed the tar package.You can check to see what Cygwin packages have been installed on your system by using the cygcheck command at the cygwin command prompt. Try cygcheck -c If the output is too large for your dos window (...) (21 years ago, 1-Apr-03, to lugnet.robotics.rcx.legos)
 
  Problems with BrickOS Installation
 
Hi, When I was at the stage of No.3 in the sourceforge.net documents (Installing the BrickOS files), I typed in cd / tar xvfz brickos-0.2.6.0.tar.gz as it should be, but then it said that command 'tar' cannot be found?? Could anyone please help me? (...) (21 years ago, 2-Apr-03, to lugnet.robotics.rcx.legos)
 
  BrickOS Tutorials
 
Hi, I am new to programming the RCX in BrickOS. Is there any tutorials on the web as a introduction? Thanks -- ===...=== Carson Au carson.au@myrealbox.com www.thunderobotics.zzn.com ===...=== (21 years ago, 2-Apr-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS on Mac OS X
 
(...) Well, I've had a pretty successful couple of days... If you go to (URL) you will find a tar ball that contains all of the Brick OS utilities compiled for OS X. I've tested them and have successfully downloaded BrickOS and a couple of their (...) (21 years ago, 30-Mar-03, to lugnet.robotics.rcx.legos)
 
  linux and the USB IR Tower
 
Hi, I have been trying to use my lego mindstorms kit along with the USB IR Tower in linux. I have had limited success. I managed to patch the distribution so that firmdl3 recognizes the usb device. I compiled a module for the USB tower device. It (...) (21 years ago, 29-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS on Mac OS X
 
(...) I'll have to look at that. I currently have the compiler working from the GNU source but haven't been able to get the C++ BrickOS tests to compile. I used the raw GNU source, version 3.2.2 but I'll look at the darwin stuff (couldn't find it (...) (21 years ago, 29-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS on Mac OS X
 
(...) At this point I have a working compiler and have successfully compiled BrickOS (except for the C++ tests, which I have to look into). I'm working on the USB stuff and making some progress (see my other post...). If you're interested in trying (...) (21 years ago, 29-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS on Mac OS X
 
(...) ... (...) This is a bug in binutils versions 2.12.2, 2.13 and 2.13.1 . Get the latest binutils (2.13.2.1). Max. (21 years ago, 28-Mar-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS on Mac OS X
 
Ed, thanks for the quick response. I wrote out a reply, deciding that I would scrap 2.95 and just go for 3.1, but then I got an email pointing out the problem I was having was a bug in binutils. So now with binutils-2.13.2.1, everything compiles (...) (21 years ago, 28-Mar-03, to lugnet.robotics.rcx.legos)
 
  chain list
 
(...) cause I've try but it don't work !! But it work on a PC nanobapt (21 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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