--- 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.

Best rgds,

--Geert

Reply via email to