Ok. Now I understand... the toolchain based on Skaya's HOWTO works well, when it compiles with -static option.
However, I would like to find out what libraries are requred to be inserted into the target device in order to have dynamically linked programs work as well.
What confuses me is that no complains about missing *so files arises when I try to run these, just:
-sh: ./file: not found
Maybe it means that some so can't be found, but it doesn't tell which :-( And that is not very useful :-/


Reply With Quote
