Why does the 1043ARDB fsl-image-full build fail?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Why does the 1043ARDB fsl-image-full build fail?

2,366 Views
Gandalf-kern
Contributor IV

Followed the recommendation provided by Pavel, but trying to build either minimum or full I see the same error as the other response with VlanConfig.c.  Can you try the SOURCE shipped with the 1041A and reconfirm it still works on 14.04.1-Ubuntu? There is likely something broken, or a configuration issue that isn't documented sufficiently.

| make: *** [/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfig.c] Aborted (core dumped)

|

|

| build.py...

|  : error 7000: Failed to execute command

|     make tbuild [/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe]

|

|

| build.py...

|  : error F002: Failed to build module

|     /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf [AARCH64, GCC48, RELEASE]

|

| - Failed -

| Build end time: 07:28:47, Mar.16 2016

| Build total time: 00:02:05

|

| WARNING: /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/temp/run.do_compile.21041:1 exit 1 from

|   build -p /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/${UEFI_PATH}Pkg/${board}.dsc -a $ARCH -t $TARGET_TOOLS -b RELEASE

| ERROR: Function failed: do_compile (log file is located at /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/temp/log.do_compile.21041)

ERROR: Task 95 (/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/meta-fsl-networking/recipes-bsp/uefi/uefi-ls1043a_git.bb, do_compile) failed with exit code '1'

NOTE: Tasks Summary: Attempted 1219 tasks of which 14 didn't need to be rerun and 1 failed.

Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release fails to build for fsl-image-full.  Building VlanConfig.c Aborted (core dumped).

$ uname -a

Linux linuxadmin-Latitude-E7440 3.19.0-51-generic #58~14.04.1-Ubuntu SMP Fri Feb 26 22:02:58 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

After installing the non-cache source for Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release I do the following build procedure.

Build Procedure taken from the following community page and the LS1043A reference Manual. How to compile an image for LS1043A

  1. sudo apt-get install ubuntu-minimal ubuntu-standard patch vim-common sed wget subversion git-core coreutils libbonobo2-common unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat make gcc build-essential xz-utils g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libncurses5-dev cvs tofrodos

                Message:  /bin/sh -> dash

    2. command: sudo dpkg-reconfigure dash

                Answer after password – No

                Message:

                Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'

                Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'

                Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'

                Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash'

    3. command for checking: ls -l /bin/sh

                Message: /bin/sh -> bash

    4. cd <yocto_install_path>

    5. ./poky/scripts/host-prepare.sh

Then I follow the Freescale Linux LS1043A SDK v0.5 Reference Manual AWRIQSDKLS1 Rev A, 12/2015.

Note I do not install nor use Install LS1043A SDK v0.5 AARCH64 BE CACHE nor LS1043A SDK v0.5 AARCH64 CACHE. I only use LS1043A SDK v0.5 SOURCE and attempt a full build non-cache build.

$ wget https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tar.xz

$ tar -xf Python-2.7.6.tar.xz

$ cd Python-2.7.6

$ ./configure --prefix=/opt/python-2.7.6

$ make

$ sudo make install

Please run below export command to ensure python 2.7.x is used for Yocto build.

$ export PATH=/opt/python-2.7.6/bin:$PATH

$ sudo apt-get install sed wget subversion git-core coreutils unzip

texi2html texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2

diffstat make gcc build-essential xsltproc g++ desktop-file-utils

chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool

xterm libxml-parser-perl vim-common xz-utils cvs tofrodos

libstring-crc32-perl ubuntu-minimal ubuntu-standard patch

libbonobo2-common libncurses5-dev

$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 ia32-libs lib32ncurses5-dev (some of these libraries are no longer available)

$ source ./poky/fsl-setup-poky -m ls1043ardb

$ bitbake fsl-image-full

Here is the yocto build error I receive:

make: *** [/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfig.c] Aborted (core dumped)

|

|

| build.py...

|  : error 7000: Failed to execute command

|     make tbuild [/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe]

|

|

| build.py...

|  : error F002: Failed to build module

|     /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf [AARCH64, GCC48, RELEASE]

|

| - Failed -

| Build end time: 21:34:50, Mar.14 2016

| Build total time: 00:00:16

|

| WARNING: /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/temp/run.do_compile.10176:1 exit 1 from

|   build -p /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/${UEFI_PATH}Pkg/${board}.dsc -a $ARCH -t $TARGET_TOOLS -b RELEASE

