Hi,
I downloaded the u-boot from Git repository (u-boot-xlnx-master)
To compile u-boot, i type the two commands in the folder u-boot-xlnx-master
first commande : make zynq_zed_config
#configuration written to .config
second commande : make
when i type make, the following error appear :
In file included from tools/aisimage.c:10:0:
include/image.h:923:27: fatal error: openssl/evp.h: No such file or directory
# include <openssl/evp.h>
^
compilation terminated.
make[1]: *** [tools/aisimage.o] Error 1
make: *** [tools] Error 2
What is the problem ????
I am blocked!
Thanks for your help.