
3 Aug
2016
3 Aug
'16
7:55 p.m.
On 2 August 2016 at 14:35, kirti kumbhar kirtikumbhard@gmail.com wrote:
Sir, I have download the source of u-boot,but there is one problem when I installing cross complier there are many dependency of assembly code I try to remove it but not working correctly so,sir please send some command or source code.
Did you tried the latest? [1] are you creating cross compiler manually or took it from sourcery bench? Once you have a proper cross compiler in your host these are the steps for building
export PATH=/to/cross_compler_patch/../bin:$PATH export CROSS_COMPILE=arm-none-linux-gnueabi-
$ make *_defconfig; make
[1] http://git.denx.de/?p=u-boot.git;a=summary
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.