4.3.0 and 4.3.1 don't build startfiles (crtXXX.o files)
Joseph S. Myers
joseph@codesourcery.com
Sun Jun 8 11:50:00 GMT 2008
On Sun, 8 Jun 2008, Denys Vlasenko wrote:
> ../../../gcc-4.3.1/libgcc/config/libbid/bid_decimal_globals.c:52:18: error: fenv.h: No such file or directory
Decimal floating point requires <fenv.h>. The DPD code only requires the
header, not any of the actual functions it declares; it looks like the BID
code requires the functions (which uClibc does provide on x86, though not
on most targets). So either configure uClibc with UCLIBC_HAS_FENV
enabled, or configure GCC with --disable-decimal-float.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Gcc
mailing list