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 / *2109 (-20)
  Re: Unable to compile helloworld.c
 
(...) Ok. Now lets look at your "projects" dir. You take helloworld.c from demo and put it into "projects". Then you also put the Makefile you find in the demo dir into "projects", so you have two files: helloworld.c and Makefile. You now must edit (...) (23 years ago, 4-Nov-01, to lugnet.robotics.rcx.legos)
 
  Re: Unable to compile helloworld.c
 
Ok let me explain the whole process that I did.I downloaded the .rpm files for legOS,binutils and egcs and installed them.After that according to the HowTo documentation I wanted to test the compiler by compiling a simple program.I looked into the (...) (23 years ago, 4-Nov-01, to lugnet.robotics.rcx.legos)
 
  Re: Unable to compile helloworld.c
 
What do you mean Project directory? there is no this directory if I remember! Zhengrong (...) (23 years ago, 4-Nov-01, to lugnet.robotics.rcx.legos)
 
  Re: Unable to compile helloworld.c
 
I compiled in the Project directory. -Rajendra (...) (23 years ago, 4-Nov-01, to lugnet.robotics.rcx.legos)
 
  Re: Unable to compile helloworld.c
 
did you compile in demo directory? Zhengrong -------- (...) (23 years ago, 4-Nov-01, to lugnet.robotics.rcx.legos)
 
  Unable to compile helloworld.c
 
Hi! I was trying to compile the helloworld.c program by using "make helloworld.lx" but I get an error "make:*** No rule to make target 'helloworld.lx'.Stop." I had placed helloworld.c file alongwith Makefile.common in /usr/lib/legOS/Project (...) (23 years ago, 4-Nov-01, to lugnet.robotics.rcx.legos)
 
  Re: legOS codeI need example code of rcx2rcx communication.
 
(...) Chris, First, I think the code in the main function should be as follows: int main( int argc, char* argv[] ) { char buf[256]; int len; //notice the variable i is missing lnp_address_set_handler( 1, port_handler ); while(1) { len = (...) (23 years ago, 30-Oct-01, to lugnet.robotics.rcx.legos)
 
  Re: legOS codeI need example code of rcx2rcx communication.
 
Albert, Thanks for responding to my post! I had trouble compileing the code maybe you could help or e-mail me the original.Thanks here is the error report: brick1.c: In function `read_from_ir': brick1.c:40: warning: passing arg 1 of `memcpy' di rget (...) (23 years ago, 29-Oct-01, to lugnet.robotics.rcx.legos)
 
  Re: Couldn't download egcs files
 
Quoting Rajendra Kumar Penugonda : (...) How can I get those files?Also I was able to download the binutils (...) "/usr/local/crossgcc...-hms/lib", depending the way you unpacked the archive. Remember that the tar command can not set the first '/' (...) (23 years ago, 28-Oct-01, to lugnet.robotics.rcx.legos)
 
  Adjust Switch Time
 
When you made a Motorized Switch Point, if you want to use RCX to control it, this switch time is important value, a suitable time is better to switch point. You can find my AdjustSwitch.c for legOS, that can help you to do this. (URL) (23 years ago, 28-Oct-01, to lugnet.robotics.rcx.legos, lugnet.trains)
 
  Couldn't download egcs files
 
Hi! I tried to download the egcs files from the source site but was not able to do so.How can I get those files?Also I was able to download the binutils files.I did according to the Howto document but when I did "make install",I got the following (...) (23 years ago, 27-Oct-01, to lugnet.robotics.rcx.legos)
 
  Re: LegOS USB Support (for RCX 2.0)
 
Well, you can have the modified source files, if that's what you mean. But if you have the RS232 IR tower from 1.0 or 1.5, then you don't need the USB patch. - Hary (...) (23 years ago, 27-Oct-01, to lugnet.robotics.rcx.legos)
 
  Re: Problems installing in Win98
 
I am trying to setup legOS on a Windows ME machine following the directions posted by Max Bowsher. I am using Cygwin 1.3.3 which comes with gcc 2.95.3-5. Everything goes fine until I try to make the gcc cross compiler using the command 'make (...) (23 years ago, 26-Oct-01, to lugnet.robotics.rcx.legos)
 
  Re: LegOS USB Support (for RCX 2.0)
 
Can you make a patch file? Although I still don't have it. But I can add it my patch for remote and message when I got it. Zhengrong (...) (23 years ago, 26-Oct-01, to lugnet.robotics.rcx.legos)
 
  LegOS USB Support (for RCX 2.0)
 
I have added USB support to LegOS's firmdl, dll, and lnp under Windows. If anyone also has the USB IR tower (which LegOS's tools can't work with normally) instead of the RS232 tower, I can send out the modified source. - Hary (23 years ago, 26-Oct-01, to lugnet.robotics.rcx.legos)
 
  Re: Crosscompiler??
 
(...) For cygwin (Linux like environment fow Windows) go to (URL) newlib go to (URL) all the other GNU stuff go to (URL) (23 years ago, 25-Oct-01, to lugnet.robotics.rcx.legos)
 
  Crosscompiler??
 
Hi!Everyone, Can somebody help me get the crosscomplier and the related files -egcs,binutils and h8300-hitach-hms? Regards, Raj ___...___ Get your FREE download of MSN Explorer at (URL) (23 years ago, 24-Oct-01, to lugnet.robotics.rcx.legos)
 
  Re: legOS codeI need example code of rcx2rcx communication.
 
Hi Chris, I just started experimenting with brick-to-brick rcx communication. This is some code that I got working. It doesn't do a whole lot, but it demonstrates the basics of what you need to do. There are two bricks involved. Hostmask is 0xf0. (...) (23 years ago, 24-Oct-01, to lugnet.robotics.rcx.legos)
 
  Remote Control Train with legOS
 
I made a short legOS program to use remote control train in smooth speed, you can find it at my homepage. RCX Controlled LEGO Train Projects (URL) (23 years ago, 23-Oct-01, to lugnet.robotics.rcx.legos, lugnet.trains)
 
  legOS codeI need example code of rcx2rcx communication.
 
Hello, I want to use one RCX with 2 rotation sensors as a remote to control a second rcx. I own Extreme Mindstorms,have read the legOS howto,and checked the cvs at (URL) Any and all help would be appreciated. ldaiel2@prodigy.net (23 years ago, 20-Oct-01, 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