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 541 – 560 of 789.
Search took 0.00 CPU seconds. 

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

  DJGPP Cross Compiler Progress
 
I have successfully built an h8300 cross compiler for DJGPP using the newest version of gcc 3.2. I was not successful using gcc 2.95.2, the current used gcc compiler with brickOS, and at the advice of others tried gcc 3.2. Since it is the goal of (...) (22 years ago, 13-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Logging sensor data
 
Hi there, I'm quite new to the Mindstorms and LegOS/BrickOS scene but have recently begun using the kits for robotics purposes in University. They have been a revelation to me and speed up prototyping projects to no end. My question though concerns (...) (21 years ago, 9-Dec-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  getopt.h,.c: GNU or Berkley version?
 
In working with the DJGPP "port" of brickOS it is noted that DJGPP does not provide getopt. The solution to this is for one to compile it in the process of compiling one's software. As I check my machine I find two versions of it, a GNU version (...) (22 years ago, 6-Aug-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: Help with lnp
 
I guess I should have been more specific initially. Our question, more precisely, is which version of brickOS can we use on regular redhat linux? We will use your directions as well, but what we were really stuck on was which of the brickOS versions (...) (21 years ago, 9-Jul-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: Re: Scheduler patch
 
Nice to see that someone is so involved in BrickOS like you are. Just don't go dissapear. /Joel (22 years ago, 19-Jul-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: small patch to build dll on linux
 
John, There is another one in $(BRICKOS_ROOT)\Make...le.common. It will below the line you comment here but I don't see any typos # # Cygwin 1.1 # ifneq (,$(findstring CYGWIN,$(OSTYPE))) What do you get when you type uname at the prompt? Ed John (...) (22 years ago, 7-Sep-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Sensor Sampling; Progress?
 
So far, I have reconfigured a copy of BrickOS in the following way: 1) Adjusted the clock_handler to improve the accuracy of the sys_time variable. Now running at very close (if not right on) 1 msec per tick. 2) Allowed the FRC (Free-Running (...) (22 years ago, 18-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Can an input be configured as an output?
 
Hi, Im still learning legos (brickOS) and my friend asked me whether an input could be configured as an output? Also, i have seen several robots using 2 RCX, all connected together using wires running from 1 input to anothers output...how does this (...) (21 years ago, 10-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: BricxCC release 3.3.7.7
 
(...) Unfortunately, BricxCC is still not downloading the brickOS firmware correctly. I will look into this problem and try to fix it. In the mean time, you can use firmdl3 which works correctly. John Hansen (21 years ago, 23-Jan-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 

brickos
(score: 1.744)

  help building gcc cross-compiler (long)
 
I'm following Matthias Erhmann's excellent BrickOS Linux Installation HOWTO, and I've hit a snag. When executing the "make" command in step 2.2 to make the gcc cross-compiler, I got the error below. I commented out the first three lines of the (...) (20 years ago, 11-Oct-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: Preserving old-school Mindstorms resources
 
After surfing through many sites, and (sadly) even more 404s I have been unable to find a definitive list of gcc, binutils, BrickOS etc. versions and patches that I should and could be using. Presumably everybody here has up to date versions of all (...) (15 years ago, 13-Apr-09, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: My problems with adding a Best Fit algorithm for memory management to kernel/mm.c
 
(...) <snip> (...) <snip> (...) <snip> I didn't have time to mention this in my earlier post, but this memory dump points out a potential problem with the way BrickOS allocates memory for programs. In the above memory dump, the 0x6B words at 0xB648 (...) (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: Preserving old-school Mindstorms resources
 
A very useful site is the cs university page here: (URL) of useful tutorials and instructions. It would be unhelpful to have it disappear. All of the stuff at the legos/brickos sourceforge pages, however a backup probably isn't needed of these. A (...) (15 years ago, 18-Apr-09, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  versions of gcc/binutils/newlib
 
Hallo, Which versions of gcc/binutils and newlib is brickos developed with? As I read in here and tested myself, it doesn't work with the most recent versions (gcc 3.2, binutils 2.13 and newlib 1.10). Do I need a newlib? The howto doesn't mention (...) (22 years ago, 2-Nov-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: OS X Complier problems solved--now struggling with BrickOS
 
In lugnet.robotics.rcx.legos, Rich Warren wrote: ... (...) Hmm... I just read your thing, and I realised I'm posting exactly the same error, different platform (Linux). Are you using g++-3.3? Or is it another compiler? Michael (van der Kolff, not (...) (21 years ago, 17-Jun-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: OS X Complier problems solved--now struggling with BrickOS
 
In lugnet.robotics.rcx.legos, Rich Warren wrote: ... (...) Well, it must be something weird then, what compiler *is* Michael's compiler? (gcc 3.2.3? what?) After all, all cross-compilers should work about the same.... It's a different compiler to (...) (21 years ago, 17-Jun-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Kernel freeze when attempting to use rotation sensor
 
Hi, I've tried using the latest BrickOS and the latest BIBO with patches (from here: (URL) both with the same result. I don't know if nobody's really used a rotation sensor in 4 years (unlikely), or if my code just fails (likely), but every time I (...) (14 years ago, 12-Jun-10, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Problem Getting dll to Download helloworld.lx to download.
 
Okay here is what I am using: brickos-0.2.6.09.new...nf2.tar.gz rcx-binutils-2.9.5.0...1.i386.rpm rcx-egcs-1.1.2-1.i386.rpm rcx-egcs-c++-1.1.2-1.i386.rpm I am running Mandrake Linux 8.2. I downloaded and installed all of the above files. I (...) (22 years ago, 28-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  gcc-3.3 - multi-line string literals
 
GCC 3.3 has made multi-line string literals a syntax error. (They were deprecated from 3.0). This is very annoying, because they made lots of sense for things like inline asms, and brickOS has lots of them. Below are patches which append \n\ to the (...) (21 years ago, 17-May-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: Development status
 
Hi Carl, I think we all want to get (or have it already) a NXT brick. BrickOS was not changed in the last year, as I remember. But it is a great way to do real programming and I wish to have someting like a nxtOS. :) (...) That sounds great for me. (...) (18 years ago, 24-Nov-06, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

More:  Next Page >>


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