From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 27 Jun 2013 23:04:27 +0800 Subject: [U-Boot] Build error of u-boot mater branch In-Reply-To: References: <51CC4A6D.1030309@gmail.com> Message-ID: <51CC547B.9050704@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Enric, ? 6/27/2013 10:55 PM, Enric Balletbo Serra ??: > Hi Bo, > > 2013/6/27 Bo Shen : >> 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 at lists.denx.de >> http://lists.denx.de/mailman/listinfo/u-boot > > FYI, from IRC > > eballetbo: I remarked that this morning as well. Install > openssl dev package and you should be ok > eballetbo: I think this is now used by mkimage, for signing, > presumably? > 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