| ERROR: Function failed: do_compile (log file is located at /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/temp/log.do_compile.10176)

ERROR: Task 95 (/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/meta-fsl-networking/recipes-bsp/uefi/uefi-ls1043a_git.bb, do_compile) failed with exit code '1'

NOTE: Tasks Summary: Attempted 3374 tasks of which 3348 didn't need to be rerun and 1 failed.

Waiting for 0 running tasks to finish:

Summary: 1 task failed:

  /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/meta-fsl-networking/recipes-bsp/uefi/uefi-ls1043a_git.bb, do_compile

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Why is there a  core dump?  Is there a library dependency, and if so, which library?

Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfig.c] Aborted (core dumped)

Tags (2)
0 Kudos
10 Replies

1,171 Views
zhifangxiu
Contributor I

Hi Tracy

     I can build the SDK V0.5 now.

     I just reinstall my Ubuntu system. The new system is Ubuntu 14.04.3(32 bit), and my old system is Ubuntu 14.04.1(64 bit). I can bitbake fsl-image-full package and compile successfully.

     But I just don't know why it happened. If someone can told that, thanks.

0 Kudos

1,171 Views
Gandalf-kern
Contributor IV

Use the following:

Step 1. Linux InstallationUbuntu 14.04 Installation

Get the ISO from the Ubuntu site.

http://releases.ubuntu.com/14.04/ubuntu-14.04.3-desktop-amd64.iso

That's Trusty Tahir - Long Term Stable. Simply follow the instructions to

install in the Reference Manual. Use the following to create a boot USB if

needed.

http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu

CentOS 7.2 Installation

Get the ISO from the CentOS site. At the moment the latest link is

http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1511.iso

Raw copy it to any flash stick, provided it's size is 8GB at least. This

stick becomes bootable, simply follow the instructions during the booting

process.

Step 2. Install additional Linux packages.

There are a lot of these. The list below is not necessarily complete.

1.

Ubuntu:

sudo apt-get install gawk wget git-core diffstat unzip texinfo

gcc-multilib build-essential chrpath libsdl1.2-dev xterm curl phablet-tools

sudo apt-get install autoconf automake libtool libglib2.0-dev make

xsltproc docbook-utils fop dblatex xmlto socat wget

sudo apt-get install ubuntu-minimal ubuntu-standard patch vim-common sed

wget subversion git-core coreutils libbonobo2-common unzip texi2html

texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat make gcc

build-essential xz-utils g++ desktop-file-utils chrpath libgl1-mesa-dev

libglu1-mesa-dev autoconf automake groff libtool xterm libncurses5-dev cvs

tofrodos

2.

CentOS

sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch

autoconf automake

sudo yum install diffutils diffstat git cpp gcc gcc-c++ glibc-devel

texinfo chrpath socat

sudo yum install perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue

SDL-devel xterm wget

Step 3. Configuration and Build.

Make sure that the default shell pointed by the soft link /bin/sh is

actually the bash shell. Otherwise some built scripts in Yocto may fail

with "source: not found" exception. This is not the case with the latest

Yocto though. As the Ubuntu makes the dash as the default shell, execute

the following command and say "no" when prompted:

1. 2. a) command: ls -l /bin/sh

Message: /bin/sh -> dash

b) command: sudo dpkg-reconfigure dash

Answer after password – No

Message:

Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'

Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'

Removing 'diversion of /usr/share/man/man1/sh.1.gz to

/usr/share/man/man1/sh.distrib.1.gz by dash'

Adding 'diversion of /usr/share/man/man1/sh.1.gz to

/usr/share/man/man1/sh.distrib.1.gz by bash'

c) command for checking: ls -l /bin/sh

Message: /bin/sh -> bash

1. 3. install SDK source

2. 4. scripts: sudo ./poky/scripts/host-prepare.sh

3. 5. source ./poky/fsl-setup-poky -m ls1043ardb

4. 6. bitbake fsl-image-minimal

5. 7. bitbake fsl-image-full

1,171 Views
Gandalf-kern
Contributor IV

Generating the core, which I will do a complete build and generate again,

shows an abort when attempting to make a virtual system call. Need to find

out who is causing the virtual system call to abort when attempting to

generate the VlanConfig.c file. I suspect a build tool was fixed between

ubuntu 14.04.01 and 14.04.03

Core was generated by

