
17 Jan
2014
17 Jan
'14
3:41 p.m.
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