Quote:
Originally Posted by jackie_w
But that's the point - I couldn't get it to output anything. I'm sure this must have been a very basic misunderstanding on my part, but that old post didn't claim to be 'objdump for Dummies' - which is probably what I needed to get started 
|
It could be that the objdump you used didn't have support for ARM architecture. WIth Debian Linux the version of objdump that is installed by default only supports the host architecture, and you need to install a more complete multi-arch version manually.
To check, run
objdump --help and check whether the list of supported targets include
elf32-littlearm: