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 / *3899 (-20)
  Re: New Development
 
(...) Sort of. Updated Linux, updated gcc h8 toolchain, switched from desktop to laptop system, therefore switched to USB tower... In the moment, I to get all up and running. Next step will be to benchmark the performance patches and then... we'll (...) (19 years ago, 10-May-05, to lugnet.robotics.rcx.legos)
 
  New Development
 
Is anyone currently working on development of the BrickOS software? (19 years ago, 9-May-05, to lugnet.robotics.rcx.legos)
 
  Re: brickOS & Cygwin with BricxCC
 
(...) I believe if you add set PATH=c:\cygwin\bin;%PATH% to your autoexec.bat file then you will be good to go. John Hansen (19 years ago, 4-May-05, to lugnet.robotics.rcx.legos)
 
  Re: brickOS & Cygwin with BricxCC
 
Hello, I’m trying to get brickOS and bricxcc working on an old laptop that’s running win 98. I installed using the easy bricxcc tools When I try to compile I get this error: Unable to create process: Bash “ C:\cygwin\brickos\de...oworld.cmd Make (...) (19 years ago, 3-May-05, to lugnet.robotics.rcx.legos)
 
  Path Problems
 
Hi. I'm running Brickos on Win98 and I'm having path problems. BrickOS works, but I'd like to use the BricxCC IDE. I need to set the path, though. I have already set the path in the past, and it was no prblem at all, but I've recently had my PC (...) (19 years ago, 29-Apr-05, to lugnet.robotics.rcx.legos)
 
  Re: Can't build brickOS on Linux
 
(...) Look if there is a configure switch to disable building the standard C++ libraries (you don't need them for brickos). IIRC building g++ only gave an error after it built and installed the g++ compiler, but that was with gcc-3.4. (...) I think (...) (19 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos)
 
  Re: Can't build brickOS on Linux
 
(...) <skip problems with gcc 3.3> (...) It seems to fix the problem, but it needs the g++ compiler, which I cannot build for the h8300-hms platform: checking for extra compiler flags for building... configure: WARNING: No native atomic operations (...) (19 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos)
 
  Re: Can't build brickOS on Linux
 
(...) Try my patch brickos-gcc33.diff from (URL) should fix this problem. Best Regards, Jochen (19 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos)
 
  Can't build brickOS on Linux
 
Hi all, I just installed binutils and gcc, targeted at the h8300-hms platform. Worked fine, however, when I try to build brickOS (0.9.0), it bails with this error: make[2]: Entering directory `/home/bart/download...lib/float' (...) (19 years ago, 27-Apr-05, to lugnet.robotics.rcx.legos)
 
  Re: No hitachi gcc compiler found
 
(...) Hi John Hansen Thank you for your help. I've used NQC with bricxCC progarm for few monthes. I learned programing with BrickCC. Now I love lego robotic and programing RCX. I did'nt know BricxCC has this option. Perhapes I have been busy with (...) (19 years ago, 14-Apr-05, to lugnet.robotics.rcx.legos)
 
  Re: No hitachi gcc compiler found
 
(...) I recommend using the pre-built installers that I have on the BricxCC website. They make installing cygwin and the cross compilers trivially easy. You can install a slightly old version of brickOS and leJOS with these installers as well. Then (...) (19 years ago, 13-Apr-05, to lugnet.robotics.rcx.legos)
 
  No hitachi gcc compiler found
 
Hi Everybody I'm try to install brickOS first time. After several try with downloading files from different site, I finally installed brickOS(I think). Then, When I type "./configure; make", I'm getting message below. Welcome to the brickOS Makefile (...) (19 years ago, 13-Apr-05, to lugnet.robotics.rcx.legos)
 
  Re: Can't "make" BrickOS
 
(...) Hi Phua Yin Jun I normally work with the Cygwin from (URL) Download the file (URL) run it on a Windows box and this installs a minimal Cygwin. Should work under Win98, works under Win2k and XP. Additionally you can install also (URL) which is (...) (19 years ago, 5-Apr-05, to lugnet.robotics.rcx.legos)
 
  Suspected LNP integrity message overflow
 
Hello Has anybody encountered problems using the LNP integrity API, when many frames/s are received? We are working with a image recognition system on a Linux machine that computes the position of robots and sends an integrity packet of 18bytes (...) (19 years ago, 5-Apr-05, to lugnet.robotics.rcx.legos)
 
  Simulink Target Questions; Your thoughts?
 
Dear BrickOS Users I am in the (very slow) process of writing a new Embedded Target for Matlab Simulink : which will compile the MDL files for use on RCX using BrickOS. The old version written by Mathworks was called ECROBOT and only released for (...) (19 years ago, 30-Mar-05, to lugnet.robotics.rcx.legos)
 
  linker error
 
I use brickos-0.2.6.10.6 with a gcc 3.4.2 crosscompiler and binutils 2.15. When I try to make an executable I get the linker error: "cannot handle R_MEM_INDIRECT reloc when using symbolsrec output" I use a patched Makefile.user for making: ## ## (...) (19 years ago, 20-Mar-05, to lugnet.robotics.rcx.legos)
 
  Re: How to build a shared library
 
Hello Anne, (...) You can't. Shared libraries are not supported by brickOS. Shared memory or shared libraries are not a feature of a compiler but a feature of the underlying OS. But you can do it the hard way: - put all shared routines in program 1. (...) (19 years ago, 16-Mar-05, to lugnet.robotics.rcx.legos)
 
  How to build a shared library
 
Hello! How can I dynamically link my c++ classes or rather build a shared library with the brickos Makefiles? Anne. (19 years ago, 16-Mar-05, to lugnet.robotics.rcx.legos)
 
  Re: firmdl3 usb error linux
 
(...) I am not running Debian linux, but I got it work under Suse linux with a 2.4.6 kernel. There was almost the same problem. I can't find in your kernel message, where the usb tower has been attached. You should check this first, before you are (...) (19 years ago, 5-Mar-05, to lugnet.robotics.rcx.legos)
 
  Re: Problem with makefile
 
(...) You can copy the Makefile from the installed location $prefix/share/doc/br...+/Makefile In that case you don't need to change the paths. (...) Is there a "Test.cpp/Test.C" in that directory? Multiple object files do not work exactly as one (...) (19 years ago, 25-Feb-05, 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