
Hi Enric,
δΊ 6/27/2013 10:55 PM, Enric Balletbo Serra ει:
Hi Bo,
2013/6/27 Bo Shen voice.shen@gmail.com:
Hi All, When build u-boot master branch, I meet the following of error. ---8>--- lib/rsa/rsa-sign.c:26:25: fatal error: openssl/rsa.h: No such file or directory ---<8---
The master git commit id I build is: 1b9591c2375d59be333c98c760e06605007e20c3 (ColdFire: Update the arch_global_date changes for mcf5441x)
And lib/rsa/rsa-sign.c commit id is: 19c402afa2e1190f596f35a84ac049b10d814f1f (image: Add RSA support for image signing)
Best Regards, Bo Shen _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
FYI, from IRC
<vstehle> eballetbo: I remarked that this morning as well. Install openssl dev package and you should be ok <vstehle> eballetbo: I think this is now used by mkimage, for signing, presumably? <eballetbo> vstehle: ok, i see, now these headers are required to build the host tools. Thanks
You should install openssl dev package in your host machine.
it is solved the problem. Thanks for you information.
Hope it helps you, Enric
Best Regards, Bo Shen