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