On 2014.01.17. 16:30, Detlev Zundel wrote:
Hi Alexey,

[...]

I've googled it and sorted it out. The problem was that executable was
dynamically linked and the *.so was not found on the embedded
system. I compiled it with -static and it runs.
I'm glad you solved the problem.  I only like for such answers to show
up in archives so that other people can profit from the answer in
DuckDuckGo searches yet to come ;)

Cheers
   Detlev


In case someone needs that (before the Makefile changes are accepted), I used the

make HOSTCC='arm-none-linuex-gnueabi-gcc -static' env
command to get it working.

Best regards,
Alexey


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to