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

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

  Re: Development status
 
(...) I think we need to stick with 2.16.1, I don't know whether porting brickos to elf is really worth the trouble. Newer gcc versions would be nice, indeed, and brickos also builds fine with (some of?) these, but I never actually got it to run on (...) (16 years ago, 31-Jan-09, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: Preserving old-school Mindstorms resources
 
(...) (URL) . Unfortunately (at least from a code merge perspective), their "version 1.2" is based on BrickOS 0.2.5. The lnp_printf functionality has been adapted and included in the recently-posted rollup patches, but incorporating other (...) (15 years ago, 19-Apr-09, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Patches on SourceForge? A good/bad way to get changes into brickOS?
 
I've just posted (URL) note that there are 4 other patches lingering from as far back as September. Will my patch be looked at because it has been posted there? For info, here is the patch description The last version of binutils that brickOS works (...) (22 years ago, 14-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Development status
 
Hey folks. I played around a bit with brickOS a couple of years ago but never got around to do anything serious. And now I thought I'd look into it again, if only for the joy of low-level coding. So I noticed, like others before me, that brickOS (...) (18 years ago, 23-Nov-06, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  lnp sending from rcx to pc problems
 
hi, (1. PROBLEM) :o) i am trying to send something from my rcx to my pc(serial tower) via lnp. with my rcx program running i started lnpdump to see if anything arrives at my pc, but nothing seems to arrive. with my pc-side program i also cant (...) (18 years ago, 29-Dec-06, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Lindows
 
since it is based on linux, BrickOS should work on it, right? Timothy (22 years ago, 3-Dec-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  How do i make a program to run on brickos
 
Hi everyone, previous problems behind me now as it all works and i am well chuffed, I now just want to start running programs on it, and was wondering where do you write your programs? can you do it in notepad? or do i need a specific text editor? I (...) (22 years ago, 27-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: How do i make a program to run on brickos
 
(...) You can use any editor. However, I recommend a good "programmer's editor" like VIM that automatically stylizes, colorizes, and syntax-checks your code. An alternative to VIM is Emacs. VIM vs Emacs is a popular "computer holy war", and I (...) (22 years ago, 28-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  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)
 

brickos
(score: 1.744)

  sys_time not working
 
Hi i install successfully brickOS-0.2.6.10 under Win2000 without any problems and ran successfully "helloworld.lx" I created one first elementary small program using the sys_time function. The problem is that it doesn't compile correctly. The (...) (21 years ago, 5-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  compiling problems
 
Hello everybody, I downloaded the source files of BrickOS and tried to build them. During the compiling process there are no errors, but during the linking process over 270 errors are appearing. All errors are "undefined reference" errors, which (...) (20 years ago, 22-Sep-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: Install problems on Linux RedHat 9
 
(...) ... (...) ... Yes, no one has ported the C++ bits of brickOS to work with gcc3. Use gcc2, or restrict yourself to plain C. (...) ... (...) Yes, gcc3.3 removed support for multi-line string literals. The brickOS committers all seem to be rather (...) (21 years ago, 18-Jul-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Float and int
 
Does anyone know what the maximum and minimum size of integer which can be stored is? Likewise, what is the floating point accuracy of BrickOS for variables of type "float" and "double" (is there such thing in BrickOS?) ? Both of these questions (...) (22 years ago, 29-Dec-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  USB tower/Linux/Firmdl not working nicely together
 
Hi, Delighted I was to see that the USB lego tower driver was accepted into the Linux kernel tree, so I downloaded linux 2.6.2 and installed the lego driver with it. It checks in perfectly, no problem with the driver. But, when I try to upload (...) (21 years ago, 25-Feb-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) The only time(s) I encountered this type of issue were when I compiled the .srec with different set of compiler settings (or with a different set of header files) than what was used for compiling the Demo/Application code. For instance, if I (...) (21 years ago, 17-Jun-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  program_run
 
Does the program_run function still work in BrickOS? static void program_run(unsigned nr) I've been trying to get it to work, but it doesn't seem to do anything. If anyone has used this lately, I'd love to see what you did. Thanks Steve (20 years ago, 11-Aug-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: LNPd keeps sending TX_FAILURE
 
I don't use LNPd or BrickOS so I don't know if this will work. It makes all sorts of problems go away when using the RCX ROM message handling routines, I don't know how much of the ROM routines are used by LNPd or whether, if it doesn't, it has (...) (20 years ago, 7-Jan-05, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  New Development
 
Is anyone currently working on development of the BrickOS software? (19 years ago, 9-May-05, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: Can't upload new program after I have used LNP under brickos
 
(...) You had to turn on the lnp, with something like this: (I forget the exact commands) lr_startup(); lr_init(); lnp_init(); Make sure you turn it off: lr_shutdown(); Steve (19 years ago, 26-Sep-05, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

  Re: Can't upload new program after I have used LNP under brickos
 
(...) Well, thanks for the help, that didn't actually work. But I found it out, what was my fault. In my Program I changed the LNP Base adress of the robot. After that the robot did not react to the default adress 0. So, at the end of the program I (...) (19 years ago, 29-Sep-05, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.744)

More:  Next Page >>


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