From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tinyArch.localdomain (unknown [78.110.170.148]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 713B5E011D1 for ; Thu, 15 Mar 2012 03:29:31 -0700 (PDT) Received: from [192.168.0.26] (unknown [195.171.99.130]) by tinyArch.localdomain (Postfix) with ESMTPSA id 8D39C2809C for ; Thu, 15 Mar 2012 09:59:50 +0000 (GMT) Message-ID: <4F61C496.2070506@communistcode.co.uk> Date: Thu, 15 Mar 2012 10:29:42 +0000 From: Jack Mitchell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120217 Thunderbird/10.0.2 MIME-Version: 1.0 To: meta-ti@yoctoproject.org Subject: u-boot failure X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Mailing list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2012 10:29:31 -0000 Content-Type: multipart/alternative; boundary="------------060807060408080309050206" --------------060807060408080309050206 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Trying to compile the systemd-image from Angstrom for the BeagleBone this morning and I ran into a few errors, the first one being in meta-ti and u-boot related: ERROR: Function failed: do_compile (see /home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/temp/log.do_compile.18432 for further information) NOTE: make CROSS_COMPILE=arm-angstrom-linux-gnueabi- all for dir in tools examples/standalone examples/api arch/arm/cpu/armv7 /home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/arch/arm/cpu/armv7/ ; do \ make -C $dir _depend ; done make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/tools' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/tools' make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/examples/standalone' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/examples/standalone' make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/examples/api' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/examples/api' make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/arch/arm/cpu/armv7' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/arch/arm/cpu/armv7' make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/arch/arm/cpu/armv7' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/arch/arm/cpu/armv7' make -C tools all make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/tools' *make[1]: *** No rule to make target `/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/include/stddef.h', needed by `crc32.o'. Stop.* make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/tools' make: *** [tools] Error 2 ERROR: oe_runmake failed Could anyone shed any light on this? Regards, Jack. -- Jack Mitchell (jack@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- --------------060807060408080309050206 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Trying to compile the systemd-image from Angstrom for the BeagleBone this morning and I ran into a few errors, the first one being in meta-ti and u-boot related:

ERROR: Function failed: do_compile (see /home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/temp/log.do_compile.18432 for further information)
NOTE: make CROSS_COMPILE=arm-angstrom-linux-gnueabi- all
for dir in tools examples/standalone examples/api arch/arm/cpu/armv7 /home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/arch/arm/cpu/armv7/ ; do \
    make -C $dir _depend ; done
make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/tools'
make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/examples/standalone'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/examples/standalone'
make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/examples/api'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/examples/api'
make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/arch/arm/cpu/armv7'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/arch/arm/cpu/armv7'
make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/arch/arm/cpu/armv7'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/arch/arm/cpu/armv7'
make -C tools all
make[1]: Entering directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/tools'
make[1]: *** No rule to make target `/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/include/stddef.h', needed by `crc32.o'.  Stop.
make[1]: Leaving directory `/home/jack/angstrom/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/u-boot-2011.09+git-r26/git/tools'
make: *** [tools] Error 2
ERROR: oe_runmake failed
Could anyone shed any light on this?

Regards,
Jack.

-- 

  Jack Mitchell (jack@embed.me.uk)             
  Embedded Systems Engineer
  http://www.embed.me.uk

--
--------------060807060408080309050206--