Hello everyone,
I am a newbee of Ubuntu and recently trying to build and package librepilot project under Ubuntu14.04LTS(running on VMWare).
I followed steps described in Linux-Building and Packaging(
https://librepilot.atlassian.net/wiki/spaces/LPDOC/pages/57671696/Linux+-+Building+and+Packaging), and everthing went through quite well until the last command "make package", there are many warning occurs, just like:
"
dpkg-shlibdeps: warning: can't extract name and version from library name 'libCore.so'
dpkg-shlibdeps: warning: can't extract name and version from library name 'libUAVTalk.so'
dpkg-shlibdeps: warning: can't extract name and version from library name 'libUAVObjects.so'
" and so on.
So here are some questions:
1. What do the warning messages mean and how to solve that? If I missed any simportant steps should be done but not mentioned in that webpage?
2. What does "make package" mean? Is it going to generate executable file for librepilot board? If Yes, where can I get the output file finally?
Detailed log is attached under.
Any help is appreciated!!
Best Regards