[U-Boot] MAKEALL build error on usb/master branch

Hi Marek
I thought you might like to be aware of this error, if not already known.
Thanks Troy
/u-boot-imx6/LOG$ cat mx28evk.ERR mxsimage.c:18:25: fatal error: openssl/evp.h: No such file or directory compilation terminated. make[1]: *** [mxsimage.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** wait: No child processes. Stop. make: *** [tools] Error 2

Dear Troy Kisky,
Hi Marek
I thought you might like to be aware of this error, if not already known.
Known, when building for MXS (mx23 and mx28), you need libssl-dev installed (openssl development libs and headers). Same rule applies when you use signed FIT images.
So, solution is to install libssl-dev (for debian-based distro) or whatever your favorite distro has.
Best regards, Marek Vasut

On 9/26/2013 1:22 PM, Marek Vasut wrote:
Dear Troy Kisky,
Hi Marek
I thought you might like to be aware of this error, if not already known.
Known, when building for MXS (mx23 and mx28), you need libssl-dev installed (openssl development libs and headers). Same rule applies when you use signed FIT images.
So, solution is to install libssl-dev (for debian-based distro) or whatever your favorite distro has.
Best regards, Marek Vasut
Thanks Marek
participants (2)
-
Marek Vasut
-
Troy Kisky