|
|
Re: How to include a library file?
|
|
06/10/2009 7:09 AM
post31311
|
Re: How to include a library file?
Hi,
You also need to have the shared library on your target.
Either copy the lib directly onto the target, e.g. using the Target Filesystem Navigator, and put it into a directory
named in the LD_LIBRARY_PATH - e.g., /lib.
Or, open the run dialog, select your launch configuration, go to the "Upload" tab, check "Upload shared libraries to the
target" and press "Add..." to select and add your shared library. It will then be transferred to the target
automatically every time you run your program.
- Thomas
|
|
|
|
|