a shell script similar with ldd script to check the dependency of arm library. This script is based on ldd script from https://github.com/crosstool-ng/crosstool-ng
arm-none-linux-gnueabihf-ldd --root=${sysroot} ${path_to_library}
a shell script similar with ldd script to check the dependency of arm library. This script is based on ldd script from https://github.com/crosstool-ng/crosstool-ng
arm-none-linux-gnueabihf-ldd --root=${sysroot} ${path_to_library}