Visualising Dependencies


chris_c

Member
Joined
Jun 25, 2010
Messages
393
Age
56
http://domseichter.blogspot.com/2008/02/visualize-dependencies-of-binaries-and.html
podofo.png


like I say not sure how useful it is but its certainly useful, take a look at the likes of gtk if you want a birds nest (no surprise there!)

example usage:
sh dependencies.sh /usr/lib/libgtk-x11-2.0.so img.png

you'd need graphvis installed
 
chris_c said:
http://domseichter.blogspot.com/2008/02/visualize-dependencies-of-binaries-and.html
podofo.png


like I say not sure how useful it is but its certainly useful, take a look at the likes of gtk if you want a birds nest (no surprise there!)

example usage:
sh dependencies.sh /usr/lib/libgtk-x11-2.0.so img.png

you'd need graphvis installed
does it work for arm binaries on a x86 host ?
 
Last edited by a moderator:
sebt3 said:
chris_c said:
http://domseichter.blogspot.com/2008/02/visualize-dependencies-of-binaries-and.html
podofo.png


like I say not sure how useful it is but its certainly useful, take a look at the likes of gtk if you want a birds nest (no surprise there!)

example usage:
sh dependencies.sh /usr/lib/libgtk-x11-2.0.so img.png

you'd need graphvis installed
does it work for arm binaries on a x86 host ?
like a charm... - wait I lied had my binaries mixed up - now I've gles emulation working on the pc I'm tending to dev a lot on the pc and then recompile for arm for occasional testing and release...
 
Last edited by a moderator:
I just looked at graphvis which is required by the script, if you really wanted you could probably get it running on the pandi without too much drama

-edit-
just had another thought

arm-angstrom-linux-gnueabi-readelf is in the tool chain - if you modify the script to use that then you should be able to see arm dependencies on pc...
 
Back
Top