|
| | 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: 0.496) |
|
|
| brickos (score: 0.496) |
|
|
| brickos (score: 0.496) |
|
| | Lego RCX Emulator
|
| Hello, In this mail I want to advertise my Lego emulator, again. This emulates a Lego RCX brick on hardware level, so it should run any firmware you like. You can find it at this URL: (URL) can emulate multiple RCXes communicating via infrared and (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.495) |
|
| | Errors compiling BrickOS Demos
|
| Hi, I'm trying to get brickos working on a linux box running mandrake. I downloaded gcc-2.95.3 and binutils-2.13.1 and compiled them to make a cross compiler. That seems to have worked successfully. Then I ran ./configure;make to make brickos (...) (21 years ago, 19-Aug-03, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.494) |
|
| | Re: Question about mm.C in BrickOS
|
| (...) Yes it does, thank you very much Michael, you helped me out again. I just wasnt thinking of next as being a ptr like that. i just always thought it pointed to the address of the location of the memory that it can use next. thanks again... Mike (21 years ago, 15-Sep-03, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.493) |
|
| | Re: Question about mm.C in BrickOS
|
| (...) +---- +------+---...---+--...-+-------- | pid | size | data..... | pid | size | data... *-----+------+---......-+-------- ^ +---...--- ptr points to that address. This is the memory layout for the data allocation pool. Pid is the process id of (...) (21 years ago, 15-Sep-03, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.493) |
|
| | Re: Question about mm.C in BrickOS
|
| (...) Michael I was reading through your reply you sent me a while back and I don't understand what that line in the code does and you explaination of it. I don't understand what is meant by pointing behind the block. Any help would be great thanks. (...) (21 years ago, 14-Sep-03, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.493) |
|
| | trouble compiling brickOS
|
| Hi! I am pretty new to lego and I started for a few days to make my rcx work under Linux. After I passed all the makefile issues, gcc 3.3 mlsl problems, I still get this error from memcpy.c: make[1]: Entering directory (...) (21 years ago, 3-Sep-03, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.492) |
|
| | Re: trouble compiling brickOS
|
| (...) Hm, that should not happen. Try to start your hitachi compiler by hand, for example with "h8300-hms-gcc --version" to get an "I am alive" message from it, so you are sure it is installed as intended. If _you_ can't get it to work, configure (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.492) |
|
| | Re: trouble compiling brickOS
|
| (...) I did! (...) It did complain and I did install the hitachi 8300 gcc version. Funny thing, after installing it, the configure script was still complaining that it cannot find the hitachi gcc compiler, although the binaries were right there in (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.492) |
|
| | Re: trouble compiling brickOS
|
| (...) Run ./configure!!! (...) Let me guess: You use the original c compiler of your linux distribution. May be that configure will complain that it does not find the gcc compiler? You run Linux on a Intel box. Your normal gcc will compile c to (...) (21 years ago, 3-Sep-03, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.492) |
|
|
| brickos (score: 0.490) |
|
| | Maths functions
|
| I'm having trouble finding a maths header file. It's usually called "math.h". I need to do stuff like sine and cosine, and use the "abs" function to make a number positive. Does a file like this exist? Are there any plans to incorporate a maths (...) (21 years ago, 29-Aug-03, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.490) |
|
|
| brickos (score: 0.490) |
|
|
| brickos (score: 0.490) |
|
|
| brickos (score: 0.490) |
|
|
| brickos (score: 0.489) |
|
| | Question about mm.C in BrickOS
|
| Hey My Senior Preoject where I update BrickOS is slowly taking shape (I am actually trying to do some now, but time is very limited). This project I am editing the Memory Managment Alg used by BrickOS. the first one I am going to add is Next Fit, it (...) (21 years ago, 13-Aug-03, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.489) |
|
|
| brickos (score: 0.489) |