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

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

  command framing as seen from kernel/program.lrkey_handler
 
(...) Thanks for the tip, in reply here is a perhaps stunningly ignorant walkthru of how brickos frames standard commands, viewed by the newbie Me from kernel/program.lrkey_handler. The missing (key & -key) might interest people who haven't used (...) (22 years ago, 1-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.285)

  Re: newbie troubles (now they in packs of 2)
 
I had exactly the same problems not so long ago so i followed the instructions from this site and uninstalled the brickos i had and used the one they had provided following the link. So go to this site (URL) let me know how you get on. Good luck (...) (22 years ago, 3-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.284)

  make compiling error
 
When I try to compile my program I get this error: /course/cs148/bin/h8...hi-hms-gcc -O2 -fno-builtin - fomit-frame-pointer -Wall -I. -I/course/cs148/include -c sound.c /course/cs148/bin/h8...chi-hms-ld -T /course/cs148/lib/brickOS.lds -relax (...) (22 years ago, 31-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.284)

  Re: command framing as seen from kernel/program.lrkey_handler
 
(...) Just to be more certain we're understanding each other, if that's ok, I'll mention that ... 1) Newbie that I am, I have no clue how frequently brickos switches on bit masks. I wonder if only to decode xD2 RemoteCommand. 2) Using log2(xx & -xx) (...) (22 years ago, 2-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.284)

  Re: newbie troubles (now they in packs of 2)
 
I do not belive fontdesign.exe does exsist because I did a a search on my computer and nothing showed up.I did follow all of commands that was in the installation guide on the brickos webisite. However, I did download the H8 tools instead of trying (...) (22 years ago, 3-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.284)

  Re: command framing as seen from kernel/program.lrkey_handler
 
(...) Mmmmm. I am curious, if that's ok. To get log2(xx) in O(1) time we could fetch (p[xx & -xx]) i.e. fetch our choice of the bytes at offset x 0 1 2 4 8 10 20 40 80 from some p we like. Merely standard C can't easily express that old idea without (...) (22 years ago, 1-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.284)

  dll and the USB tower
 
Hi, I downloaded brickOS 0.2.6 and patched it to use the USB tower. All works well (firmdl3 is patched correctly, the module goes in, I can make my own .lx files), except for dll. When I try to download a .lx file into the RCX, dll hangs. The LED (...) (22 years ago, 13-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.284)

  Re: LNP problem
 
Hi, I have read a lot about lnp but i still don't much about setting it up for windows, as most documentation is about linux. So could someone please let me know anything about the configuration of winLNP. I have tried a test a program i found but (...) (22 years ago, 2-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.284)

  Re: newbie troubles (now they in packs of 2)
 
Sending this to lugnet.robotics.rcx....ugnet.com. I'm not the sole source of brickOS wisdom. (...) Define "everything". (...) Did you build a cross-compiler? Unsurprisingly, Cygwin doesn't come with a compiler targeted for a lego brick. Max. (22 years ago, 9-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.283)

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

brickos
(score: 1.283)

  Re: dll and the USB tower
 
I have the same problem (I posted a note 3 days ago "Problem with Brickos ..." # 20311). In addition I don't get firmdl3 to download the firmware. Are you running Windows or Linux? Hans (...) (22 years ago, 14-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.283)

  Re: Declaration of kernel_critsect_count
 
(...) Your request couldn't be more timely as I'm wrapping up a 0.2.6.10 test release this weekend. I've made this change in CVS and you will see it in the .10 test release. As I publish the 0.2.6.10 test release I'll post a message here explaining (...) (22 years ago, 15-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.282)

  brickos-0.2.6.10 error
 
I get this when ever I try to compile a program. Scott Davis@Scott ~ $ cd /brickos/programs Scott Davis@Scott /brickos/programs $ dir Makefile motor.c Scott Davis@Scott /brickos/programs $ make motor.lx Makefile:51: .depend: No such file or (...) (21 years ago, 2-Jun-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.281)

  Accurate Timing
 
Hello! I just started using brickOS and am trying to use it as a programmable function generator. As such, I'm trying to get good repeatability on cycle time. It appears that at 'random' times, the RCX scheduler(?) is interrupting my program to do (...) (22 years ago, 28-Feb-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 

brickos
(score: 1.281)

  Re: BrickOs Problem (again)
 
(...) Cygwin is pure Windows. DJGPP is DOS, and doesn't work well with brickOS. Although everyone should use Linux. DJGPP and brickOS: I managed to build binutils under djgpp, gcc failed but is probably fixable. However, djgpp doesn't have POSIX (...) (22 years ago, 5-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.281)

  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.281)

  Re: BrickOs Problem (again)
 
(...) Hello, I think it's really hard to install brickOS on XP cause Cygwin is on a dos base (no ?) and XP have no DOS (only emule). To solve you problem you should install linux :-P Seriously : if cygwin don't find tar you should try to search (...) (22 years ago, 5-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.280)

  BricxCC
 
Hi, I have been trying my hand at a bit of NQC for the BrickOS firmware recently and working with BricxCC. So far it has been good fun although I was wondering if anyone has any tips for getting LNP to run on my brick. As there is an option in the (...) (22 years ago, 2-Mar-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.280)

  getting BrickOS through slow connection
 
My son and I have been looking BrickOS but one sticking point is that we have a slow connection at home which makes getting large packages hard. In such cases, I just download the files at work and burn the files into CD-RW and bring them home. Is (...) (22 years ago, 1-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.280)

  BrickOs Problem (again)
 
Hi, Recently, I have tried and tried to install BrickOS into Win XP. However, I have had problems in installing. I have installed cygwin and checked that all files have been installed. Built the gcc 2.95.2 and binutils 2.10.1 cross compiler. But I (...) (22 years ago, 5-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.280)

More:  Next Page >>


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