`/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_rel'.

Program terminated with signal SIGABRT, Aborted.

#0 0x40022424 in __kernel_vsyscall ()

(gdb) quit

tlsmith@tlsmith-Latitude-E7440:~/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe$

gdb -c core

GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7

Copyright (C) 2014 Free Software Foundation, Inc.

License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html

This is free software: you are free to change and redistribute it.

There is NO WARRANTY, to the extent permitted by law. Type "show copying"

and "show warranty" for details.

This GDB was configured as "i686-linux-gnu".

Type "show configuration" for configuration details.

For bug reporting instructions, please see:

<http://www.gnu.org/software/gdb/bugs/>.

Find the GDB manual and other documentation resources online at:

<http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".

Type "apropos word" to search for commands related to "word".

Core was generated by

`/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_rel'.

Program terminated with signal SIGABRT, Aborted.

#0 0x40022424 in __kernel_vsyscall ()

(gdb) bt

#0 0x40022424 in __kernel_vsyscall ()

#1 0x40171827 in ?? ()

#2 0x402ee000 in ?? ()

#3 0x4023f37b in ?? ()

#4 0x00000002 in ?? ()

#5 0x402a71b3 in ?? ()

#6 0x402a7134 in ?? ()

#7 0xbffc50e8 in ?? ()

Backtrace stopped: previous frame inner to this frame (corrupt stack?)

(gdb) bt

#0 0x40022424 in __kernel_vsyscall ()

#1 0x40171827 in ?? ()

#2 0x402ee000 in ?? ()

#3 0x4023f37b in ?? ()

#4 0x00000002 in ?? ()

#5 0x402a71b3 in ?? ()

#6 0x402a7134 in ?? ()

#7 0xbffc50e8 in ?? ()

Backtrace stopped: previous frame inner to this frame (corrupt stack?)

0 Kudos

1,171 Views
Gandalf-kern
Contributor IV

Based on what you have and I have. Ubuntu 14.04.3(32 or 64 bit) builds

successfully, but 14.04.1 LTS (32 or 64 bit) failes. My python3 version is

3.4.0 for the 14.04.1 LTS (32-bit). I'll install Ubuntu 14.04.3

(32-bit/64-bit) and see if I can get it to build successfully.

Surely there is a fix for this 14.04.1 build issue for the

VlanConfigDxe/DEBUG/VlanConfig.c issue. We shouldn't have to be this

particular on the version to get Vlan to build successfully.

| "aarch64-fsl-linux-gcc" -x c -E -P -DVFRCOMPILE --include

/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxeStrDefs.h

-I/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/VlanConfigDxe

-I/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG

-I/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg

-I/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Include

-I/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Include/AArch64

-I/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg

-I/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Include

/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr

/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfig.i

| "VfrCompile" -l -n --string-db

/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxeStrDefs.hpk

--output-directory

/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/.

/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfig.i

*| make: ***

Aborted (core dumped)*

0 Kudos

1,171 Views
Gandalf-kern
Contributor IV

Successful build:

tlsmith@tlsmith-Latitude-E7440:/$ lsb_release -a

No LSB modules are available.

Distributor ID: Ubuntu

Description: Ubuntu 14.04.3 LTS 64-bit (added from details)

Release: 14.04

Codename: trusty

Python is a convulted mess. Maybe it is the paython versions. I'm using

python3 version 3.4.3 and python 2.7.6 with python -cache policy python

showing 2.7.5-5ubuntu3 as installed and cadidate.

Failed build:

tlsmith@tlsmith-Latitude-E7440:/$ lsb_release -a

No LSB modules are available.

Distributor ID: Ubuntu

Description: Ubuntu 14.04.1 LTS 32-bit (added from details)

Release: 14.04

Codename: trusty

On a ubuntu 14.04.1 LTS release 14.04 that fails, python3 version is 3.4.0

and python 2.7.6 with python -cache policy python showing 2.75-ubuntu3 as

installed and candidate.

So, python3 3.43. (working build) vs. 3.4.0 (failed build). If a script is

using python3, it might be the cause. Also, the Ubuntu 14.04.3 LTS 64-bit

was successful, but Ubunto 14.04.1 LTS 32-bit failed.

On Thu, Mar 17, 2016 at 12:17 AM, zhifangxiu <admin@community.freescale.com>

0 Kudos

1,171 Views
misakamikoto
Contributor III

Hi Tracy:

   Did u slove it,i had the same case,and i wonder if Pavel use the same version sdk as ours.

I can compile the V0.4 sdk sucessfully,but fail at the V0.5 sdk,get the same error as this issue.

