I\'m trying a simple cross compile (cc) for an ARM-CORTEX-A9: To keep things simple thats the c-code:
#include int main() { printf(\"Hello
Ther was a missing link in the lib folder Linaro Ubuntu. It showed up with readelf -a
lib
readelf -a
[Requesting program interpreter: /lib/ld-linux.so.3]
Putting the link lib/ld-linux.so.3 to lib/arm-linux-gnueabihf/ld-2.15.so
lib/ld-linux.so.3
lib/arm-linux-gnueabihf/ld-2.15.so
and it works.
Thanks for the help Sergey