On Tue, 2007-07-31 at 17:57 +0000, Geert Vancompernolle wrote: > --- In [email protected], "E. Boer" <[EMAIL PROTECTED]> wrote: > > Correct I found it, but simply copying it to the foxboard don't work > > because /lib is readonly. I have to insert it into the fimage, and > the > > question is how ... > > Can you first try to compile with the option "-static"? Then there's > no need to have this lib into the RFS on your FoxBoard, it's part of > the exe itself. > > Something like this: > > $(CXX) $(CFLAGS) -static $(LDFLAGS) $^ $(LDLIBS) -o $(PROGRAM) > > See if you still have a problem. > dev.acmesystems.it is up and running again :-) ... Revision 108 doesn't exists anymore, so I checked out the latest version. But the problem still exists. So I followed John's version to upload manually and link with the LD_LIBRARY_PATH. This is working, but not great.
Eddy >
