[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gcc 3.3.5 and ARM BSPs
- Date: Mon, 01 Nov 2004 18:44:21 +0100
- From: ralf_corsepius at rtems.org (Ralf Corsepius)
- Subject: gcc 3.3.5 and ARM BSPs
On Mon, 2004-11-01 at 18:20, Joel Sherrill wrote:
> Hi,
>
> For a lot of the ARM BSPs, gcc 3.3.5 is not picking the right multilib
> and we are getting errors like:
Too little info - Which BSP, which flags?
arm support in newlib-1.11.0 and 1.12.0 is broken,
> Jay.. I cc'ed you because it impacts all of the ARM BSPs you have
> submitted so I thought you would have some ideas.
I don't know about your bug above (fpu/soft-float), but AFAICT the arm's
endianness is broken in all released versions of newlib (1.11.0 and
1.12.0).
Generally speaking, such kind of errors (esp. when using a new gcc
release), indicate broken CFLAGS handling in GCC. I haven't built any
arm toolchain recently, so I don't know what might be happening.
Ralf