Re: [U-Boot-Users] software FP yada yada yada

-----Original Message----- From: u-boot-users-bounces@lists.sourceforge.net [mailto:u-boot-users- bounces@lists.sourceforge.net] On Behalf Of Wolfgang Denk Sent: Thursday, October 12, 2006 4:30 PM To: Matt Gessner Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] software FP yada yada yada
In message 131AF8573CF31945B5B11E4201D3F1E142BA28@mail3.Avidyne.com
you
wrote:
When I got 1.1.4, I get the infamous message about how u-boot needs
a
software FP whereas my gcc is set up for hardware fp.
What I would LIKE to know is why 1.1.2 builds just fine but 1.1.4
does
not.
There have been so many changes between 1.1.2 and 1.1.4 that it's difficult to tell which specific change causes the problem, but if you check the "make" output you can clearly see where the problem is coming from - your compiler fails to provide the required softfloat routines. Which is kind of funny, since there are not so many ARM systems with FPU around.
My recommendation is to fix the toolchain.
It certainly does seem odd that it was built with the floating point hardware stuff compiled in, given that the unit has no floating point support. My hands are a bit tied in that I don't have control over the toolchain, but I will bring it up with them. If I have to, I suppose I'll just have to stick with the 1.1.2 build, and figure out how to make it work.
Best regards,
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de I am pleased to see that we have differences. May we together become greater than the sum of both of us. -- Surak of Vulcan, "The Savage Curtain", stardate 5906.4
------------------------------------------------------------------------ -
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da...
U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
Thanks for your prompt reply.
Regards,
Matt Gessner

In message 131AF8573CF31945B5B11E4201D3F1E142BA29@mail3.Avidyne.com you wrote:
It certainly does seem odd that it was built with the floating point hardware stuff compiled in, given that the unit has no floating point support. My hands are a bit tied in that I don't have control over the toolchain, but I will bring it up with them. If I have to, I suppose I'll just have to stick with the 1.1.2 build, and figure out how to make it work.
Maybe you can use the ELDK instead of your toolchain...
Best regards,
Wolfgang Denk
participants (2)
-
Matt Gessner
-
Wolfgang Denk