* uclibc/thumb toolchain versions to use
@ 2009-04-16 6:46 Khem Raj
2009-04-16 8:53 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2009-04-16 6:46 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 832 bytes --]
Hi
Recently, after switching to thumb mode for some on architectures. I tried to enable thumb for uclibc recipe itself too.
Unfortunately it does not work with all versions of gcc and binutils we have
The version combos that work are
gcc 4.3.x + binutils 2.18
gcc-4.3.x + binutils_cvs
2.19x does not work and also 2.18.50.x.x does not work because of improper thumb to thumb veneer handling by linker
gcc 4.2.4 does not work because ldso.c we relaxed optimization level which causes a gcc ICE
default gcc for angstrom is 4.2.4 and binutils 2.18.50.0.7 and unfortunately this combo will not work for uclibc thumb
Either we can think of bumping default gcc to 4.3.x and downgrade default binutils to 2.18 or let uclibc compile in arm mode even though everything else is in thumb mode.
Thanks
--
Khem Raj
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: uclibc/thumb toolchain versions to use
2009-04-16 6:46 uclibc/thumb toolchain versions to use Khem Raj
@ 2009-04-16 8:53 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2009-04-16 8:53 UTC (permalink / raw)
To: openembedded-devel
On 16-04-09 08:46, Khem Raj wrote:
> Hi
>
> Recently, after switching to thumb mode for some on architectures. I tried to enable thumb for uclibc recipe itself too.
> Unfortunately it does not work with all versions of gcc and binutils we have
>
> The version combos that work are
>
> gcc 4.3.x + binutils 2.18
> gcc-4.3.x + binutils_cvs
>
> 2.19x does not work and also 2.18.50.x.x does not work because of improper thumb to thumb veneer handling by linker
> gcc 4.2.4 does not work because ldso.c we relaxed optimization level which causes a gcc ICE
>
> default gcc for angstrom is 4.2.4 and binutils 2.18.50.0.7 and unfortunately this combo will not work for uclibc thumb
>
> Either we can think of bumping default gcc to 4.3.x and downgrade default binutils to 2.18 or let uclibc compile in arm mode even though everything else is in thumb mode.
Graeme and I were working on making 4.3.x the default, so how about this:
* switch everything minus ppc and avr32 to 4.3.3
* make a snapshot of binutils cvs (or use a 2.19.50.x version) and
switch to that (minus avr32).
* bump DISTRO_PR to force a full rebuild
regards,
Koen
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-16 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-16 6:46 uclibc/thumb toolchain versions to use Khem Raj
2009-04-16 8:53 ` Koen Kooi
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.