This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
basic floating point support in Newlib
- From: =?big5?b?RXJpYyBIYXctTHVlbiBUc2FpKL2yr0Wt2yk=?= <erictsai at andestech dot com>
- To: <newlib at sources dot redhat dot com>
- Date: Tue, 13 Jun 2006 08:33:51 +0800
- Subject: basic floating point support in Newlib
Dear Sir,
I'm porting Newlib to our RISC CPU. I successfully built a couple of libraries such as, libc, libg, libm, libgloss and libnosys. When I tried to use libc and libm, I got undefined references, such as muldf3, adddf3 and floatsidf. These look like arithmetic functions for double that my program, compiled by our GCC, tries to use. I can't find the source code for these functions in Newlib. So, Is there any equivalent functions in Newlib?
Regards,
Eric Tsai