When developing for native platform, I can use ldd to list all the shared libraries (.so files) a binary executable I build will try to load upon start-up. But when cross-co
this helped me
objdump -p /path/to/program | grep NEEDED