0 Kudos

1,171 Views
Gandalf-kern
Contributor IV

Sorry question wasn't answered. I followed the recommendation provided by Pavel above for the minimum build, but trying to build either minimum or full I see the same error as Zhifang Xiu with VlanConfig.c breaking the build.  Can you try the SOURCE shipped with the 1041A and reconfirm it still builds on 14.04.1-Ubuntu? There is likely something broken, or a configuration issue that isn't documented sufficiently.  Also, why is building minimum required prior to building full?  Full doesn't include the minimum?  I suspect it was tested individually uboot, kernel, etc. but not using bitbake minimum or full builds since neither successfully build when following the RM.  Other customers concerned with the same issue.

| make: *** [/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfig.c] Aborted (core dumped)

|

|

| build.py...

|  : error 7000: Failed to execute command

|     make tbuild [/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe]

|

|

| build.py...

|  : error F002: Failed to build module

|     /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf [AARCH64, GCC48, RELEASE]

|

| - Failed -

| Build end time: 07:28:47, Mar.16 2016

| Build total time: 00:02:05

|

| WARNING: /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/temp/run.do_compile.21041:1 exit 1 from

|   build -p /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/${UEFI_PATH}Pkg/${board}.dsc -a $ARCH -t $TARGET_TOOLS -b RELEASE

| ERROR: Function failed: do_compile (log file is located at /home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/temp/log.do_compile.21041)

ERROR: Task 95 (/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/meta-fsl-networking/recipes-bsp/uefi/uefi-ls1043a_git.bb, do_compile) failed with exit code '1'

NOTE: Tasks Summary: Attempted 1219 tasks of which 14 didn't need to be rerun and 1 failed.

Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release fails to build for fsl-image-full.  Building VlanConfig.c Aborted (core dumped).

0 Kudos

1,171 Views
zhifangxiu
Contributor I

Hello Pavel,

     I have the same question too, and I also try the solution you provide. But the error exist as before.

     Here is the log.

DEBUG: Executing shell function do_compile

Loading previous configuration from $WORKSPACE/Conf/BuildEnv.sh

WORKSPACE: /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git

EDK_TOOLS_PATH: /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/BaseTools

Build environment: Linux-3.13.0-83-generic-x86_64-with-Ubuntu-14.04-trusty

Build start time: 15:09:09, Mar.16 2016

WORKSPACE        = /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git

ECP_SOURCE       = /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EdkCompatibilityPkg

EDK_SOURCE       = /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EdkCompatibilityPkg

EFI_SOURCE       = /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EdkCompatibilityPkg

EDK_TOOLS_PATH   = /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/BaseTools

Architecture(s)  = AARCH64

Build target     = RELEASE

Toolchain        = GCC48

Active Platform          = /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/LS1043aRdbPkgXipBoot.dsc

Flash Image Definition   = /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/LS1043aRdbPkgXipBoot.fdf

Processing meta-data ...... done!

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BasePrintLib/BasePrintLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Drivers/DUart/DUart.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/IfcNorFlashLib/IfcNorFlashLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/DUartPortLib/DUartPortLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/CpldLib/CpldLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/ArmTrustZone/ArmTrustZone.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/LS1043aSocLib/LS1043aSocLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BaseLib/BaseLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/IfcNandFlashLib/IfcNandFlashLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/I2cLib/I2cLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/DdrLib/DdrLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/LS1043aRdbLib/LS1043aRdbLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/LS1043aPrePiNor/LS1043aPrePiNor.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Drivers/ArmGic/ArmGicLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/UefiLib/UefiLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/DxeHobLib/DxeHobLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/Library/FdtLib/FdtLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/BdsLib/BdsLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellLib/UefiShellLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/DUartPortLib/DUartPortExtLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/ResetSystemLib/ResetSystemLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/Ds1307RtcLib/Ds1307RtcLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/SdxcLib/SdxcLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Library/SemihostLib/SemihostLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/DspiFlashLib/DspiFlashLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/LS1043aFileSystemLib/LS1043aFileSystemLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiDpLib/UefiDpLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Library/LS1043aPrePi/PeiMPCore.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Core/Dxe/DxeMain.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Drivers/CpuDxe/CpuDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/SerialDxe/SerialDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Drivers/TimerDxe/TimerDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Drivers/LS1043aWatchDog/LS1043aWatchDogDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Drivers/ArmGic/ArmGicDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Drivers/PpaInitDxe/PpaInitDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/ArmPkg/Filesystem/SemihostFs/SemihostFs.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Drivers/DspiDxe/DspiDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Drivers/NorFlashDxe/NorFlashDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Drivers/NandFlashDxe/NandFlashDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Drivers/LS1043aFileSystemDxe/LS1043aFileSystemDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Drivers/MmcDxe/MmcDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Drivers/I2c/I2cDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/LS1043aRdbPkg/Drivers/PciHostBridgeDxe/PciHostBridgeDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf [AARCH64]

