[U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code
Albert ARIBAUD
albert.u.boot at aribaud.net
Tue Apr 8 01:18:04 CEST 2014
Hi TigerLiu at via-alliance.com,
On Mon, 31 Mar 2014 15:30:45 +0800, <TigerLiu at 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.
More information about the U-Boot
mailing list