Hi tiger...@via-alliance.com,

On Mon, 31 Mar 2014 15:30:45 +0800, <tiger...@via-alliance.com> 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-gnu-
> 
> make vexpress_aemv8a
> 
>  
> 
> but when I tried to compile it with u-boot-2014.04-rc2.tar.bz2, it
> tiped:
> 
> Makefile:485: *** "System not configured - see README". Stop.
> 
>  
> 
> Best wishes,
> 
That should be

        make vexpress_aemv8a_config
        make

(note the _config) And with the upcoming Kconfig:

        make vexpress_aemv8a_defconfig)
        make

I personally use

        ./MAKEALL vexpress_aemv8a

(without the _[def]config)

Amicalement,
-- 
Albert.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to