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 / Search Results: Mac BrickOS
 Results 1 – 20 of about 790.
Search took 0.00 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  Re: BrickOS on OSX
 
(...) Try the proceding links: (URL) (20 years ago, 19-Nov-04, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.737)

  LegOS/BrickOS on Mac OS X?
 
I was wondering if anyone had successfully ported the H8 compiler over to OS X? With an USB IR Tower, and the underlying Unix/BSD resources on the Mac, it would be an ideal development platform. I've tried compiling the H8 Cross compiler without (...) (22 years ago, 20-Nov-02, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.235)

  Cygwin under Virtual PC on OS X
 
Having no luck getting BrickOS and the cross compiler package to build under Mac OS X 10.2.2, I thought I'd try moving my previously working djgpp directories and LegOS 0.2.4 directories to a Virtual PC DOS session...only to remember that djgpp (...) (22 years ago, 27-Nov-02, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.225)

  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)
 

mac, brickos
(score: 2.221)

  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)
 

mac, brickos
(score: 2.220)

  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)
 

mac, brickos
(score: 2.220)

  Re: H8300 Cross Compiler for Mac OS X (a start ...)
 
Once again, WARNING! WARNING! WARNING! I have NO prior experience with the Mac or Mac OS X. So use these instructions AT YOUR OWN RISK. I am NOT responsible for any damage you might cause to your machine. Within step 5, you can download gcc ver 3.1 (...) (21 years ago, 12-Feb-03, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.211)

  H8300 Cross Compiler for Mac OS X (a start ...)
 
With access to a Mac OS X 10.2 this week I have made an attempt to build the cross compiler set under Mac OS X. Currently I have an issue with sysinfo.c with the binutils build. But for those interested here are my steps so far. I will post more as (...) (21 years ago, 8-Feb-03, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.211)

  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)
 

mac, brickos
(score: 2.209)

  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)
 

mac, brickos
(score: 2.206)

  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)
 

mac, brickos
(score: 2.201)

  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)
 

mac, brickos
(score: 2.198)

  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) Hi, First, in terms of my compiler build (referencing your previous post...) what I had a problem with was building the sample C++ code that came with BrickOS. I don't need C++ so I haven't investigated this any further. You're free to try my (...) (21 years ago, 14-Jun-03, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.175)

  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) As for this one, I thought I linked the library statically so you wouldn't require it. Oh well, I'll fix that and let people know when I've updated it. You shouldn't need to install the libraries to use the tools. Michael (Zapp not van der (...) (21 years ago, 17-Jun-03, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.173)

  OS X Complier problems solved--now struggling with BrickOS
 
Ok, you can (perhaps--I haven't been able to test it yet) ignore my previous post. I was trying to build the cross compiler using GCC 3.3, and nothing I tried would work. When I switched to 3.2.3, the errors disappeared. So I'm making the temporary (...) (21 years ago, 14-Jun-03, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.171)

  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) <<snipped>> (...) <<snipped>> (...) I've gotten the same error with gcc 3.2.3 that I compiled and gcc 3.2.2 that the other Michael compiled. I couldn't get gcc 3.3 to compile on my machine. Running gcc -v I get the following responses: (my (...) (21 years ago, 17-Jun-03, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.168)

  Re: BrickOS on Mac OS X
 
(...) Dave, We look forward to hearing how these tools work out for you. You should try Michael Zapp, (URL) about the USB applications. Ed (21 years ago, 16-Aug-03, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.161)

  Re: BrickOS on Mac OS X
 
Man, this is fantastic. Since moving over to OS X about a year and a half ago, I've been ignoring my RCX (retired the tired/crash prone PC forever!! Running Linux now though) and haven't played with it for lack of a development environment for OS X. (...) (21 years ago, 13-Aug-03, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.160)

  Complete instructions for Linux?
 
Is there a complete instruction for installing BrickOS on Linux? I'm particularly interested in details involving creating a cross-compiler and getting the USB tower to work. I've looked at the windows instructions, and have tried to work from them, (...) (21 years ago, 4-Dec-03, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.124)

  Re: Complete instructions for Linux?
 
From: Rich Warren <rikiwarren@mac.com> Subject: Re: Complete instructions for Linux? Date: December 5, 2003 6:57:12 PM MST To: nanobapt <nanobapt@wanadoo.fr> (...) Correct me if I'm wrong, but my understanding is that this would build the BrickOS (...) (21 years ago, 6-Dec-03, to lugnet.robotics.rcx.legos)
 

mac, brickos
(score: 2.122)

More:  Next Page >>


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