* build failures for eglibc_2.12 on FC14.x86_64 machine
@ 2011-02-09 22:47 Zhang, Jessica
2011-02-09 22:54 ` Gary Thomas
2011-02-09 22:57 ` Gary Thomas
0 siblings, 2 replies; 9+ messages in thread
From: Zhang, Jessica @ 2011-02-09 22:47 UTC (permalink / raw)
To: poky@yoctoproject.org
[-- Attachment #1.1: Type: text/plain, Size: 3436 bytes --]
Hi,
My meta-toolchain build on my FC14.x86_64 machine consistently failed with
below errors. This is against latest Poky master and build from scratch for
arm arch. Anyone has seen this or have any idea?
Thanks,
Jessica
#
make[2]: Leaving directory
`/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-natives
dk-2.12-r13/eglibc-2_12/libc/stdio-common'
#
make[2]: Entering directory
`/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-natives
dk-2.12-r13/eglibc-2_12/libc/stdio-common'
#
ccache x86_64-pokysdk-linux-gcc
--sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux-t
cbootstrap vfscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
-Wwrite-strings -fmerge-all-constants -fno-unwind-tables
-isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/opt
/poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include
-Wstrict-prototypes -fexceptions -I../include
-I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-native
sdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
@/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-natives
dk-2.12-r13/build-x86_64-pokysdk-linux/includes -I.. -I../libio -I.
-D_LIBC_REENTRANT -include ../include/libc-symbols.h -D_IO_MTSAFE_IO
-o
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o -MD -MP -MF
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o.dt -MT
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
#
ccache x86_64-pokysdk-linux-gcc
--sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux-t
cbootstrap vfwscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
-Wwrite-strings -fmerge-all-constants -fno-unwind-tables
-isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/opt
/poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include
-Wstrict-prototypes -fPIC -fexceptions -I../include
-I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-native
sdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
@/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-natives
dk-2.12-r13/build-x86_64-pokysdk-linux/includes -I.. -I../libio -I.
-D_LIBC_REENTRANT -include ../include/libc-symbols.h -DPIC -DSHARED
-D_IO_MTSAFE_IO -o
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os -MD -MP -MF
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os.dt -MT
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
#
/tmp/ccicvOVI.s: Assembler messages:
#
/tmp/ccicvOVI.s:2957: Error: junk `ff' after expression
#
/tmp/ccicvOVI.s:2957: Error: 8-byte relocation cannot be applied to 4-byte
field
#
make[2]: ***
[/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-natives
dk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os] Error 1
#
make[2]: *** Waiting for unfinished jobs....
[-- Attachment #1.2: Type: text/html, Size: 4597 bytes --]
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: build failures for eglibc_2.12 on FC14.x86_64 machine
2011-02-09 22:47 build failures for eglibc_2.12 on FC14.x86_64 machine Zhang, Jessica
@ 2011-02-09 22:54 ` Gary Thomas
2011-02-09 22:57 ` Gary Thomas
1 sibling, 0 replies; 9+ messages in thread
From: Gary Thomas @ 2011-02-09 22:54 UTC (permalink / raw)
To: Zhang, Jessica; +Cc: poky@yoctoproject.org
On 02/09/2011 03:47 PM, Zhang, Jessica wrote:
> Hi,
> My meta-toolchain build on my FC14.x86_64 machine consistently failed with below errors. This is against latest Poky master and build from scratch for arm arch. Anyone has seen
> this or have any idea?
No clue what caused this, but you should run the failing command by hand
(the 'ccache x86_64-pokysdk-linux-gcc ...' command) and append the -save-temps
option. This will keep GCC from deleting its intermediate files. Then you
can look at the .s file and maybe get a clue what caused it.
Most likely, since this is eGLIBC, it's coming from inline assembly or
some assembly fragment that's not being generated/expanded properly.
In the meantime, I'll give it a go on my FC14.x86_64 machine.
> #
> make[2]: Leaving directory `/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/eglibc-2_12/libc/stdio-common'
> #
> make[2]: Entering directory `/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/eglibc-2_12/libc/stdio-common'
> #
> ccache x86_64-pokysdk-linux-gcc --sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux-tcbootstrap vfscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
> -isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/opt/poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include -Wstrict-prototypes -fexceptions
> -I../include -I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
> @/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/includes -I.. -I../libio -I. -D_LIBC_REENTRANT -include
> ../include/libc-symbols.h -D_IO_MTSAFE_IO -o
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o -MD -MP -MF
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o.dt -MT
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
> #
> ccache x86_64-pokysdk-linux-gcc --sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux-tcbootstrap vfwscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
> -isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/opt/poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include -Wstrict-prototypes -fPIC -fexceptions
> -I../include -I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
> @/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/includes -I.. -I../libio -I. -D_LIBC_REENTRANT -include
> ../include/libc-symbols.h -DPIC -DSHARED -D_IO_MTSAFE_IO -o
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os -MD -MP -MF
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os.dt -MT
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
> #
> /tmp/ccicvOVI.s: Assembler messages:
> #
> /tmp/ccicvOVI.s:2957: Error: junk `ff' after expression
> #
> /tmp/ccicvOVI.s:2957: Error: 8-byte relocation cannot be applied to 4-byte field
> #
> make[2]: *** [/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os] Error 1
> #
> make[2]: *** Waiting for unfinished jobs....
>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: build failures for eglibc_2.12 on FC14.x86_64 machine
2011-02-09 22:47 build failures for eglibc_2.12 on FC14.x86_64 machine Zhang, Jessica
2011-02-09 22:54 ` Gary Thomas
@ 2011-02-09 22:57 ` Gary Thomas
2011-02-09 23:04 ` Zhang, Jessica
1 sibling, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2011-02-09 22:57 UTC (permalink / raw)
To: Zhang, Jessica; +Cc: poky@yoctoproject.org
On 02/09/2011 03:47 PM, Zhang, Jessica wrote:
> Hi,
> My meta-toolchain build on my FC14.x86_64 machine consistently failed with below errors. This is against latest Poky master and build from scratch for arm arch. Anyone has seen
> this or have any idea?
BTW, which MACHINE? There are a couple of ARM targets and they use
different compiler (options/versions).
> #
> make[2]: Leaving directory `/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/eglibc-2_12/libc/stdio-common'
> #
> make[2]: Entering directory `/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/eglibc-2_12/libc/stdio-common'
> #
> ccache x86_64-pokysdk-linux-gcc --sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux-tcbootstrap vfscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
> -isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/opt/poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include -Wstrict-prototypes -fexceptions
> -I../include -I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
> @/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/includes -I.. -I../libio -I. -D_LIBC_REENTRANT -include
> ../include/libc-symbols.h -D_IO_MTSAFE_IO -o
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o -MD -MP -MF
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o.dt -MT
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
> #
> ccache x86_64-pokysdk-linux-gcc --sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux-tcbootstrap vfwscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
> -isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/opt/poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include -Wstrict-prototypes -fPIC -fexceptions
> -I../include -I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
> @/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/includes -I.. -I../libio -I. -D_LIBC_REENTRANT -include
> ../include/libc-symbols.h -DPIC -DSHARED -D_IO_MTSAFE_IO -o
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os -MD -MP -MF
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os.dt -MT
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
> #
> /tmp/ccicvOVI.s: Assembler messages:
> #
> /tmp/ccicvOVI.s:2957: Error: junk `ff' after expression
> #
> /tmp/ccicvOVI.s:2957: Error: 8-byte relocation cannot be applied to 4-byte field
> #
> make[2]: *** [/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os] Error 1
> #
> make[2]: *** Waiting for unfinished jobs....
>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: build failures for eglibc_2.12 on FC14.x86_64 machine
2011-02-09 22:57 ` Gary Thomas
@ 2011-02-09 23:04 ` Zhang, Jessica
2011-02-10 0:59 ` Kamble, Nitin A
0 siblings, 1 reply; 9+ messages in thread
From: Zhang, Jessica @ 2011-02-09 23:04 UTC (permalink / raw)
To: Gary Thomas; +Cc: poky@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 4005 bytes --]
Gary Thomas wrote:
> On 02/09/2011 03:47 PM, Zhang, Jessica wrote:
>> Hi,
>> My meta-toolchain build on my FC14.x86_64 machine consistently
>> failed with below errors. This is against latest Poky master and
>> build from scratch for arm arch. Anyone has seen this or have any
>> idea?
>
> BTW, which MACHINE? There are a couple of ARM targets and they use
> different compiler (options/versions).
In my local.conf, the MACHINE is set to "qemuarm"...
>
>> #
>> make[2]: Leaving directory
>>
`/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-natives
dk-2.12-r13/eglibc-2_12/libc/stdio-common'
>> #
>> make[2]: Entering directory
>>
`/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-natives
dk-2.12-r13/eglibc-2_12/libc/stdio-common'
>> #
>> ccache x86_64-pokysdk-linux-gcc
>>
--sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux-t
cbootstrap
>> vfscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
>> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
>>
-isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/opt
/poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include
>> -Wstrict-prototypes -fexceptions
>> -I../include
>>
-I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-native
sdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
>>
@/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-natives
dk-2.12-r13/build-x86_64-pokysdk-linux/includes
>> -I.. -I../libio -I. -D_LIBC_REENTRANT -include
>> ../include/libc-symbols.h -D_IO_MTSAFE_IO -o
>>
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
>> -MD -MP -MF
>>
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o.dt
>> -MT
>>
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
>> #
>> ccache x86_64-pokysdk-linux-gcc
>>
--sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux-t
cbootstrap
>> vfwscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
>> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
>>
-isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/opt
/poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include
>> -Wstrict-prototypes -fPIC -fexceptions
>> -I../include
>>
-I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-native
sdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
>>
@/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-natives
dk-2.12-r13/build-x86_64-pokysdk-linux/includes
>> -I.. -I../libio -I. -D_LIBC_REENTRANT -include
>> ../include/libc-symbols.h -DPIC -DSHARED -D_IO_MTSAFE_IO -o
>>
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
>> -MD -MP -MF
>>
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os.dt
>> -MT
>>
/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-nativesd
k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
>> # /tmp/ccicvOVI.s: Assembler messages: # /tmp/ccicvOVI.s:2957:
>> Error: junk `ff' after expression # /tmp/ccicvOVI.s:2957: Error:
>> 8-byte relocation cannot be applied to 4-byte field #
>> make[2]: ***
>>
[/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-natives
dk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os]
>> Error 1 #
>> make[2]: *** Waiting for unfinished jobs....
>>
>>
>>
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: build failures for eglibc_2.12 on FC14.x86_64 machine
2011-02-09 23:04 ` Zhang, Jessica
@ 2011-02-10 0:59 ` Kamble, Nitin A
2011-02-10 1:19 ` Kamble, Nitin A
0 siblings, 1 reply; 9+ messages in thread
From: Kamble, Nitin A @ 2011-02-10 0:59 UTC (permalink / raw)
To: Zhang, Jessica, Gary Thomas; +Cc: poky@yoctoproject.org
Jessica,
I just tried this on my f13.64 box
MACHINE=qemuarm bitbake eglibc
And it passed the compile phase and doing the install now.
Next I will try it on a F14.64 box.
Thanks,
Nitin
> -----Original Message-----
> From: poky-bounces@yoctoproject.org [mailto:poky-
> bounces@yoctoproject.org] On Behalf Of Zhang, Jessica
> Sent: Wednesday, February 09, 2011 3:05 PM
> To: Gary Thomas
> Cc: poky@yoctoproject.org
> Subject: Re: [poky] build failures for eglibc_2.12 on FC14.x86_64
> machine
>
> Gary Thomas wrote:
> > On 02/09/2011 03:47 PM, Zhang, Jessica wrote:
> >> Hi,
> >> My meta-toolchain build on my FC14.x86_64 machine consistently
> failed
> >> with below errors. This is against latest Poky master and build from
> >> scratch for arm arch. Anyone has seen this or have any idea?
> >
> > BTW, which MACHINE? There are a couple of ARM targets and they use
> > different compiler (options/versions).
>
> In my local.conf, the MACHINE is set to "qemuarm"...
>
>
>
> >
> >> #
> >> make[2]: Leaving directory
> >>
> `/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> natives
> dk-2.12-r13/eglibc-2_12/libc/stdio-common'
> >> #
> >> make[2]: Entering directory
> >>
> `/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> natives
> dk-2.12-r13/eglibc-2_12/libc/stdio-common'
> >> #
> >> ccache x86_64-pokysdk-linux-gcc
> >>
> --sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
> linux-t
> cbootstrap
> >> vfscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
> >> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
> >>
> -isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
> linux/opt
> /poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include
> >> -Wstrict-prototypes -fexceptions
> >> -I../include
> >>
> -I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> native
> sdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
> >>
> @/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> natives
> dk-2.12-r13/build-x86_64-pokysdk-linux/includes
> >> -I.. -I../libio -I. -D_LIBC_REENTRANT -include
> >> ../include/libc-symbols.h -D_IO_MTSAFE_IO -o
> >>
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> nativesd
> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
> >> -MD -MP -MF
> >>
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> nativesd
> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o.dt
> >> -MT
> >>
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> nativesd
> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
> >> #
> >> ccache x86_64-pokysdk-linux-gcc
> >>
> --sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
> linux-t
> cbootstrap
> >> vfwscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
> >> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
> >>
> -isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
> linux/opt
> /poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include
> >> -Wstrict-prototypes -fPIC -fexceptions -I../include
> >>
> -I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> native
> sdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
> >>
> @/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> natives
> dk-2.12-r13/build-x86_64-pokysdk-linux/includes
> >> -I.. -I../libio -I. -D_LIBC_REENTRANT -include
> >> ../include/libc-symbols.h -DPIC -DSHARED -D_IO_MTSAFE_IO -o
> >>
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> nativesd
> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
> >> -MD -MP -MF
> >>
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> nativesd
> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os.dt
> >> -MT
> >>
> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> nativesd
> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
> >> # /tmp/ccicvOVI.s: Assembler messages: # /tmp/ccicvOVI.s:2957:
> >> Error: junk `ff' after expression # /tmp/ccicvOVI.s:2957: Error:
> >> 8-byte relocation cannot be applied to 4-byte field #
> >> make[2]: ***
> >>
> [/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> natives
> dk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os]
> >> Error 1 #
> >> make[2]: *** Waiting for unfinished jobs....
> >>
> >>
> >>
> >> _______________________________________________
> >> poky mailing list
> >> poky@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: build failures for eglibc_2.12 on FC14.x86_64 machine
2011-02-10 0:59 ` Kamble, Nitin A
@ 2011-02-10 1:19 ` Kamble, Nitin A
2011-02-10 2:47 ` Zhang, Jessica
0 siblings, 1 reply; 9+ messages in thread
From: Kamble, Nitin A @ 2011-02-10 1:19 UTC (permalink / raw)
To: Kamble, Nitin A, Zhang, Jessica, Gary Thomas; +Cc: poky@yoctoproject.org
> -----Original Message-----
> From: poky-bounces@yoctoproject.org [mailto:poky-
> bounces@yoctoproject.org] On Behalf Of Kamble, Nitin A
> Sent: Wednesday, February 09, 2011 5:00 PM
> To: Zhang, Jessica; Gary Thomas
> Cc: poky@yoctoproject.org
> Subject: Re: [poky] build failures for eglibc_2.12 on FC14.x86_64
> machine
>
> Jessica,
>
> I just tried this on my f13.64 box
> MACHINE=qemuarm bitbake eglibc
>
> And it passed the compile phase and doing the install now.
>
> Next I will try it on a F14.64 box.
>
> Thanks,
> Nitin
Also it worked fine on my f14.64 system. So I did not see the issue with latest master.
Nitin
>
>
>
> > -----Original Message-----
> > From: poky-bounces@yoctoproject.org [mailto:poky-
> > bounces@yoctoproject.org] On Behalf Of Zhang, Jessica
> > Sent: Wednesday, February 09, 2011 3:05 PM
> > To: Gary Thomas
> > Cc: poky@yoctoproject.org
> > Subject: Re: [poky] build failures for eglibc_2.12 on FC14.x86_64
> > machine
> >
> > Gary Thomas wrote:
> > > On 02/09/2011 03:47 PM, Zhang, Jessica wrote:
> > >> Hi,
> > >> My meta-toolchain build on my FC14.x86_64 machine consistently
> > failed
> > >> with below errors. This is against latest Poky master and build
> from
> > >> scratch for arm arch. Anyone has seen this or have any idea?
> > >
> > > BTW, which MACHINE? There are a couple of ARM targets and they use
> > > different compiler (options/versions).
> >
> > In my local.conf, the MACHINE is set to "qemuarm"...
> >
> >
> >
> > >
> > >> #
> > >> make[2]: Leaving directory
> > >>
> > `/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > natives
> > dk-2.12-r13/eglibc-2_12/libc/stdio-common'
> > >> #
> > >> make[2]: Entering directory
> > >>
> > `/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > natives
> > dk-2.12-r13/eglibc-2_12/libc/stdio-common'
> > >> #
> > >> ccache x86_64-pokysdk-linux-gcc
> > >>
> > --sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
> > linux-t
> > cbootstrap
> > >> vfscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
> > >> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
> > >>
> > -isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
> > linux/opt
> > /poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include
> > >> -Wstrict-prototypes -fexceptions
> > >> -I../include
> > >>
> > -I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-
> linux/eglibc-
> > native
> > sdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
> > >>
> > @/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > natives
> > dk-2.12-r13/build-x86_64-pokysdk-linux/includes
> > >> -I.. -I../libio -I. -D_LIBC_REENTRANT -include
> > >> ../include/libc-symbols.h -D_IO_MTSAFE_IO -o
> > >>
> > /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > nativesd
> > k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
> > >> -MD -MP -MF
> > >>
> > /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > nativesd
> > k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o.dt
> > >> -MT
> > >>
> > /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > nativesd
> > k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
> > >> #
> > >> ccache x86_64-pokysdk-linux-gcc
> > >>
> > --sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
> > linux-t
> > cbootstrap
> > >> vfwscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
> > >> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
> > >>
> > -isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
> > linux/opt
> > /poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include
> > >> -Wstrict-prototypes -fPIC -fexceptions -I../include
> > >>
> > -I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-
> linux/eglibc-
> > native
> > sdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
> > >>
> > @/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > natives
> > dk-2.12-r13/build-x86_64-pokysdk-linux/includes
> > >> -I.. -I../libio -I. -D_LIBC_REENTRANT -include
> > >> ../include/libc-symbols.h -DPIC -DSHARED -D_IO_MTSAFE_IO -o
> > >>
> > /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > nativesd
> > k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
> > >> -MD -MP -MF
> > >>
> > /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > nativesd
> > k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os.dt
> > >> -MT
> > >>
> > /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > nativesd
> > k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
> > >> # /tmp/ccicvOVI.s: Assembler messages: # /tmp/ccicvOVI.s:2957:
> > >> Error: junk `ff' after expression # /tmp/ccicvOVI.s:2957: Error:
> > >> 8-byte relocation cannot be applied to 4-byte field #
> > >> make[2]: ***
> > >>
> > [/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
> > natives
> > dk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os]
> > >> Error 1 #
> > >> make[2]: *** Waiting for unfinished jobs....
> > >>
> > >>
> > >>
> > >> _______________________________________________
> > >> poky mailing list
> > >> poky@yoctoproject.org
> > >> https://lists.yoctoproject.org/listinfo/poky
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: build failures for eglibc_2.12 on FC14.x86_64 machine
2011-02-10 1:19 ` Kamble, Nitin A
@ 2011-02-10 2:47 ` Zhang, Jessica
2011-02-10 3:54 ` Kamble, Nitin A
0 siblings, 1 reply; 9+ messages in thread
From: Zhang, Jessica @ 2011-02-10 2:47 UTC (permalink / raw)
To: Kamble, Nitin A, Gary Thomas; +Cc: poky@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 5768 bytes --]
Kamble, Nitin A wrote:
>> -----Original Message-----
>> From: poky-bounces@yoctoproject.org [mailto:poky-
>> bounces@yoctoproject.org] On Behalf Of Kamble, Nitin A
>> Sent: Wednesday, February 09, 2011 5:00 PM
>> To: Zhang, Jessica; Gary Thomas
>> Cc: poky@yoctoproject.org
>> Subject: Re: [poky] build failures for eglibc_2.12 on FC14.x86_64
>> machine
>>
>> Jessica,
>>
>> I just tried this on my f13.64 box
>> MACHINE=qemuarm bitbake eglibc
>>
>> And it passed the compile phase and doing the install now.
>>
>> Next I will try it on a F14.64 box.
>>
>> Thanks,
>> Nitin
>
> Also it worked fine on my f14.64 system. So I did not see the issue
> with latest master. Nitin
Hmm, anything special you did on your f14.64 machine setup to run bitbake
besides those documented in the quick start?
>
>
>>
>>
>>
>>> -----Original Message-----
>>> From: poky-bounces@yoctoproject.org [mailto:poky-
>>> bounces@yoctoproject.org] On Behalf Of Zhang, Jessica
>>> Sent: Wednesday, February 09, 2011 3:05 PM
>>> To: Gary Thomas
>>> Cc: poky@yoctoproject.org
>>> Subject: Re: [poky] build failures for eglibc_2.12 on FC14.x86_64
>>> machine
>>>
>>> Gary Thomas wrote:
>>>> On 02/09/2011 03:47 PM, Zhang, Jessica wrote:
>>>>> Hi,
>>>>> My meta-toolchain build on my FC14.x86_64 machine consistently
>>>>> failed with below errors. This is against latest Poky master and
>>>>> build from scratch for arm arch. Anyone has seen this or have any
>>>>> idea?
>>>>
>>>> BTW, which MACHINE? There are a couple of ARM targets and they use
>>>> different compiler (options/versions).
>>>
>>> In my local.conf, the MACHINE is set to "qemuarm"...
>>>
>>>
>>>
>>>>
>>>>> #
>>>>> make[2]: Leaving directory
>>>>>
>>> `/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> natives dk-2.12-r13/eglibc-2_12/libc/stdio-common'
>>>>> #
>>>>> make[2]: Entering directory
>>>>>
>>> `/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> natives dk-2.12-r13/eglibc-2_12/libc/stdio-common'
>>>>> #
>>>>> ccache x86_64-pokysdk-linux-gcc
>>>>>
>>> --sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
>>> linux-t cbootstrap
>>>>> vfscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
>>>>> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
>>>>>
>>> -isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
>>> linux/opt
>>> /poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include
>>>>> -Wstrict-prototypes -fexceptions
>>>>> -I../include
>>>>>
>>> -I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-
>>> linux/eglibc- native
>>> sdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
>>>>>
>>> @/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> natives dk-2.12-r13/build-x86_64-pokysdk-linux/includes
>>>>> -I.. -I../libio -I. -D_LIBC_REENTRANT -include
>>>>> ../include/libc-symbols.h -D_IO_MTSAFE_IO -o
>>>>>
>>> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> nativesd
>>> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
>>>>> -MD -MP -MF
>>>>>
>>> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> nativesd
>>> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o.dt
>>>>> -MT
>>>>>
>>> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> nativesd
>>> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfscanf.o
>>>>> #
>>>>> ccache x86_64-pokysdk-linux-gcc
>>>>>
>>> --sysroot=/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
>>> linux-t cbootstrap
>>>>> vfwscanf.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
>>>>> -Wwrite-strings -fmerge-all-constants -fno-unwind-tables
>>>>>
>>> -isystem/home/yocto/test_arm/tmp/sysroots/x86_64-nativesdk-pokysdk-
>>> linux/opt
>>> /poky/0.9+snapshot/sysroots/x86_64-pokysdk-linux/usr/include
>>>>> -Wstrict-prototypes -fPIC -fexceptions -I../include
>>>>>
>>> -I/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-
>>> linux/eglibc- native
>>> sdk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common
>>>>>
>>> @/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> natives dk-2.12-r13/build-x86_64-pokysdk-linux/includes
>>>>> -I.. -I../libio -I. -D_LIBC_REENTRANT -include
>>>>> ../include/libc-symbols.h -DPIC -DSHARED -D_IO_MTSAFE_IO -o
>>>>>
>>> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> nativesd
>>> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
>>>>> -MD -MP -MF
>>>>>
>>> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> nativesd
>>> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os.dt
>>>>> -MT
>>>>>
>>> /home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> nativesd
>>> k-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os
>>>>> # /tmp/ccicvOVI.s: Assembler messages: # /tmp/ccicvOVI.s:2957:
>>>>> Error: junk `ff' after expression # /tmp/ccicvOVI.s:2957: Error:
>>>>> 8-byte relocation cannot be applied to 4-byte field #
>>>>> make[2]: ***
>>>>>
>>> [/home/yocto/test_arm/tmp/work/x86_64-nativesdk-pokysdk-linux/eglibc-
>>> natives
>>> dk-2.12-r13/build-x86_64-pokysdk-linux/stdio-common/vfwscanf.os]
>>>>> Error 1 #
>>>>> make[2]: *** Waiting for unfinished jobs....
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> poky mailing list
>>>>> poky@yoctoproject.org
>>>>> https://lists.yoctoproject.org/listinfo/poky
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: build failures for eglibc_2.12 on FC14.x86_64 machine
2011-02-10 2:47 ` Zhang, Jessica
@ 2011-02-10 3:54 ` Kamble, Nitin A
2011-02-10 19:43 ` Zhang, Jessica
0 siblings, 1 reply; 9+ messages in thread
From: Kamble, Nitin A @ 2011-02-10 3:54 UTC (permalink / raw)
To: Zhang, Jessica, Gary Thomas; +Cc: poky@yoctoproject.org
> > Also it worked fine on my f14.64 system. So I did not see the issue
> > with latest master. Nitin
>
> Hmm, anything special you did on your f14.64 machine setup to run
> bitbake
> besides those documented in the quick start?
Jessica,
This time I did: MACHINE=qemuarm bitbake eglibc-nativesdk
And it also built fine on f14.64.
Nothing special on F14. While installing I generally select all the packages. And then as per the poky manual I also install poky-scripts and poky-depends packages.
Thanks,
Nitin
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: build failures for eglibc_2.12 on FC14.x86_64 machine
2011-02-10 3:54 ` Kamble, Nitin A
@ 2011-02-10 19:43 ` Zhang, Jessica
0 siblings, 0 replies; 9+ messages in thread
From: Zhang, Jessica @ 2011-02-10 19:43 UTC (permalink / raw)
To: Kamble, Nitin A, Gary Thomas; +Cc: poky@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 758 bytes --]
Kamble, Nitin A wrote:
>>> Also it worked fine on my f14.64 system. So I did not see the issue
>>> with latest master. Nitin
>>
>> Hmm, anything special you did on your f14.64 machine setup to run
>> bitbake besides those documented in the quick start?
>
> Jessica,
> This time I did: MACHINE=qemuarm bitbake eglibc-nativesdk
> And it also built fine on f14.64.
>
> Nothing special on F14. While installing I generally select all the
> packages. And then as per the poky manual I also install poky-scripts
> and poky-depends packages. Thanks,
> Nitin
Just an update on the issue, I did update to my FC14 and now I was able to
pass the eglibc build issues. Nitin, thanks for testing things out so I
know what to expect.
-Jesscia
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-02-10 19:43 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 22:47 build failures for eglibc_2.12 on FC14.x86_64 machine Zhang, Jessica
2011-02-09 22:54 ` Gary Thomas
2011-02-09 22:57 ` Gary Thomas
2011-02-09 23:04 ` Zhang, Jessica
2011-02-10 0:59 ` Kamble, Nitin A
2011-02-10 1:19 ` Kamble, Nitin A
2011-02-10 2:47 ` Zhang, Jessica
2011-02-10 3:54 ` Kamble, Nitin A
2011-02-10 19:43 ` Zhang, Jessica
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.