| | 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. (...) (20 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. (20 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 (...) (20 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 (...) (20 years ago, 25-Feb-05, to lugnet.robotics.rcx.legos)
|
|
| | Problem with makefile
|
|
Hello! I have a problem with making a program, which consists of some sourcefiles. I copied the Makefile out of the demo/c++ folder into my project directory and changed the paths, so that the included Makefiles and the brickOS directory can be (...) (20 years ago, 24-Feb-05, to lugnet.robotics.rcx.legos)
|