<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello everybody<br><br>While compiling my uClibc with "UCLIBC_HAS_SOFT_FLOAT=y" option enabled, the following linker error messages arised:<br><br>  CC libc/stdlib/atexit.os<br>  AR cr lib/libc.a<br>  STRIP -x -R .note -R .comment lib/libc.a<br>  AR cr lib/uclibc_nonshared.a<br>  STRIP -x -R .note -R .comment lib/uclibc_nonshared.a<br>  AR cr libc/libc_so.a<br>  STRIP -x -R .note -R .comment libc/libc_so.a<br>  LD libuClibc-0.9.30.2-svn.so<br>libc/libc_so.a(_fpmaxtostr.os): In function `_fpmaxtostr':<br>_fpmaxtostr.c:(.text+0xa0): undefined reference to `__nedf2'<br>_fpmaxtostr.c:(.text+0xc4): undefined reference to `__eqdf2'<br>_fpmaxtostr.c:(.text+0xe0): undefined reference to `__divdf3'<br>_fpmaxtostr.c:(.text+0xec): undefined reference to `__ltdf2'<br>_fpmaxtostr.c:(.text+0x140): undefined reference to `__muldf3'<br>_fpmaxtostr.c:(.text+0x26c): undefined reference to `__gedf2'<br>_fpmaxtostr.c:(.text+0x2f8): undefined reference to `__fixunsdfsi'<br>libc/libc_so.a(__psfs_do_numeric.os): In function `__psfs_do_numeric':<br>__psfs_do_numeric.c:(.text+0x520): undefined reference to `__truncdfsf2'<br>collect2: ld returned 1 exit status<br><br>I take it that these referenced objects belong to the software floating point support. I compiled gcc with "--with-float=soft" option and without "--disable-decimal-float". Am I right to assume that these objects should be defined in libgcc and that it is only a matter of activating the right configure switches while building gcc?<br><br>Does anybody have an idea where this build went wrong?<br><br>Thanks for any help and best regards<br>Pascal<br>                                    <br /><hr />Messenger runterladen und auf einen Blick die Updates von Freunden sehen in Facebook, last.fm, WordPress, MySpace etc. <a href='http://www.microsoft.com/switzerland/windows/de/windowslive/products/messenger.aspx' target='_new'>Weitere Infos!</a></body>
</html>