Is there a working code example using shared objects? [answered]
asked 2013-12-24 17:38:19 +0200
This post is a wiki. Anyone with karma >75 is welcome to improve it.
I've had some issues getting my application to run on the device when using a third party library. The library links and is installed in the /usr/share/{name}/lib folder via the RPM with the rpath set correctly. However when I execute the app the main method doesn't run and I get "Remote application finished with exit code 0".
No errors appear in the logs, and if I remove the shared object from the LIBS setting the application runs.
Thanks