I am trying to run an executable on Angstrom Linux, but ash tells me
-sh: ./myEx: not found
I've checked with readelf the program interpreter and it is
root@beagleboard:~# readelf -l myEx | grep interpreter
[Requesting program interpreter: /lib/ld-uClibc.so.0]
This program interpreter is missing. I've tried to symbolic link ld-linux.so.3
to ld-uClibc.so.0
but I think it's not correct and with no good results. I don't know where to install that or if I have to cross compile it from sources.