gcc-4.9.3 Compilation errors for m68k-rtems4.11 target using i686cygwin

satish Kaluvalapalli kaluvalapalli.satish24 at gmail.com
Fri Jan 22 09:06:45 UTC 2016


I am trying to make a RTEMS tool chain for the m68k target, while
compilation of gcc we are facing below errors.Before 2 months we are able
to compile same version tar file of gcc-4.9.3.tar.gz but now we are facing
below errors with the same compiler. Could you please help me to solve.

Following are the compilation errors:
-------------------------------------------------------
g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H
-DGENERATOR_FILE -I. -Ibuild
-I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc
-I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build
-I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include
-I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include
\

-o build/genpreds.o
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genpreds.c

In file included from
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:1064:0,

from
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genpreds.c:24:

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39:
error: division by zero in #if

#define HOST_BITS_PER_LONG (CHAR_BIT * SIZEOF_LONG)

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35:
note: in expansion of macro ‘HOST_BITS_PER_LONG’

# define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:71:25:
note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’

(REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:85:5:
note: in expansion of macro ‘REAL_WIDTH’

#if REAL_WIDTH == 1

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39:
error: division by zero in #if

#define HOST_BITS_PER_LONG (CHAR_BIT * SIZEOF_LONG)

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35:
note: in expansion of macro ‘HOST_BITS_PER_LONG’

# define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG



/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:72:28:
note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’

+ (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:85:5:
note: in expansion of macro ‘REAL_WIDTH’

#if REAL_WIDTH == 1

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39:
error: division by zero in #if

#define HOST_BITS_PER_LONG (CHAR_BIT * SIZEOF_LONG)

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35:
note: in expansion of macro ‘HOST_BITS_PER_LONG’

# define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:71:25:
note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’

(REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:88:6:
note: in expansion of macro ‘REAL_WIDTH’

# if REAL_WIDTH == 2

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39:
error: division by zero in #if

#define HOST_BITS_PER_LONG (CHAR_BIT * SIZEOF_LONG)

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35:
note: in expansion of macro ‘HOST_BITS_PER_LONG’

# define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:72:28:
note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’

+ (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:88:6:
note: in expansion of macro ‘REAL_WIDTH’

# if REAL_WIDTH == 2

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39:
error: division by zero in #if

#define HOST_BITS_PER_LONG (CHAR_BIT * SIZEOF_LONG)

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35:
note: in expansion of macro ‘HOST_BITS_PER_LONG’

# define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:71:25:
note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’

(REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:91:7:
note: in expansion of macro ‘REAL_WIDTH’

# if REAL_WIDTH == 3

/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39:
error: division by zero in #if

#define HOST_BITS_PER_LONG (CHAR_BIT * SIZEOF_LONG)

Thanks in advance.
Satish kaluvalapalli.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20160122/f60aaf7e/attachment-0001.html>
-------------- next part --------------
rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
ranlib libdecnumber.a
make[2]: Leaving directory '/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/b-gcc/libdecnumber'
make[2]: Entering directory '/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/b-gcc/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h config/i386/xm-cygwin.h" DEFINES="" \
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="m68020" \
HEADERS="options.h insn-constants.h config/m68k/m68k.h config/m68k/m68k-none.h config/m68k/m68kelf.h config/dbxelf.h config/elfos.h config/m68k/m68kemb.h config/m68k/m68020-elf.h config/m68k/rtemself.h config/rtems.h config/newlib-stdint.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 MOTOROLA=1" \
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/mkconfig.sh tm.h
TARGET_CPU_DEFAULT="" \
HEADERS="config/m68k/m68k-protos.h tm-preds.h" DEFINES="" \
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/mkconfig.sh tm_p.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h config/i386/xm-cygwin.h" DEFINES="" \
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/mkconfig.sh bconfig.h
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
        -o build/genmddeps.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genmddeps.c
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genmddeps.c:19:0:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long int sext_hwi(long int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long unsigned int zext_hwi(long unsigned int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:346:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
        -o build/read-md.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/read-md.c
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/read-md.c:21:0:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long int sext_hwi(long int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long unsigned int zext_hwi(long unsigned int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:346:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
        -o build/errors.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/errors.c
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/errors.c:29:0:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long int sext_hwi(long int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long unsigned int zext_hwi(long unsigned int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:346:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
g++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -Wl,--stack,12582912 -o build/genmddeps.exe \
    build/genmddeps.o build/read-md.o build/errors.o ../build-i686-pc-cygwin/libiberty/libiberty.a
build/genmddeps.exe /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/config/m68k/m68k.md > tmp-mddeps
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../move-if-change tmp-mddeps mddeps.mk
echo timestamp > s-mddeps
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
        -o build/genmodes.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genmodes.c
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genmodes.c:21:0:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long int sext_hwi(long int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long unsigned int zext_hwi(long unsigned int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:346:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
g++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -Wl,--stack,12582912 -o build/genmodes.exe \
    build/genmodes.o build/errors.o ../build-i686-pc-cygwin/libiberty/libiberty.a
build/genmodes.exe -h > tmp-modes.h
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../move-if-change tmp-modes.h insn-modes.h
echo timestamp > s-modes-h
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
        -o build/gengtype.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/gengtype.c
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/gengtype.c:25:0:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long int sext_hwi(long int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long unsigned int zext_hwi(long unsigned int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:346:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings  -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
        -o build/gengtype-lex.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/gengtype-lex.c
In file included from /d/gcc-4.9.3/gcc-4.9.3/gcc/gengtype-lex.l:29:0:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long int sext_hwi(long int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long unsigned int zext_hwi(long unsigned int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:346:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
        -o build/gengtype-parse.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/gengtype-parse.c
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/gengtype-parse.c:25:0:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long int sext_hwi(long int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long unsigned int zext_hwi(long unsigned int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:346:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
        -o build/gengtype-state.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/gengtype-state.c
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/gengtype-state.c:31:0:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long int sext_hwi(long int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long unsigned int zext_hwi(long unsigned int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:346:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
-DBASEVER="\"4.9.3\"" -DDATESTAMP="\"\"" \
-DREVISION="\"\"" \
-DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" \
-DBUGURL="\"<http://gcc.gnu.org/bugs.html>\"" -o build/version.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/version.c
g++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -Wl,--stack,12582912 -o build/gengtype.exe \
    build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-i686-pc-cygwin/libiberty/libiberty.a
gawk -f /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/opt-gather.awk /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/ada/gcc-interface/lang.opt /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/fortran/lang.opt /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/go/lang.opt /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/java/lang.opt /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/lto/lang.opt /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/c-family/c.opt /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/common.opt /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/config/m68k/m68k-tables.opt /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/config/m68k/m68k.opt /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/config/rtems.opt > tmp-optionlist
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
gawk -f /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/opt-functions.awk -f /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/opt-read.awk \
       -f /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/opth-gen.awk \
       < optionlist > tmp-options.h
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../move-if-change tmp-options.h options.h
echo timestamp > s-options-h
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../move-if-change tmp-gi.list gtyp-input.list
echo timestamp > s-gtyp-input
build/gengtype.exe  \
                    -S /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I gtyp-input.list -w tmp-gtype.state
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../move-if-change tmp-gtype.state gtype.state
build/gengtype.exe  \
                    -r gtype.state
echo timestamp > s-gtype
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
        -o build/genconstants.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genconstants.c
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genconstants.c:28:0:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long int sext_hwi(long int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long unsigned int zext_hwi(long unsigned int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:346:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
g++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -Wl,--stack,12582912 -o build/genconstants.exe \
    build/genconstants.o build/read-md.o build/errors.o ../build-i686-pc-cygwin/libiberty/libiberty.a
build/genconstants.exe /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/config/m68k/m68k.md \
   > tmp-constants.h
/bin/sh /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-constants
g++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/build -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../include  -I/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/../libcpp/include  \
        -o build/genpreds.o /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genpreds.c
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:1064:0,
                 from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genpreds.c:24:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:71:25: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
   (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
                         ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:85:5: note: in expansion of macro ‘REAL_WIDTH’
 #if REAL_WIDTH == 1
     ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:72:28: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
    + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
                            ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:85:5: note: in expansion of macro ‘REAL_WIDTH’
 #if REAL_WIDTH == 1
     ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:71:25: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
   (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
                         ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:88:6: note: in expansion of macro ‘REAL_WIDTH’
 # if REAL_WIDTH == 2
      ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:72:28: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
    + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
                            ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:88:6: note: in expansion of macro ‘REAL_WIDTH’
 # if REAL_WIDTH == 2
      ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:71:25: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
   (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
                         ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:91:7: note: in expansion of macro ‘REAL_WIDTH’
 #  if REAL_WIDTH == 3
       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:72:28: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
    + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
                            ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:91:7: note: in expansion of macro ‘REAL_WIDTH’
 #  if REAL_WIDTH == 3
       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:71:25: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
   (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
                         ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:94:8: note: in expansion of macro ‘REAL_WIDTH’
 #   if REAL_WIDTH == 4
        ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:72:28: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
    + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
                            ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:94:8: note: in expansion of macro ‘REAL_WIDTH’
 #   if REAL_WIDTH == 4
        ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:71:25: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
   (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
                         ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:97:9: note: in expansion of macro ‘REAL_WIDTH’
 #    if REAL_WIDTH == 5
         ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:72:28: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
    + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
                            ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:97:9: note: in expansion of macro ‘REAL_WIDTH’
 #    if REAL_WIDTH == 5
         ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:71:25: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
   (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
                         ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:100:10: note: in expansion of macro ‘REAL_WIDTH’
 #     if REAL_WIDTH == 6
          ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:16:39: error: division by zero in #if
 #define HOST_BITS_PER_LONG  (CHAR_BIT * SIZEOF_LONG)
                                       ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:60:35: note: in expansion of macro ‘HOST_BITS_PER_LONG’
 #   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONG
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:72:28: note: in expansion of macro ‘HOST_BITS_PER_WIDE_INT’
    + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
                            ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:100:10: note: in expansion of macro ‘REAL_WIDTH’
 #     if REAL_WIDTH == 6
          ^
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/rtl.h:26:0,
                 from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genpreds.c:27:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:103:9: error: #error "REAL_WIDTH > 6 not supported"
        #error "REAL_WIDTH > 6 not supported"
         ^
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genpreds.c:24:0:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long int sext_hwi(long int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h: In function ‘long unsigned int zext_hwi(long unsigned int, unsigned int)’:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/hwint.h:346:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
       gcc_checking_assert (prec < HOST_BITS_PER_WIDE_INT);
                                 ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/system.h:703:49: note: in definition of macro ‘gcc_checking_assert’
 #define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
                                                 ^
In file included from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/rtl.h:26:0,
                 from /cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/genpreds.c:27:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h: At global scope:
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:38:35: warning: division by zero [-Wdiv-by-zero]
 #define SIGSZ   (SIGNIFICAND_BITS / HOST_BITS_PER_LONG)
                                   ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:51:21: note: in expansion of macro ‘SIGSZ’
   unsigned long sig[SIGSZ];
                     ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:51:26: error: size of array ‘sig’ is not an integral constant-expression
   unsigned long sig[SIGSZ];
                          ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:71:24: warning: division by zero [-Wdiv-by-zero]
   (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
                        ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:76:32: note: in expansion of macro ‘REAL_WIDTH’
   [sizeof (REAL_VALUE_TYPE) <= REAL_WIDTH * sizeof (HOST_WIDE_INT) ? 1 : -1];
                                ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:72:27: warning: division by zero [-Wdiv-by-zero]
    + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
                           ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:76:32: note: in expansion of macro ‘REAL_WIDTH’
   [sizeof (REAL_VALUE_TYPE) <= REAL_WIDTH * sizeof (HOST_WIDE_INT) ? 1 : -1];
                                ^
/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/gcc-4.9.3/gcc/real.h:76:76: error: size of array ‘test_real_width’ is not an integral constant-expression
   [sizeof (REAL_VALUE_TYPE) <= REAL_WIDTH * sizeof (HOST_WIDE_INT) ? 1 : -1];
                                                                            ^
Makefile:2366: recipe for target 'build/genpreds.o' failed
make[2]: *** [build/genpreds.o] Error 1
make[2]: Leaving directory '/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/b-gcc/gcc'
Makefile:3972: recipe for target 'all-gcc' failed
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory '/cygdrive/d/DevelopmentTools/Build/build-gcc493-rtems411_X_freebsd92_cygwin/tools/b-gcc'
Makefile:860: recipe for target 'all' failed
make: *** [all] Error 2
FAILED!


More information about the users mailing list