To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *7800 (-20)
  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)
 
  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)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
Thanks, Max, John, and Ed for your help. I will try some of the suggestions this afternoon after work. I will also post some more helpful output if someone will remind me how to port Cygwin output to a text file (and DOS output?) I read the command (...) (21 years ago, 6-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: sys_time not working
 
It works! My mistake was that i only checked the "Command Reference" link that obviously refers to a previous version of legOS. So thank you very much. See you at the Olympic Games in our city Athens . "John Hansen" <JohnBinder@aol.com> wrote in (...) (21 years ago, 6-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: sys_time not working
 
(...) Use get_system_up_time() instead (as modified below). #include <conio.h> #include <unistd.h> #include <time.h> #include <tm.h> #include <dsensor.h> #include <dmotor.h> long int t1,t2,t; int main(int argc, char *argv[]) { ......... ........ (...) (21 years ago, 5-Aug-03, to lugnet.robotics.rcx.legos)
 
  sys_time not working
 
Hi i install successfully brickOS-0.2.6.10 under Win2000 without any problems and ran successfully "helloworld.lx" I created one first elementary small program using the sys_time function. The problem is that it doesn't compile correctly. The (...) (21 years ago, 5-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
[SNIP] (...) [SNIP] Tom, I would follow Max's advice about posting your commands and output here. But one thing that might cause issues with your setup is your path. It looks like the windows dos commands (C:\WINDOWS\COMMAND) come before your cygwin (...) (21 years ago, 5-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) I would not try to follow both of these instructions. Pick one and do just exactly what that set of instructions says to do. My favorite, naturally, is the second set (since getting the right set of GCC source code and compiling it without (...) (21 years ago, 5-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) PATH=C:\WINDOWS;C:\W...IN\H8300-0 00821\H-I686-CYGWIN32\BIN; (...) OK, the best way to get help is: * Start with the *first* problem which occurs. Problem #3 is very likely the cause of #1 and #2. * Show *exactly* the commands you typed and (...) (21 years ago, 5-Aug-03, to lugnet.robotics.rcx.legos)
 
  BrickOS installation with WinME and Cygnus problems
 
Hello, I have spent several hours trying to install BrickOS on my Windows ME system. I am a novice with C/Cygwin/linux, so have been diligently searching the Lugnet posts for clues. That has gotten me a little farther each day, but now I am _really_ (...) (21 years ago, 5-Aug-03, to lugnet.robotics.rcx.legos)
 
  Announcing Full Throttle - Control LDCC From Windows
 
I have just released (URL) version 1.00> of a program that I call Full Throttle. This Windows application uses your Mindstorms IR tower (either serial or USB) to communicate with an RCX that is running (URL) Mark Riley's LDCC replacement firmware> (...) (21 years ago, 4-Aug-03, to lugnet.trains, lugnet.robotics.rcx, FTX) !! 
 
  Re: Problems with BrickOS installation
 
(...) I would recommend using the pre-built Hitachi tools which are still available from my BricxCC website. (URL) simpler than trying to download all the right versions of the GCC source code. John Hansen (21 years ago, 4-Aug-03, to lugnet.robotics.rcx.legos)
 
  Problems with BrickOS installation
 
Hi, I'm following these directions explicitly: (URL) installed just fine. When I run buildgcc.sh it dies trying to assemble libgcc1.S. The comments at the top of the file cause syntax errors. The comments are dilineated with ";;". How can the (...) (21 years ago, 3-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Robolab upgrade to 2.5.3 and other things
 
(...) Unfortunately the Service Pack 1 does not seem to work properly to upgrade from 2.5 to 2.5.2. The best way is to get a copy of the current Robolab ver 2.5.2 which is called "ROBOLAB with Training Missions" from your local LEGO distributor. (...) (21 years ago, 3-Aug-03, to lugnet.robotics, lugnet.edu, lugnet.robotics.rcx.robolab, lugnet.robotics.edu)
 
  Re: light sensor question
 
(...) I've done a lot of readings with the light sensor and analysed them. If you want to have a look you can go to (URL) . If you look in the appendix of that document you'll find information on the light sensor (and many other things...) Magdalena (21 years ago, 31-Jul-03, to lugnet.robotics.rcx)
 
  USB2 and IR-Tower problem
 
Hi, I was just wondering if anyone here had experienced any problems using the IR-tower on a USB2 port? My university has just upgraded 20 of the pc's used for the Lego, the previous setup worked fine and the tower was attached to just a normal USB (...) (21 years ago, 30-Jul-03, to lugnet.robotics.rcx)
 
  Pneumatic Presure sensor
 
Mindsensors Has recently developed a low cost pressure sensor, which measures pressure up to 35 Psi (241 Kg/scm) using Motorola Pressure sensor. If your are interested visit us at www.mindsensors.com/pps.htm www.mindsensors.com Mindsensors Robotics (21 years ago, 30-Jul-03, to lugnet.robotics.rcx)
 
  Re: light sensor question
 
(...) A friend of mine suggests that the poor response of the sensor to the LED is because the light from the LED is a single color. Where as the light from the incandescent bulb is white light which apparently contains many if not all of the (...) (21 years ago, 29-Jul-03, to lugnet.robotics.rcx)
 
  Re: LEGO remote controller problem
 
(...) Then this is the first time ;) It was indeed the compiler. Using those versions you named in your message, my compiled brickOS.srec file works as well. The lr_startup and lr_shutdown calls don't make any difference, whether they are in or out. (...) (21 years ago, 29-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote controller problem
 
(...) Great. (...) I use h8300-hms-gcc-3.1-1.i386.rpm h8300-hms-binutils-2...1.i386.rpm but I never heard from anyone that some gcc version produces a bad brickOS system. Strange, indeed. Regards, Michael (21 years ago, 28-Jul-03, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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