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 201 – 220 of about 790.
Search took 0.00 CPU seconds. 

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

  brickOS & GNU Pascal
 
This is extremely preliminary, but I can't wait to share the news. I've managed to build a Hitachi H8 cross compiler for GNU Pascal (under cygwin on W2K) and have successfully downloaded and ran the following Pascal program on brickOS. program (...) (22 years ago, 23-Oct-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Christoph, No, I have not yet solved the problem, but I intend to get back on it soon. I've been busy the past week preparing to present a two-day workshop on RCX Code. Now back to BrickOS (if I can get it working). What a change of gears! Let (...) (21 years ago, 19-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: Simplifying Cygwin & brickOS/leJOS
 
(...) Suggestion, dont use Cygwin at all. Provide a pre-compiled version of: 1.GCC built for host=MingW (ligtweight toolchain for win32 systems that doesnt need bulky cygwin dlls) and target=rcx or whatever. 2.the BrickOS tools buit using MingW and (...) (21 years ago, 11-Nov-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
 

brickos
(score: 1.748)

  Re: Problem
 
(...) Hi, try to use this command to install brickOs on your RCX: ./firmdl3 ../boot/brickos.srec Andreas (20 years ago, 26-Jul-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS Patches and Development
 
Now for Bibo.... I have merged these patch rollup collections with Bibo (where appropriate) and have posted the resulting diff files to (URL) of this follows the pattern of the previous patch rollup collection for BrickOS, with the following notes: (...) (15 years ago, 19-Apr-09, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Strange error message I have recieved
 
I am in the process of completing my senior project where I will add 3 additional allocation algorithms to the Memory Mangament facility in BrickOS. I should the Next Fit algorithm done but when I add a certain part of code I get the following error (...) (21 years ago, 19-Oct-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: Installing BrickOS 0.2.6.09.newConf2
 
(...) Unfortunately, that won't fix the bug because later on it says: CFLAGS=-O2 -Wall which will ignore the existing value of CFLAGS. The best fix for cygwin and newConf2 is to change the line in the ifdef BUILDING_HOST_UTILS section to be (...) (22 years ago, 25-Nov-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  The BrickOS Task Manager
 
Hi everyone, I was wondering if there's any documentation or example programs detailing how to use the task manager in BrickOS. The only example I have is the line-follow program that somehow uses tasks to 'wake up' when it detects a colour change. (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: The BrickOS Task Manager
 
(...) Hmm... it doesn't seem to recognize pid_t as a valid type. I have a document of the functions in brickOS that indicates execi returning an int. Which is it? (...) Still confused... I'll post the poignant code: pid_t rowthread; pid_t colthread; (...) (21 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  brickOS status update
 
We are continuing to update our web site. The front page contains the latest news. (URL) have pushed another round of API docs to the web. New in this version are the brickOS Kernel Developer set and new example program pages (autogenerated from our (...) (22 years ago, 25-Sep-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Problem
 
Hey all, I have winXP and have installed Cygwin and all and have everything i need to install brickOS on my RCX. Althought when i try to install brickOS on my RCX i type the command into the cygwin bash shell and it returns a error. The command is: (...) (20 years ago, 26-Jul-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  firmdl3 usb error linux
 
Hi, I'm running brickOS(0.2.6.10.6-1) on my debian (kernel2.6.8) using the /lib/modules/2.6.8-3...sbtower.ko driver for the usbtower(robotics inventions 2.0 - RCX2.0). Adding this driver gave me the following kernel message: Sep 22 18:51:46 (...) (20 years ago, 22-Sep-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS motor port horrors
 
(...) [snippage] (...) I will be releasing a new version of BricxCC shortly (by the end of the week, with any luck) which will include a fix for this bug. It is already fixed but I'm trying to get a couple other items done before I publish a new (...) (21 years ago, 27-Oct-03, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 

brickos
(score: 1.748)

  Re: BrickOS & LinuxUSB & lnpd
 
Hi, I would like to get your patches to make the tower and lnpd to w ork. I already have the tower working but I would like to see if did an ything different. So can you please send me your patches? (X) the patch to legotower.c to get the (...) (22 years ago, 4-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: Can't "make" BrickOS
 
(...) Hi, looks to me like you didn't install the "make" package when you installed cygwin. The install doc here (URL) lists the packages you need to install with cygwin to build brickos. Hope this helps ROSCO (20 years ago, 18-Nov-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: Brickos c++ threads problem
 
(...) Danny, I've not used C++, but I have seen problems like this. For me, it happened when the firmware in my brick didn't match the firmware I compiled the program to use. However, it doesn't sound like that's the problem your having. I'd suggest (...) (19 years ago, 13-Feb-06, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  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 ===...=== (22 years ago, 27-Mar-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Simulink Target Questions; Your thoughts?
 
Dear BrickOS Users I am in the (very slow) process of writing a new Embedded Target for Matlab Simulink : which will compile the MDL files for use on RCX using BrickOS. The old version written by Mathworks was called ECROBOT and only released for (...) (20 years ago, 30-Mar-05, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  time control : BrickOS versus the RCX standard OS ?
 
Hi list, I'm trying to implement a position regulation (using a motor and a rotation sensor), using for instance a PID (Proportional-Integr...erivative) regulation. I tried to code it in NQC, using the standard OS, but it seems that the RCX standard (...) (19 years ago, 17-Sep-05, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS = shoot self in head
 
(...) The cygwin installer lets you pick which packages to install and all of the ones listed on the step-by-step page are available through the standard cygwin installer. (...) If you install cygwin correctly you should have a gcc.exe in the cygwin (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

More:  Next Page >>


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