--- In Lennert Buytenhek <> wrote:
> So, since there are so many possibilities, whenever there is a floating
> point problem on an ARM box the first problem is to find out which
floating
> point method is actually being used!
>
> Which gcc version are you using? Do a "gcc -dumpspecs" and then check
> what it gives for "multilib_defaults".
Ah! OK, thanks for the explanation...
For my konqueror/javascript problem, the konqueror developers seem to
think it's outdated dtoa code... But I'm not ruling out other
possibilities, as this is the first time I've done any floating point
on this box.....
arm-linux-gcc (GCC) 3.4.4
*multilib_defaults:
marm mlittle-endian mhard-float mapcs-32 mno-thumb-interwork
Does this look about right for the TS7xx0 boards?
This is the relevant chunk of the kernel .config:
CONFIG_ARCH_EP9301=y
CONFIG_CPU_32=y
CONFIG_CPU_ARM920T=y
CONFIG_CPU_32v4=y
CONFIG_DISCONTIGMEM=y
CONFIG_HOTPLUG=y
CONFIG_NET=y
CONFIG_SYSVIPC=y
CONFIG_SYSCTL=y
CONFIG_FPE_NWFPE=y
Would soft-float be better (i.e. faster, smaller code, or something?)
Performance is an issue for me in the user interface, and if I can
speed it up 'for free' that would be good.
And it would not be a big deal to recompile everything for it....
--Yan
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|