Monday, March 8, 2010

Which Libraries do I need?

Sometimes when porting programs it is not clear which libraries you still need. The program build nicely, but does not run on the emulator or DR itself. The trick is to use the readelf-command.
arm-poky-linux-gnueabi-readelf -d your-app
shows a list of required libraries (among others).

No comments:

Post a Comment