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 / *2919 (-20)
  h8300-hms-ld segmentation fault under WinXP
 
Hello, Are there any know problems getting the h8 cross compiler working under Windows XP? I'm using the latest cygwin environment, along with gcc3.2, newlib1.10, and have tried both the binutils source distributed with cygwin (2002070601?) and I (...) (22 years ago, 24-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS issues
 
(...) The brickOS team thanks you for mentioning this. It is our goal to continue to simplify this experience. We always enjoy hearing that we are making progress. (...) We hear you and have addressed some of them... (...) This is intentional for (...) (22 years ago, 23-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: brickOS & GNU Pascal
 
(...) Personally, I think this is great. If a GUI can be developed for BrickOS, it will be a huge boost to BrickOS, because it should be MUCH easier for people to use it. Between this, the DJGPP compiler Ed's working on, and the whole new surge in (...) (22 years ago, 23-Oct-02, to lugnet.robotics.rcx.legos)
 
  brickOS & GNU Pascal
 
This is extremely preliminary, but I can't wait to share the news. I've managed to build a Hitachi H8 cross compiler for GNU Pascal (under cygwin on W2K) and have successfully downloaded and ran the following Pascal program on brickOS. program (...) (22 years ago, 23-Oct-02, to lugnet.robotics.rcx.legos)
 
  Re: Update for DJGPP version
 
I have placed instructions for building the cross compiler for DJGPP on our website, (URL) They are (as of this posting) incomplete. Biunutils can be configured and built but gcc currently has a proplem in the build stage. It looks like a c++ error (...) (22 years ago, 22-Oct-02, to lugnet.robotics.rcx.legos)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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