From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 8 Apr 2014 01:18:04 +0200 Subject: [U-Boot] [U-boot] how to compile vexpress_aemv8a with latest u-boot code In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi TigerLiu at 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-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.