From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Thu, 26 Sep 2013 13:33:42 -0700 Subject: [U-Boot] MAKEALL build error on usb/master branch In-Reply-To: <201309262222.36252.marex@denx.de> References: <52448A6D.9080909@boundarydevices.com> <201309262222.36252.marex@denx.de> Message-ID: <52449A26.4020101@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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