make: Nothing to be done for `tbuild'.

Building ... /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf [AARCH64]

"aarch64-fsl-linux-gcc"   -x c -E -P -DVFRCOMPILE --include /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxeStrDefs.h -I/home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/VlanConfigDxe -I/home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG -I/home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg -I/home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Include -I/home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdePkg/Include/AArch64 -I/home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg -I/home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Include /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfig.vfr > /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfig.i

"VfrCompile" -l -n --string-db /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxeStrDefs.hpk --output-directory /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/. /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfig.i

make: *** [/home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfig.c] Aborted (core dumped)

build.py...

: error 7000: Failed to execute command

    make tbuild [/home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/Build/LS1043aRdb/RELEASE_GCC48/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe]

build.py...

: error F002: Failed to build module

    /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf [AARCH64, GCC48, RELEASE]

- Failed -

Build end time: 15:09:17, Mar.16 2016

Build total time: 00:00:08

WARNING: /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/temp/run.do_compile.26445:1 exit 1 from

  build -p /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/${UEFI_PATH}Pkg/${board}.dsc -a $ARCH -t $TARGET_TOOLS -b RELEASE

ERROR: Function failed: do_compile (log file is located at /home/supcon/sdk_ls1043/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/temp/log.do_compile.26445)

0 Kudos

1,171 Views
Gandalf-kern
Contributor IV

Hi Pavel,

a defect ticket needs to be opened against this. Are you able to open a

NXP ticket?

bitbake fsl-image-minimal

| make: ***

Aborted (core dumped)

|

|

| build.py...

| : error 7000: Failed to execute command

| make tbuild

|

|

| build.py...

| : error F002: Failed to build module

|

/home/tlsmith/sb/src/Linux-LS1043A-SDK-V0.5-20151223-yocto/build_ls1043ardb_release/tmp/work/ls1043ardb-fsl-linux/uefi-ls1043a/git-r0/git/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf

|

| - Failed -

| Build end time: 20:36:17, Mar.16 2016

| Build total time: 00:00:18

uild Configuration:

BB_VERSION = "1.22.0"

BUILD_SYS = "i686-linux"

NATIVELSBSTRING = "Ubuntu-14.04"

TARGET_SYS = "aarch64-fsl-linux"

MACHINE = "ls1043ardb"

DISTRO = "fsl-networking"

DISTRO_VERSION = "1.6.1"

TUNE_FEATURES = "aarch64"

meta

meta-yocto

meta-yocto-bsp = "(detachedfrom65a7a85):error:"

meta-fsl-arm = "(detachedfrom05f1748):error:"

meta-fsl-networking = "(detachedfromae11e55):error:"

meta-fsl-testing =

"(detachedfromfff2c5f):fff2c5fab98f29034d718c210a493fffb33ef142"

meta-fsl-toolchain

meta-virtualization = "

0 Kudos

1,171 Views
Pavel
NXP Employee
NXP Employee

Usually the following command sequence is used:

  1. 1. sudo apt-get install ubuntu-minimal ubuntu-standard patch vim-common sed wget subversion git-core coreutils libbonobo2-common unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat make gcc build-essential xz-utils g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libncurses5-dev cvs tofrodos

  1. 2.  a) command: ls -l /bin/sh

                Message:  /bin/sh -> dash

    b) command: sudo dpkg-reconfigure dash

                Answer after password – No

                Message:

                Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'

                Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'

                Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'

                Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash'

    c) command for checking: ls -l /bin/sh

                Message: /bin/sh -> bash

  1. 3. install SDK source
  2. 4. scripts: sudo ./poky/scripts/host-prepare.sh
  3. 5. source ./poky/fsl-setup-poky -m ls1043ardb
  4. 6. bitbake fsl-image-minimal
  5. 7. bitbake fsl-image-full

I have tested this command sequence using Ubuntu 14.04.

Have a great day,
Pavel

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos