Re: [arm-gnu] arm-elf-gcc 3.4 support for armv5te
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] arm-elf-gcc 3.4 support for armv5te



On Thursday 17 June 2004 23:15, rahul gandhi wrote:
> Hi,
>
> Does arm-elf-gcc 3.4 supports armv5te architecture. I tried to link
> the program using architecture armv4t as well as armv5te. But inca
> se of armv5te I was linker error messages.

There is a bug in the current toolchain which incorrectly sets the object 
format flags on some object files. This can result in linker errors, about 
mismatched floating point formats, even though the generated code is ok.

A workaround is to recompile the toolchain, and explicitly specify 
--with-float=soft -fpu=fpa when configuring gcc.

This should be fixed in the next release.

Paul

P.S. Please modify your email settings to only send plain text emails to this 
list.