* [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code
@ 2014-03-31 7:30 TigerLiu at via-alliance.com
2014-03-31 7:38 ` [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-bootcode TigerLiu at via-alliance.com
2014-04-07 23:18 ` [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code Albert ARIBAUD
0 siblings, 2 replies; 3+ messages in thread
From: TigerLiu at via-alliance.com @ 2014-03-31 7:30 UTC (permalink / raw)
To: u-boot
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,
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-bootcode
2014-03-31 7:30 [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code TigerLiu at via-alliance.com
@ 2014-03-31 7:38 ` TigerLiu at via-alliance.com
2014-04-07 23:18 ` [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code Albert ARIBAUD
1 sibling, 0 replies; 3+ messages in thread
From: TigerLiu at via-alliance.com @ 2014-03-31 7:38 UTC (permalink / raw)
To: u-boot
Hi:
Has solved it.
>make vexpress_aemv8a
Should replace it with "make vexpress_aemv8a_config" and "make"
Best wishes,
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code
2014-03-31 7:30 [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code TigerLiu at via-alliance.com
2014-03-31 7:38 ` [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-bootcode TigerLiu at via-alliance.com
@ 2014-04-07 23:18 ` Albert ARIBAUD
1 sibling, 0 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2014-04-07 23:18 UTC (permalink / raw)
To: u-boot
Hi TigerLiu at via-alliance.com,
On Mon, 31 Mar 2014 15:30:45 +0800, <TigerLiu@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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-07 23:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 7:30 [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code TigerLiu at via-alliance.com
2014-03-31 7:38 ` [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-bootcode TigerLiu at via-alliance.com
2014-04-07 23:18 ` [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code Albert ARIBAUD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox