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 / *6895 (-20)
  Gcc Problems
 
Hello, I looked at the Makefile.common file and there is a line that goes as follows: TOOLPREFIX=$(HMSTOOL...tachi-hms- Could this be where my problem lies according to what I said in the previous post earlier today? Thanks Much, Rick Bonari (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  Cygwin/Gcc/Legos Installation
 
Hello, Need some help on deciphering the following Errors: Errors when executing the Make Depend Command: ...../h8300-hitachi-hms-gcc: not found make [1]: ***[depend] Error 127 make: ***[depend] Error 2 Errors when executing the Make Command: (...) (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  finally works
 
finally works.... the problem was in the Makefile.common file, finally change the line: # LEGOS_ROOT=$(HOME)/legOS/ with: LEGOS_ROOT=/legOS-0.2.6/ thanks a lot for your posts!! :-) (22 years ago, 8-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: legOS library path
 
(...) Ok. So for cygwin, the path is /legos-0.2.6 (...) Is that right? I think it must read c:\cygwin\legos-0.2.6\mycode. (...) Ok. (...) That is ok. (...) First the good news: Makefile.common and Makefile.user are correctly included. Otherwise, the (...) (22 years ago, 7-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: legOS library path
 
(...) To make it so that your code can live anywhere (i.e., not necessarily beneath the cygwin and/or BrickOS root directory you should make the following changes to your Makefile. 1. replace any relative paths (i.e., ../ or ../../ etc.) with (...) (22 years ago, 8-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Battery voltage levels
 
"Barney Hilken" <b.hilken@ntlworld.com> wrote in message news:H3MuHC.2CM@lugnet.com... (...) volts (...) The (...) circuits. [snip] (...) alkalines? (...) I use Nickel Hydride rechargeables in an RCX1.0, at least that's what it says on the top - (...) (22 years ago, 8-Oct-02, to lugnet.robotics.rcx)
 
  Re: legOS library path
 
"Germán Rojas" <ge-rojas@uniandes.edu.co> wrote in message news:H3MD68.M72@lugnet.com... (...) Hi there! (...) [snip] (...) [snip] (...) [snip] This broke for me between legOS 0.2.5 and 0.2.6 I belive (and is still broken in the current brickos (...) (22 years ago, 8-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: legOS library path
 
"Germán Rojas" <ge-rojas@uniandes.edu.co> wrote in message news:H3Mp27.CBz@lugnet.com... (...) <snip> (...) <snip> You should add 'mycode' to the list of directories found in Makefile, just after demo. Then always run make from the legOS root (...) (22 years ago, 7-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Battery voltage levels
 
(...) Thanks, this explains the difference. However, I'm still interested in the voltage levels people get. Does anyone use NiCads? Or rechargeable alkalines? Or something else I've not thought of? Barney. (22 years ago, 7-Oct-02, to lugnet.robotics.rcx)
 
  Re: legOS library path
 
I install legOS in the follow directory: C:\cygwin\legos-0.2.6 (the same like the windows instructions) Create the follow directory: C:\legos-0.2.6\mycode Copy the *.c and Makefile files in C:\legos-0.2.6\mycode In the Makefile default file i think (...) (22 years ago, 7-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Battery voltage levels
 
"Barney Hilken" <b.hilken@ntlworld.com> wrote in message news:H3LyHy.76H@lugnet.com... (...) version 2.0 (...) batteries: the (...) variation (...) on (...) email (...) Robot (...) don't (...) There is going to be a difference between the 1.0's (...) (22 years ago, 7-Oct-02, to lugnet.robotics.rcx)
 
  Re: legOS library path
 
(...) You have to look where you are and where the makefile searches for other needed files. In the moment, you makefile hopes to find the include files under /legos/include. Is that ok? If you installed legos into your home directory, the path must (...) (22 years ago, 7-Oct-02, to lugnet.robotics.rcx.legos)
 
  Controlling larger motors from RCX ??
 
We need to control larger motors with a separate 12V power supply, from the RCX outputs. We would like to 'mirror' the RCX bipolar, pulse-width-modulated outputs to a separate circuit with a larger H-bridge that is (probably) electrically isolated (...) (22 years ago, 7-Oct-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  legOS library path
 
Hello!! Testing the instalation of legOS-0.2.6 (cygwin) after download succesfully the firmware and some sample programs of demo directory to the RCX, i create a new directory called mycode, i put all the *.c and Makefile files from demo directory, (...) (22 years ago, 7-Oct-02, to lugnet.robotics.rcx.legos)
 
  Battery voltage levels
 
I have two RCXs: a version 1.0 with external power connector, and a version 2.0 without. They consistently report different voltages on the same batteries: the 2.0 puts all batteries about 0.3v higher. I want to know how much variation there is (...) (22 years ago, 7-Oct-02, to lugnet.robotics.rcx)
 
  Re: Remotely starting RCX
 
Thanks!!! (...) (22 years ago, 5-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS & BricxCC - coming soon to a Windows PC near you
 
(...) You manage your projects now, I'm guessing, simply by directory structure and the contents of your make file? Do you put targets in your make file which execute dll to download the .lx to the brick or do you usually perform that step as a (...) (22 years ago, 5-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: not found
 
Shehryar Shaheen <shehryar.shaheen@ul.ie> wrote in message news:000901c26bd4$fe...SHAHEEN... (...) You should find this utility in the fileutils package. Ed (22 years ago, 5-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS & BricxCC - coming soon to a Windows PC near you
 
Hello John, (...) That would be real real great! (...) That should work. At my system, bigger projects are broken into several source files. It is easier for me to work with them then with a huge single source file. (...) Why not? BrickOS can handle (...) (22 years ago, 5-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Remotely starting RCX
 
Hello Henk, (...) If you run "dll" without a file name to download, dll will tell you all it's switches. One is the -e switch, that executes the program you download. So "dll -e helloworld.lx" will download helloworld and run it. Another possible (...) (22 years ago, 5-Oct-02, 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