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

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

  Re: Strip Command
 
(...) appears (...) Rick, Windows 98 is not correctly checked in the Makefiles. I have fixed this is the current CVS version. For now I would simply add CYGWIN_98-4.10 to all Makefiles which do this check. I believe that is only $ (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: Possible bug? Simple light sensor condition checking.
 
I use BrickOS (LegOS) but I'm not expert in the inner workings. The code you have here appears fine to me. So, it may be a bug in BrickOS, or a problem elsewhere in your code. I will say I've ran into some interesting things when using tasks. (...) (17 years ago, 16-Jul-07, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  newbie troubles (now they in packs of 2)
 
Before you read.. i'm an absolute newbie when it comes to brickos and linux. I am running the cygwin environment in windows 98 and brickos 2.6.09.newconf2 Ok when I try to run the make strip comand this pops up strip fontdesign.exe strip: (...) (22 years ago, 3-Feb-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: Editing Makefile (adding comman line arguements)
 
(...) Mike, You might start off by checking the manual for GNU Make at (URL) just look within the various makefiles within the brickOS code. Try Makefile.commom at brickOS root. Ed (21 years ago, 7-Dec-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: LONG DELAY after pressing RUN button (to end the program)
 
(...) Because stuff was changed in BrickOS. I can't tell you too much, but I'm sure it's trying to shut-down the program in a cleaner way. I think BrickOS waits 2 seconds before killing tasks. You need to change your LegOS loop: while(true) to (...) (21 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: Cygwin/Gcc/Legos-0.2.6 Installation
 
(...) Something is definitely not quite right with your setup. Makefile.common in the util subdirectory of the BrickOS tree has the following code in it: # # WindowsNT/Cygnwin, test against several values: # ifneq (,$(findstring $(OSTYPE),cygwin32 (...) (22 years ago, 10-Oct-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  newbie trouble with make depend
 
hi everyone, I have been trying to get everything configured for brickos, and keep getting stuck at make depend command, as shown below: makedepend: not found make[2]: *** [.depend] Error 127 make[2]: Leaving directory (...) (22 years ago, 22-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: **** legOS new name poll starts now ****
 
BrickOS? As in MIT's Brick project... Regards, Bill ___...___ William Sequeira, Ph.D. -- Principal, Axon Hillock, Inc. (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  installation of cygwin and legos/brickos
 
I have previously reported problems in installing cygwin and legos, and have tried again to get this up and running. I believe that cygwin is not properly installed and have included information here on all modules included and error messages when I (...) (22 years ago, 8-Dec-02, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: Question about mm.C in BrickOS
 
Hi, (...) Ptr points to the length byte of the first free block (...) *(ptr-1) actually is MM_FREE and is now set to the callers id. (...) Now we can do two things: We could grab all memory we found in this block or we could allocate only the memory (...) (21 years ago, 13-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  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: 1.745)

  Strange RCX startup issues
 
Hello, using brickOS v0.2.6.10... When I declare an object of type Motor and assign it a port outside of main() the RCX does not run the program at all, I have to remove batteries and reload firmware to get it back to normal. Is this related to the (...) (21 years ago, 9-Dec-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: Logging sensor data
 
(...) That's why I use brickOS nanobapt (21 years ago, 10-Dec-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: Getting patches integrated into the brickos?
 
(...) As far as I know, all the sourceforge web pages are held in the CVS repository, as are the sources. Only people with developer permission on the project have commit access to CVS - you have to contact the project admins to request that (...) (17 years ago, 25-Apr-07, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: Shutdown/Off while program running crashes BrickOS
 
(...) Yes, that should be the latest version. (...) That is correct. You shouldn't need to do anything else. At one point, I made some changes to the firmware so the program could also access the run button. But, normally all that is handled in the (...) (17 years ago, 17-Jun-07, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: Help w/install _or_ It all went so well
 
Or ( IMO ) better yet, just macro every line between 152 and 171, that's what I did, saved the trouble of another install... Put this on each line around the assembly code: __asm__(""); Make sure you keep the indent spacing also: label: should be: (...) (21 years ago, 14-Nov-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) Periodically I pick up this project again, get frustrated and give up. Then a few more months pass and I pick it up again... I seemed to have more success with the cross compiler this time around. BrickOS gave me a little trouble (strange (...) (20 years ago, 8-Aug-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

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

  LegOS.srec
 
Hi everyone, I do not have legos.srec or brickos.srec, cos of make depend not working. So i used the command Max suggested and now i get the message below. This is the error message i get when i try to use the "make clean all" make[2]: *** (...) (22 years ago, 26-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

  Re: How do i make a program to run on brickos
 
Hi, I have been got bricxCC and have been trying to use it in the standard way with NQC, and I am not really that great at it. So what is it like to use brickOS in it? and is there any documentation that can show me where to start? Or can I just (...) (22 years ago, 27-Jan-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.745)

More:  Next Page >>


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