Skip to content

a shell script similar with ldd script to check the dependency of arm library

License

Notifications You must be signed in to change notification settings

nguoithichkhampha/arm-ldd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arm-ldd

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

how to use

Copy arm-none-linux-gnueabihf-ldd to bin folder of gcc toolchain

Run with command

arm-none-linux-gnueabihf-ldd --root=${sysroot} ${path_to_library}

Example result

About

a shell script similar with ldd script to check the dependency of arm library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages