Re: [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code

2014-04-07 Thread Albert ARIBAUD
Hi tiger...@via-alliance.com, On Mon, 31 Mar 2014 15:30:45 +0800, wrote: > Hi, experts: > > I usually compiled u-boot for ARMv8 FVP model with below command: > > export ARCH=aarch64 > > export > CROSS_COMPILE=/home/tiger/tiger-linux-share/CBP5860/ARMv8/gcc-linaro-aar > ch64/bin/aarch64-linux-

[U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code

2014-03-31 Thread TigerLiu
Hi, experts: I usually compiled u-boot for ARMv8 FVP model with below command: export ARCH=aarch64 export CROSS_COMPILE=/home/tiger/tiger-linux-share/CBP5860/ARMv8/gcc-linaro-aar ch64/bin/aarch64-linux-gnu- make vexpress_aemv8a but when I tried to compile it with u-boot-2014.04-rc2.tar.bz2,