查看可执行程序需要的程序库依赖

版权声明:本文为跃祥博主原创文章,转发需评论告知即可 ---UCAS_SICT。 https://blog.csdn.net/xiang_shao344/article/details/85852463

开发板为arm,交叉编译的不能用ldd直接查看

readelf -a  ./hello | grep "Shared"

可以看到hello程序所需要的共享库文件

猜你喜欢

转载自blog.csdn.net/xiang_shao344/article/details/85852463