Subject: vfprintf errors
To: None <netbsd-help@NetBSD.org>
From: Madhvesh R S <madhvesh.s@ap.sony.com>
List: netbsd-help
Date: 01/04/2004 20:45:45
Hi,

I am building the libc/stdio functions on arm platform
I am getting the following undefined errors.

Does anybody know why these errors are coming on arm platform?
Does this mean, NetBSD does not support these functions in the form
of soft-fp for arm?

If any one knows about the implementation of software-floating point
functions (below listed ones) in NetBSD (for arm and ppc targets), it will 
be great help for me.

Thanks in advance
Best Regards
-MS


Errors:
================================================================
(vfprintf.o): In function `vfprintf':
vfprintf.c:747: undefined reference to `__eqdf2'
vfprintf.c:775: undefined reference to `__nedf2'
vfprintf.c:501: undefined reference to `__ltdf2'

(vfprintf.o): In function `cvt':
vfprintf.c:836: undefined reference to `__negdf2'
vfprintf.c:847: undefined reference to `__eqdf2'
vfprintf.c:845: undefined reference to `__nedf2'

(strtod.o): In function `ratio':
strtod.c:1214: undefined reference to `__divdf3'

(strtod.o): In function `strtod':
strtod.c:1825: undefined reference to `__negdf2'
strtod.c:1420: undefined reference to `__floatsidf'
strtod.c:1422: undefined reference to `__muldf3'
strtod.c:1422: undefined reference to `__floatsidf'
strtod.c:1422: undefined reference to `__adddf3'
strtod.c:1437: undefined reference to `__muldf3'
strtod.c:1788: undefined reference to `__fixdfsi'
....
....

(strtod.o): In function `quorem':
strtod.c:1856: undefined reference to `__udivsi3'
.....

(qdivrem.o): In function `__qdivrem':
qdivrem.c:96: undefined reference to `__udivsi3'
qdivrem.c:213: undefined reference to `__udivsi3'
.....
================================================================