This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Floating Point emulation


I have an application built with eCos that doesn't run in a 386 without i387. A simple program that performs something as silly as "unsigned n = 500 * 1.5" hangs. I added the appropriate flags to prevent gcc to compile with 387 support (-msoft-float, etc.) and now I realize that I lack the emulation libraries. Is there an emulation library suitable for eCos, or can anybody point me to a general working one?
Thank you,


Leandro Fanzone.

--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]