From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code
Date: Tue, 8 Apr 2014 01:18:04 +0200 [thread overview]
Message-ID: <E1WXInl-00013X-CV@janus> (raw)
In-Reply-To: <FE7ADED5C2218B4786C09CD97DC4C49FE8CBAD@exchbj02.viatech.com.bj>
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.
prev parent reply other threads:[~2014-04-07 23:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1WXInl-00013X-CV@janus \
--to=albert.u.boot@aribaud.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.