* u-boot failure
@ 2012-03-15 10:29 Jack Mitchell
2012-03-15 10:45 ` Gary Thomas
0 siblings, 1 reply; 3+ messages in thread
From: Jack Mitchell @ 2012-03-15 10:29 UTC (permalink / raw)
To: meta-ti
[-- Attachment #1: Type: text/plain, Size: 3427 bytes --]
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
--
[-- Attachment #2: Type: text/html, Size: 4324 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: u-boot failure
2012-03-15 10:29 u-boot failure Jack Mitchell
@ 2012-03-15 10:45 ` Gary Thomas
2012-03-15 11:02 ` Jack Mitchell
0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2012-03-15 10:45 UTC (permalink / raw)
To: Jack Mitchell; +Cc: meta-ti
On 2012-03-15 04:29, Jack Mitchell wrote:
> 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?
What's your build host?
It looks like your host gcc has some install problems (that missing
file is part of the base installation, at least on Fedora)
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: u-boot failure
2012-03-15 10:45 ` Gary Thomas
@ 2012-03-15 11:02 ` Jack Mitchell
0 siblings, 0 replies; 3+ messages in thread
From: Jack Mitchell @ 2012-03-15 11:02 UTC (permalink / raw)
To: meta-ti
On 15/03/12 10:45, Gary Thomas wrote:
> On 2012-03-15 04:29, Jack Mitchell wrote:
>> 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?
>
> What's your build host?
>
> It looks like your host gcc has some install problems (that missing
> file is part of the base installation, at least on Fedora)
>
Ok, I fixed it thanks for the nudge in the right direction Gary!
I had updated my hosts GCC inbetween builds, so I performed -c
cleasstate u-boot recompiled and it picked up my new GCC 4.6.3
libraries, rather than the non-existant 4.6.2 libraries it was
configured to use.
Cheers!
--
Jack Mitchell (jack@embed.me.uk)
Embedded Systems Engineer
http://www.embed.me.uk
--
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-15 11:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15 10:29 u-boot failure Jack Mitchell
2012-03-15 10:45 ` Gary Thomas
2012-03-15 11:02 ` Jack Mitchell
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.