This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ldd in Codesourcery Toolchain missing?



CodeSourcery Toolchain for ARM GNU/Linux EABI processors does not have ldd tool. Is there any other way to find out what libraries are required by a program?

Update:

In DM355 project, I have a root file system that has some basic libraries. I am trying to run some example programs on my board and the program complains that some libraries are not found. Is there an easy way to find the list of libraries that are required? If I need a library, where can I find it? Does the library have to be recompiled with the ARM CodeSourcery toolchain?