[U-Boot] Compiling fw_printenv tool
Alexey Smishlayev
alexey at xtech2.lv
Fri Jan 17 15:41:23 CET 2014
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
More information about the U-Boot
mailing list