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.

Problem in dynamically loading libraries

Hello everybody,
I've cross compiled QT5.2.1 with ICU support for TI AM335x Starter Kit.


Now I am doing some tests, but I am not able to execute any program built against the cross-compiled QT.

If a perform a "strace" of my program I have the output that you can read at the following address: https://onedrive.live.com/redir?resid=DCB987547568DE13!107&authkey=!ANC7D8Zh7ZfGz4w&ithint=file,.log

The problem seems to be something wrong just after loading libicudata.so.52 library... exit_group(1) is being called somewhere... but who is calling it? How can I discover that?

Can somebody help me?