<div>hi All,</div>
<div>I have been building a new tool chain for IXP425, which have no FPU support. but after I enable the soft FPU support, I always get the error message. even I update buildroot to&nbsp;SVN snapshot. </div>
<div>&nbsp;</div>
<div>Who can help me? </div>
<div>&nbsp;</div>
<div>error message:</div>
<div>&nbsp; CC libc/inet/rpc/rpc_thread.os<br>&nbsp; CC libc/stdlib/atexit.os<br>&nbsp; AS lib/crt1.o<br>&nbsp; AS lib/Scrt1.o<br>&nbsp; AS lib/crti.o<br>&nbsp; AS lib/crtn.o<br>&nbsp; STRIP -x -R .note -R .comment lib/libc.a<br>&nbsp; AR cr lib/libc.a<br>&nbsp; STRIP -x -R .note -R .comment lib/uclibc_nonshared.a
<br>&nbsp; AR cr lib/uclibc_nonshared.a<br>&nbsp; AR cr libc/libc_so.a<br>&nbsp; LD <a href="http://libuClibc-0.9.29.so">libuClibc-0.9.29.so</a><br>libc/libc_so.a(difftime.os): In function `difftime&#39;:<br>difftime.c:(.text+0x8): undefined reference to `__floatsidf&#39;
<br>difftime.c:(.text+0x2c): undefined reference to `__subdf3&#39;<br>libc/libc_so.a(_fpmaxtostr.os): In function `_fpmaxtostr&#39;:<br>_fpmaxtostr.c:(.text+0xd8): undefined reference to `__nedf2&#39;<br>_fpmaxtostr.c:(.text+0xfc): undefined reference to `__eqdf2&#39;
<br>_fpmaxtostr.c:(.text+0x118): undefined reference to `__divdf3&#39;<br>_fpmaxtostr.c:(.text+0x124): undefined reference to `__ltdf2&#39;<br>_fpmaxtostr.c:(.text+0x1d0): undefined reference to `__muldf3&#39;<br>_fpmaxtostr.c:(.text+0x398): undefined reference to `__gedf2&#39;
<br>_fpmaxtostr.c:(.text+0x444): undefined reference to `__adddf3&#39;<br>libc/libc_so.a(__psfs_do_numeric.os): In function `__psfs_do_numeric&#39;:<br>__psfs_do_numeric.c:(.text+0x520): undefined reference to `__truncdfsf2&#39;
<br>libc/libc_so.a(strtof.os): In function `strtof&#39;:<br>strtof.c:(.text+0x1c): undefined reference to `__extendsfdf2&#39;<br>/try/lib/gcc/armeb-linux-uclibc/4.1.1/libgcc.a(_fixunsdfsi.o): In function `__fixunsdfsi&#39;:
<br>libgcc2.c:(.text+0x34): undefined reference to `__fixdfsi&#39;<br>make[2]: *** [lib/libc.so] Error 1<br>make[1]: *** [lib/libc.so.0] Error 2<br>make[1]: Leaving directory `/home/carl/buildroot/toolchain_build_armeb_nofpu/uClibc&#39;
<br>make: *** [/home/carl/buildroot/toolchain_build_armeb_nofpu/uClibc/lib/libc.a] Error 2<br>&nbsp;</div>
<div>I also attach the buildroot config file</div>