All of lore.kernel.org
 help / color / mirror / Atom feed
* qemu-native failure on Angstrom
@ 2007-05-14 13:14 Ulf Samuelsson
  2007-05-14 13:40 ` Koen Kooi
  2007-05-14 13:46 ` Alberto García Hierro
  0 siblings, 2 replies; 4+ messages in thread
From: Ulf Samuelsson @ 2007-05-14 13:14 UTC (permalink / raw)
  To: openembedded-devel

Tried building OpenEmbedded for the first time, DISTRO=Ångström, 
with an at91sam9263 target (made my own file) but it seems that
qemu.native is not compilable on my OpenSuSE 10.1 system using gcc-4.1.2.
The error message says that qemu has only been tested on gcc-4.x.x for arm
and that other architectures need gcc-3.x

Tried to update the bb files to allow gcc-4.1.2 but that resulted in
qemu-arm not beeing built, causing the build to terminate later.

Is there any way to have open embedded build a gcc-3.4.4 cross compiler
as part of the normal build.

Best Regards
Ulf Samuelsson




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: qemu-native failure on Angstrom
  2007-05-14 13:14 qemu-native failure on Angstrom Ulf Samuelsson
@ 2007-05-14 13:40 ` Koen Kooi
  2007-05-14 13:46 ` Alberto García Hierro
  1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2007-05-14 13:40 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ulf Samuelsson schreef:
> Tried building OpenEmbedded for the first time, DISTRO=Ångström, 
> with an at91sam9263 target (made my own file) but it seems that
> qemu.native is not compilable on my OpenSuSE 10.1 system using gcc-4.1.2.
> The error message says that qemu has only been tested on gcc-4.x.x for arm
> and that other architectures need gcc-3.x
> 
> Tried to update the bb files to allow gcc-4.1.2 but that resulted in
> qemu-arm not beeing built, causing the build to terminate later.
> 
> Is there any way to have open embedded build a gcc-3.4.4 cross compiler
> as part of the normal build.

You want a native gcc3 on your host, since qemu-native will be compiled with that, on
debian that can be done with 'apt-get install gcc-3.4'.

Alternatively you can set ENABLE_BINARY_LOCALE_GENERATION = "0" in your local.conf.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFGSGbcMkyGM64RGpERAlXOAJ9HlfnJ5CbfVrHd3lOIBsDfyqbDqgCgmzv5
4tDq+oZskVRAfnxs7rWNlVA=
=OQ93
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: qemu-native failure on Angstrom
  2007-05-14 13:14 qemu-native failure on Angstrom Ulf Samuelsson
  2007-05-14 13:40 ` Koen Kooi
@ 2007-05-14 13:46 ` Alberto García Hierro
  2007-05-14 14:13   ` Paul Sokolovsky
  1 sibling, 1 reply; 4+ messages in thread
From: Alberto García Hierro @ 2007-05-14 13:46 UTC (permalink / raw)
  To: openembedded-devel

El Monday 14 May 2007 15:14:03 Ulf Samuelsson escribió:
> Tried building OpenEmbedded for the first time, DISTRO=Ångström,
> with an at91sam9263 target (made my own file) but it seems that
> qemu.native is not compilable on my OpenSuSE 10.1 system using gcc-4.1.2.
> The error message says that qemu has only been tested on gcc-4.x.x for arm
> and that other architectures need gcc-3.x
>
> Tried to update the bb files to allow gcc-4.1.2 but that resulted in
> qemu-arm not beeing built, causing the build to terminate later.
>
> Is there any way to have open embedded build a gcc-3.4.4 cross compiler
> as part of the normal build.

	Check the patch at http://bugs.openembedded.org/show_bug.cgi?id=1144. It's 
for amd64, but with little editing you can adapt it to your system.

Regards,
	Alberto


-- 
Alberto García Hierro
http://zeus.rm-fr.net/~skyhusker/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: qemu-native failure on Angstrom
  2007-05-14 13:46 ` Alberto García Hierro
@ 2007-05-14 14:13   ` Paul Sokolovsky
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Sokolovsky @ 2007-05-14 14:13 UTC (permalink / raw)
  To: Alberto Garcнa Hierro; +Cc: openembedded-devel

Hello Alberto,

Monday, May 14, 2007, 4:46:02 PM, you wrote:

> El Monday 14 May 2007 15:14:03 Ulf Samuelsson escribió:
>> Tried building OpenEmbedded for the first time, DISTRO=Ångström,
>> with an at91sam9263 target (made my own file) but it seems that
>> qemu.native is not compilable on my OpenSuSE 10.1 system using gcc-4.1.2.
>> The error message says that qemu has only been tested on gcc-4.x.x for arm
>> and that other architectures need gcc-3.x
>>
>> Tried to update the bb files to allow gcc-4.1.2 but that resulted in
>> qemu-arm not beeing built, causing the build to terminate later.
>>
>> Is there any way to have open embedded build a gcc-3.4.4 cross compiler
>> as part of the normal build.

>         Check the patch at
> http://bugs.openembedded.org/show_bug.cgi?id=1144. It's 
> for amd64, but with little editing you can adapt it to your system.

        Not sure this is anyhow good patch to suggest.
http://bugs.openembedded.org/show_bug.cgi?id=2157 is what promises to
solve gcc4 issues, but that still waits for the confirmation that
it actually cooks locales well.

> Regards,
>         Alberto





-- 
Best regards,
 Paul                            mailto:pmiscml@gmail.com




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-14 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-14 13:14 qemu-native failure on Angstrom Ulf Samuelsson
2007-05-14 13:40 ` Koen Kooi
2007-05-14 13:46 ` Alberto García Hierro
2007-05-14 14:13   ` Paul Sokolovsky

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.