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 / *2914 (-20)
  differences between the legOS versions
 
Hi all, Can anyone tell me, where i can get informations about the differnces of the serveral legOS versions. I use currently legOS 0.2.3 Christian (22 years ago, 22-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: LNP
 
How's this? (...) (22 years ago, 20-Oct-02, to lugnet.robotics.rcx.legos)
 
  LNP
 
Can anyone help me find information about LNP? I want to know how to send/receive serial data. If you know where I can get more info, please tell me. I have a cool robot I want to make remote-controlable. Thanks Steve (22 years ago, 20-Oct-02, to lugnet.robotics.rcx.legos)
 
  Master thesis about legOS and DSM
 
hi all, just wanted you all to know that i have finished my master thesis where i incorporated an RCX with legOS 0.2.4 with a distributed shared memory system called PastSet. the thesis can be downloaded from (URL) the DSM part might not be relevant (...) (22 years ago, 17-Oct-02, to lugnet.robotics.rcx.legos)
 
  Problems with SDL-Programming and legos
 
I have assume an existing SDL-System with an env.c-File. I tried to change this system to communicate between two RCX. Now my problem: In the case that i have one RCX who only send and one who receive, it works. But if i try the create a (...) (22 years ago, 17-Oct-02, to lugnet.robotics.rcx.legos)
 
  Serial Input
 
I have a question. I'm working with LegOS, and I want to know how to read serial input through the IR port. I know with other firmware, it's pretty easy to set-up and write serial data out, but I want to read this data back in. Actually, I'm trying (...) (22 years ago, 14-Oct-02, to lugnet.robotics.rcx.legos)
 
  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)
 
  Re: Starting Over
 
(...) The BrickOS for cygwin instructions ((URL) describe downloading the source code for gcc & binutils and building the Hitachi cross-compiler and associated tools in step 2. If you use the pre-built hitachi tools that Joseph Wooley posted about a (...) (22 years ago, 12-Oct-02, to lugnet.robotics.rcx.legos)
 
  Starting Over
 
Hello, According to John Hansens' instructions, I am assuming you do not need to download the bin-utils as called out in the original sourceforge instructions. Is this correct? Thanks again for the help. Here goes. Rick Bonari (22 years ago, 11-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Strip Command
 
(...) In Makefile.common in the util subdirectory this code ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin CYGWIN_NT-4.0 CYGWIN_NT-5.0 CYGWIN_NT-5.1 WindowsNT Windows_NT)) EXT=.exe CC =gcc CFLAGS+=-D_WIN32 endif pretty much guarantees that your (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx.legos)
 
  Strip Command
 
Hello, When I do a uname command, I get CYGWIN_98-4.10. It definitely appears that makefile.common has some problems with paths, etc. When I type the command: strip fontdesign.exe dll.exe makelx.exe fixdeps.exe genlds.exe firmdl3.exe as I mentioned (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx.legos)
 
  BrickOS issues
 
First off, I'd like to say that I had ZERO problems installing, building, and testing BrickOS on my PC. That's even with the BrickOS name change release and the pre-built Hitachi tools. You guys do good work! There are a few issues I have come (...) (22 years ago, 11-Oct-02, to lugnet.robotics.rcx.legos)
 
  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)
 
  Re: Cygwin/Gcc/Legos-0.2.6 Installation
 
Rick, I have never used 'make strip' and have been using legOS/BrickOS for quite some time now. So, if it doesn't work, that should not stop you from continuing. However, with BrickOS, the make strip command now executes 'strip fontdesign.exe (...) (22 years ago, 10-Oct-02, to lugnet.robotics.rcx.legos)
 
  Cygwin/Gcc/Legos-0.2.6 Installation
 
Hello, I finally got make to complete without any apparent errors. At the end of the process, no errors were shown. I had to move the proper copy of objcopy.exe to the required directory and I also had to copy the proper copy of g++.exe to the same (...) (22 years ago, 10-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Gcc Problems
 
Rick, It sounds as if you have gcc working, however, the version of objcopy that you copied from another folder is incompatible with the hitachi h8 version of gcc. You need to have a special version of objcopy that is designed for the h8 (the RCX). (...) (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  Gcc Problems
 
Hello, There is a line under Hitachi H8 tool prefix that goes like this: HMSTOOLDIR=/usr/local/crossgcc. I changed it to HMSTOOLDIR=/usr/local and I changed TOOLPREFIX=$(HMSTOOL...tachi-hms- to TOOLPREFIX=$(HMSTOOL...i-hms/bin. After looking through (...) (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Gcc Problems
 
Some versions of the gcc executables are named h8300-hms-*.exe (ex: h8300-hms-gcc.exe) The Makefile.common, as you pointed out expects h8300-hitachi-hms-*.exe If this is what you are experiencing, then you have two options: 1) make copies of them, (...) (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Gcc Problems
 
(...) Your previous post indicated that you were running under cygwin, iirc, so the line to which you refer above is not where your problem lies. In Makefile.common there are several sections that only apply to a particular operating system, cygwin, (...) (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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