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

  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Tom, You can always use the classic pipe to command, >. For example $ make strip > output.txt But I don't think this dumps any error messages to the file; only to the screen. So I would try something similar to the commands in buildgcc.sh, (...) (21 years ago, 6-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS installation with WinME and Cygnus problems
 
(...) My favorite means of grabbing the commands I type and their output is to set the buffer size of my DOS window to something very large and just select the text with my mouse via click and drag. Then I right click in the DOS window to copy the (...) (21 years ago, 6-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS installation with WinME and Cygnus problems
 
(...) If you use "./configure && make", then make will only run if ./configure completes successfully. (...) ... (...) This suggests that your compiler is broken. Personally, I have never used the prebuilt compiler from Hitachi, preferring to (...) (21 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Odd. I don't understand where that "Permission denied" message came from. What happens if you simply run "less"? Does less work on any files at all? Perhaps you would like to take this to the Cygwin mailing list (cygwin@cygwin.com). (I (...) (21 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Tom, Max, I have seen the "Permission Denied" message before. I ussually get this error message after I have done some upgrading Cygwin packages or installling new parts, etc. The best answer I have (and the one I use) is to reinstall Cygwin. (...) (21 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS installation with WinME and Cygnus problems
 
(...) I am inclined to agree with Ed. I think your cygwin install is fouled up somehow. Can you check the version of the cygwin1.dll in your cygwin bin directory? I'm running 1.3.12-1 (which is a fairly old version). John Hansen (21 years ago, 11-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS installation with WinME and Cygnus problems
 
(...) O.K. I will try a re-install of Cygwin, although I have re-installed at least four times previously. As I say, I get a little farther each time. Maybe this time I can find all the packages at one mirror. As Ed does, I also download and install (...) (21 years ago, 12-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS installation with WinME and Cygnus problems
 
(...) If you download the packages you can install from the previously downloaded packages without ever having to go to a mirror. In theory, at least, you shouldn't have to go back to the web unless you want a newer version of one or more of the (...) (21 years ago, 12-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Tom, What is this two-day workshop on RCX code that you mentioned? Ed (21 years ago, 20-Aug-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS = shoot self in head
 
(...) That is true. But a real geek also knows how to make things simple for the wanna-be-geeks. :-) John Hansen (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS motor port horrors
 
(...) Me too. Without any program loaded, it seems to do funny things with the motors. But once I get a program downloaded, it works fine. The only thing that I find freaky is the different values for light sensors. There's hex percentages and dec (...) (21 years ago, 27-Oct-03, to lugnet.robotics.rcx.legos, FTX)
 

brickos
(score: 1.748)

  Re: The BrickOS Task Manager
 
in version 2.6.1 (I've just download it) extern tid_t execi(int (*code_start) (int, char **), int argc, char **argv, priority_t priority, size_t stack_size); declare in unistd.h ! So use the tid_t and not the pid_t ! (like say ROSCO) Does anyone (...) (21 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  BrickOS Assembler
 
Okay, I'm working on a proc in ASM, and I need help with using MOV to move stuff back and forth between memory and registers. I have the following (very simple) program working, but I can't for the life of me get the MOV to work. I've got the (...) (21 years ago, 17-Jan-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: Brickos fun and games!
 
(...) I actually had this exact problem at the Hobby Show. I was in a hurry and didn't want to think about it (all I was doing was tweaking the light sensor thresh), so I just rebooted every time. Chris: I had lots of trouble too, but the final (...) (21 years ago, 17-Jan-04, to lugnet.robotics.rcx.legos, FTX)
 

brickos
(score: 1.748)

  Re: BrickOS Assembler
 
(...) I need to access elements of a 2d array. I don't think this is an option for that. Nevertheless, could you post code that demonstrates this? (...) How do I do that? (...) ??? (...) Hmm... this sounds more like what I'm trying to do. Someone? (...) (21 years ago, 18-Jan-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS Assembler
 
(...) One more answer... :-) Mark #include <unistd.h> #include <conio.h> int x = 10; int y = 5; int z; int main() { __asm__(" mov @_x,r0 mov @_y,r1 add r1,r0 mov r0,@_z "); lcd_int(z); msleep(5); return 0; } (21 years ago, 19-Jan-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS Assembler
 
(...) PERFECT. That was exactly what I was looking for. Clearly, the @_variablename method only works for words and not bytes. This had been my problem. Thanks very much. And thanks to everyone else who contributed too... I'm just a sucker for the (...) (21 years ago, 19-Jan-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: BrickOS Assembler
 
(...) Glad to help! (...) However, it *does* work for bytes... See the program below. In your example program, you declared the "total" variable as an unsigned short (which is a 16-bit word), but accessed it using an 8-bit move instruction. Instead, (...) (21 years ago, 20-Jan-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: brickOS & Cygwin with BricxCC
 
(...) Thanks again for testing this for me! (...) The Send Messages tool window can send any IR message from 0 to 255 to a brick. John Hansen (21 years ago, 22-Jan-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

  Re: brickOS & Cygwin with BricxCC
 
Hi, I want to say thanks, too, but I have a problem: I cant't compile and download programmes to the RCX. I always get the message: Compile Failed Errors found during compilation But I can download the firmware. Does anyone has a solution? Thx Franz (...) (20 years ago, 10-Apr-04, to lugnet.robotics.rcx.legos)
 

brickos
(score: 1.748)

More:  Next Page >>


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