Quoting "E. Boer" <[EMAIL PROTECTED]>:

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


the next option you have ...

1.) run make as normal
2.) copy the file into <sdk>/target/cris..../lib/*
3.) run make images
  this will regenarte the image from <sdk>/target/cris..../lib/* with  
out a recompile. note that the lib is only included, if there is also  
an application linking it



Reply via email to