Build FreeBSD: FAILED 5/rtems-mips on x86_64-freebsd14.1 (mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1)

OAR Tester for FreeBSD 14 rtems-tester at oarcorp.com
Tue Jul 2 05:47:14 UTC 2024


RTEMS Source Builder - Set Builder, 5.not_released

Host: FreeBSD-14.1-RELEASE-amd64-64bit-ELF
       FreeBSD FreeBSD14-VM 14.1-RELEASE FreeBSD 14.1-RELEASE
       releng/14.1-n267679-10e31f0946d8 GENERIC amd64 amd64

Build Time: 0:04:45.234354

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
Build FAILED: mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
../../../gdb-9.1/sim/mips/cp1.c:946:26: warning: implicit conversion from enumeration type 'sim_fpu_denorm' to different enumeration type 'sim_fpu_round' [-Wenum-conversion]
  946 |   sim_fpu_round denorm = denorm_mode (cpu);
      |                 ~~~~~~   ^~~~~~~~~~~~~~~~~
../../../gdb-9.1/sim/mips/cp1.c:955:46: warning: implicit conversion from enumeration type 'sim_fpu_round' to different enumeration type 'sim_fpu_denorm' [-Wenum-conversion]
  955 |       status = inner_rsqrt (op1, fmt, round, denorm, &result);
      |                ~~~~~~~~~~~                   ^~~~~~
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -c -o sim-resume.o -MT sim-resume.o -MMD -MP -MF .deps/sim-resume.Tpo ../../../gdb-9.1/sim/mips/../common/sim-resume.c
../../../gdb-9.1/sim/mips/cp1.c:961:63: warning: implicit conversion from enumeration type 'sim_fpu_round' to different enumeration type 'sim_fpu_denorm' [-Wenum-conversion]
  961 |         status_u = inner_rsqrt (FP_PS_upper(op1), fmt_single, round, denorm,
      |                    ~~~~~~~~~~~                                       ^~~~~~
../../../gdb-9.1/sim/mips/cp1.c:963:63: warning: implicit conversion from enumeration type 'sim_fpu_round' to different enumeration type 'sim_fpu_denorm' [-Wenum-conversion]
  963 |         status_l = inner_rsqrt (FP_PS_lower(op1), fmt_single, round, denorm,
      |                    ~~~~~~~~~~~                                       ^~~~~~
../../../gdb-9.1/sim/mips/cp1.c:1420:32: warning: passing 'unsigned32 *' (aka 'unsigned int *') to parameter of type 'signed32 *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
 1420 |       status |= sim_fpu_to32i (&result32, &wop, round);
      |                                ^~~~~~~~~
../../../gdb-9.1/sim/mips/../common/sim-fpu.h:270:47: note: passing argument to parameter 'i' here
  270 | INLINE_SIM_FPU (int) sim_fpu_to32i (signed32 *i, const sim_fpu *f,
      |                                               ^
../../../gdb-9.1/sim/mips/cp1.c:1424:32: warning: passing 'unsigned64 *' (aka 'unsigned long *') to parameter of type 'signed64 *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
 1424 |       status |= sim_fpu_twarning: o6unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
4i (&result64, &wop, round)warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
;
      |                                ^~~~~~~~~
../../../gdb-9.1/sim/mips/../common/sim-fpu.h:274:47: note: passing argument to parameter 'i' here
  274 | INLINE_SIM_FPU (int) sim_fpu_to64i (signed64 *i, const sim_fpu *f,
      |                                               ^
3 warnings generated.
../../../gdb-9.1/sim/mips/cp1.c:1523:34: warning: passing 'unsigned32 *' (aka 'unsigned int *') to parameter of type 'signed32 *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
 1523 |       status_u |= sim_fpu_to32i (&res_u, &wop_u, round);
      |                                  ^~~~~~
../../../gdb-9.1/sim/mips/../common/sim-fpu.h:270:47: note: passing argument to parameter 'i' here
  270 | INLINE_SIM_FPU (int) sim_fpu_to32i (signed32 *i, const sim_fpu *f,
      |                                               ^
../../../gdb-9.1/sim/mips/cp1.c:1524:34: warning: passing 'unsigned32 *' (aka 'unsigned int *') to parameter of type 'signed32 *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign]
 1524 |       status_l |= sim_fpu_to32i (&res_l, &wop_l, round);
      |                                  ^~~~~~
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -c -o nrun.o -MT nrun.o -MMD -MP -MF .deps/nrun.Tpo ../../../gdb-9.1/sim/mips/../common/nrun.c
../../../gdb-9.1/sim/mips/../common/sim-fpu.h:270:47: note: passing argument to parameter 'i' here
  270 | INLINE_SIM_FPU (int) sim_fpu_to32i (signed32 *i, const sim_fpu *f,
      |                                               ^
../../../gdb-9.1/sim/mips/cp1.c:1528:48: warning: implicit conversion from enumeration type 'sim_fpu_round' to different enumeration type 'sim_fpu_denorm' [-Wenum-conversion]
 1528 |       status_u |= sim_fpu_round_32 (&wop_u, 0, round);
      |                   ~~~~~~~~~~~~~~~~             ^~~~~
../../../gdb-9.1/sim/mips/cp1.c:1529:48: warning: implicit conversion from enumeration type 'sim_fpu_round' to different enumeration type 'sim_fpu_denorm' [-Wenum-conversion]
 1529 |       status_l |= sim_fpu_round_32 (&wop_l, 0, round);
      |                   ~~~~~~~~~~~~~~~~             ^~~~~
warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
../../../gdb-9.1/sim/mips/sim-main.c2 warnings generated.
:120:7: warning: call to undeclared library function 'abort' with type 'void (void) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  120 |       abort ();
      |       ^
../../../gdb-9.1/sim/mips/sim-main.c:120:7: note: include the header <stdlib.h> or explicitly provide a declaration for 'abort'
2 warnings generated.
cd ../igen && gmake
gmake[4]: Entering directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1/build/sim/igen'
gmake[4]: Nothing to be done for 'default'.
gmake[4]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1/build/sim/igen'
../igen/igen \
	 \
	-I ../../../gdb-9.1/sim/mips \
	-Werror \
	-Wnodiscard \
	-F 32,f -M mipsIV  \
	-G gen-direct-access \
	-G gen-zero-r0 \
	-B 32 \
	-H 31 \
	-i ../../../gdb-9.1/sim/mips/mips.igen \
	-o ../../../gdb-9.1/sim/mips/mips.dc \
	-x \
	-n icache.h    -hc tmp-icache.h \
	-n icache.c    -c  tmp-icache.c \
	-n semantics.h -hs tmp-semantics.h \
	-n semantics.c -s  tmp-semantics.c \
	-n idecode.h   -hd tmp-idecode.h \
	-n idecode.c   -d  tmp-idecode.c \
	-n model.h     -hm tmp-model.h \
	-n model.c     -m  tmp-model.c \
	-n support.h   -hf tmp-support.h \
	-n support.c   -f  tmp-support.c \
	-n itable.h    -ht tmp-itable.h \
	-n itable.c    -t  tmp-itable.c \
	-n engine.h    -he tmp-engine.h \
	-n engine.c    -e  tmp-engine.c \
	-n irun.c      -r  tmp-irun.c
  -I ../../../gdb-9.1/sim/mips \
  -W error \
  -W nodiscard \
  -F 32,f \
  -M mipsIV \
  -G gen-direct-access \
  -G gen-zero-r0 \
  -B 32 \
  -H 31 \
  -i ../../../gdb-9.1/sim/mips/mips.igen \
  -o ../../../gdb-9.1/sim/mips/mips.dc \
  -x \
  -n icache.h \
  -h \
  -c tmp-icache.h \
  -n icache.c \
  -c tmp-icache.c \
  -n semantics.h \
  -h \
  -s tmp-semantics.h \
../../../gdb-9.1/sim/mips/mdmx.c:672:1: warning: unused function 'AccAddLQH' [-Wunused-function]
  672 | AccAddLQH(signed48 *a, signed16 ts, signed16 tt)
      | ^~~~~~~~~
  -n semantics.c \
  -s tmp-semantics.c \
  -n idecode.h \
  -h \
  -d tmp-idecode.h \
  -n idecode.c \
  -d tmp-idecode.c \
  -n model.h \
  -h \
  -m tmp-model.h \
  -n model.c \
  -m tmp-model.c \
  -n support.h \
  -h \
  -f tmp-support.h \
  -n support.c \
  -f tmp-support.c \
  -n itable.h \
  -h \
  -t tmp-itable.h \
  -n itable.c \
  -t tmp-itable.c \
  -n engine.h \
  -h \
  -e tmp-engine.h \
  -n engine.c \
  -e tmp-engine.c \
../../../gdb-9.1/sim/mips/mips.igen 6240: info: unimplemented
../../../gdb-9.1/sim/mips/mips.igen 6263: info: unimplemented
../../../gdb-9.1/sim/mips/mips.igen 6278: info: unimplemented
../../../gdb-9.1/sim/mips/mips.igen 6292: info: unimplemented
../../../gdb-9.1/sim/mips/mips.igen 6456: info: unimplemented
../../../gdb-9.1/sim/mips/mips.igen 6471: info: unimplemented
../../../gdb-9.1/sim/mips/mips.igen 6486: info: unimplemented
../../../gdb-9.1/sim/mips/mips.igen 6501: info: unimplemented
../../../gdb-9.1/sim/mips/vr.igen 240: info: unimplemented
../../../gdb-9.1/sim/mips/vr.igen 244: info: unimplemented
  -n irun.c \
../../../gdb-9.1/sim/mips/vr.igen 249: info: unimplemented
  -r tmp-irun.c \
../../../gdb-9.1/sim/mips/vr.igen 254: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 684: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 872: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 887: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 911: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 926: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 932: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 965: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1138: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1153: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1178: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1193: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1208: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1223: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1274: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1280: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1286: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1301: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1475: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1490: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1580: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1595: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1681: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1696: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1718: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1751: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1766: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1799: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1833: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1990: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 1996: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 2012: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 2062: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 2156: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 2162: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 2168: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 2174: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 2234: info: unimplemented
../../../gdb-9.1/sim/mips/micromips.igen 2240: info: unimplemented
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-icache.h icache.h
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-icache.c icache.c
2 warnings generated.
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-idecode.h idecode.h
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-idecode.c idecode.c
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-semantics.h semantics.h
../../../gdb-9.1/sim/mips/../common/nrun.c:60:7: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   60 |       exit (1);
      |       ^
../../../gdb-9.1/sim/mips/../common/nrun.c:60:7: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
../../../gdb-9.1/sim/mips/../common/nrun.c:94:7: warning: call to undeclared library function 'abort' with type 'void (void) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-semantics.c semantics.c
   94 |       abort ();
      |       ^
../../../gdb-9.1/sim/mips/../common/nrun.c:94:7: note: include the header <stdlib.h> or explicitly provide a declaration for 'abort'
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-model.h model.h
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-model.c model.c
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-support.h support.h
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-support.c support.c
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-itable.h itable.h
3 warnings generated.
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-itable.c itable.c
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-engine.h engine.h
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-engine.c engine.c
/bin/sh ../../../gdb-9.1/sim/mips/../../move-if-change tmp-irun.c irun.c
touch tmp-igen
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -c -o interp.o -MT interp.o -MMD -MP -MF .deps/interp.Tpo ../../../gdb-9.1/sim/mips/interp.c
4 warnings generated.
5 warnings generated.
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -c -o support.o -MT support.o -MMD -MP -MF .deps/support.Tpo support.c
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -c -o itable.o -MT itable.o -MMD -MP -MF .deps/itable.Tpo itable.c
warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -c -o semantics.o -MT semantics.o -MMD -MP -MF .deps/semantics.Tpo semantics.c
warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -c -o idecode.o -MT idecode.o -MMD -MP -MF .deps/idecode.Tpo idecode.c
warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -c -o icache.o -MT icache.o -MMD -MP -MF .deps/icache.Tpo icache.c
warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
2 warnings generated.
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -c -o engine.o -MT engine.o -MMD -MP -MF .deps/engine.Tpo engine.c
2 warnings generated.
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -c -o irun.o -MT irun.o -MMD -MP -MF .deps/irun.Tpo irun.c
warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
../../../gdb-9.1/sim/mips/interp.c:1322:15: warning: initializing 'signed_word *' (aka 'int *') with an expression of type 'unsigned_word *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
 1322 |         signed_word *ap = &A1; /* 1st argument */
      |                      ^    ~~~
../../../gdb-9.1/sim/mips/interp.c:1407:28: warning: format string is not a string literal [-Wformat-nonliteral]
 1407 |                               sim_io_printf(sd, tmp, lv);
      |                                                 ^~~
../../../gdb-9.1/sim/mips/interp.c:1409:28: warning: format string is not a string literal [-Wformat-nonliteral]
 1409 |                               sim_io_printf(sd, tmp, (int)lv);
      |                                                 ^~~
../../../gdb-9.1/sim/mips/interp.c:1416:23: warning: format string is not a string literal [-Wformat-nonliteral]
 1416 |                         sim_io_printf (sd, tmp, dbl);
      |                                            ^~~
../../../gdb-9.1/sim/mips/interp.c:1640:22: warning: format string is not a string literal [-Wformat-nonliteral]
 1640 |     vfprintf(tracefh,comment,ap);
      |                      ^~~~~~~
2 warnings generated.
2 warnings generated.
../../../gdb-9.1/sim/mips/mips.igen:1389:36: warning: implicit conversion from 'uword64' (aka 'unsigned long') to 'unsigned_word' (aka 'unsigned int') changes value from 16045693110240459472 to 3134241488 [-Wconstant-conversion]
 1389 |     GPR[rt] = SET64HI (0xDEADC0DE) | 0xBAD0BAD0;
      |             ~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
2 warnings generated.
16 warnings generated.
3 warnings generated.
7 warnings generated.
2 warnings generated.
3 warnings generated.
rm -f libsim.a
ar rc libsim.a callback.o syscall.o targ-map.o version.o interp.o support.o itable.o semantics.o idecode.o icache.o engine.o irun.o  sim-arange.o sim-bits.o sim-close.o sim-command.o sim-config.o sim-core.o sim-cpu.o sim-endian.o sim-engine.o sim-events.o sim-fpu.o sim-hload.o sim-hrw.o sim-io.o sim-info.o sim-load.o sim-memopt.o sim-model.o sim-module.o sim-options.o sim-profile.o sim-reason.o sim-reg.o sim-signal.o sim-stop.o sim-syscall.o sim-trace.o sim-utils.o sim-watch.o hw-alloc.o hw-base.o hw-device.o hw-events.o hw-handles.o hw-instances.o hw-ports.o hw-properties.o hw-tree.o sim-hw.o  dv-cfi.o dv-core.o dv-pal.o dv-glue.o dv-sockser.o  cp1.o mdmx.o dsp.o sim-main.o sim-resume.o 
ranlib libsim.a
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -DHAVE_CONFIG_H  -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=1 -DDEFAULT_INLINE=0 -DWITH_RESERVED_BITS=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral   -DMIPS_MACH_DEFAULT=bfd_mach_mips8000   -I. -I../../../gdb-9.1/sim/mips -I../common -I../../../gdb-9.1/sim/mips/../common -I../../include -I../../../gdb-9.1/sim/mips/../..//include -I../../bfd -I../../../gdb-9.1/sim/mips/../..//bf
 d -I../../opcodes -I../../../gdb-9.1/sim/mips/../..//opcodes  -g -O2 -L/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/lib -o run \
  nrun.o libsim.a ../../bfd/libbfd.a ../../opcodes/libopcodes.a  ../../libiberty/libiberty.a -lm -lm  -L../../zlib -lz  
gmake[3]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1/build/sim/mips'
gmake[3]: Entering directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1/build/sim/igen'
gmake[3]: Nothing to be done for 'default'.
gmake[3]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1/build/sim/igen'
gmake[2]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1/build/sim'
gmake[2]: Entering directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1/build/gdb'
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs cli/.deps
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs mi/.deps
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs gdbsupport/.deps
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs compile/.deps
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs tui/.deps
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs unittests/.deps
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs guile/.deps
mkdir arch
mkdir mi
mkdir cli
mkdir mi/.deps
mkdir gdbsupport
mkdir arch/.deps
mkdir compile
mkdir tui
mkdir cli/.deps
mkdir tui/.deps
mkdir gdbsupport/.deps
mkdir compile/.deps
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs python/.deps
mkdir guile
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs target/.deps
mkdir unittests
/bin/sh ../../gdb-9.1/gdb/../mkinstalldirs nat/.deps
mkdir guile/.deps
mkdir unittests/.deps
mkdir python
mkdir target
mkdir python/.deps
mkdir nat
mkdir target/.deps
mkdir nat/.deps
  GEN    stamp-version
  CXX    xml-support.o
  CXX    xml-syscall.o
  GEN    xml-builtin.c
  CXX    xml-tdesc.o
  CXX    gdb.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o
  CXX    ada-typeprint.o
In file included from ../../gdb-9.1/gdb/ada-lang.c:21:
In file included from ../../gdb-9.1/gdb/defs.h:56:
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 15] for the enumeration type 'ui_out_flag' [-Wenum-constexpr-conversion]
   85 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
      |                                                    ^
In file included from ../../gdb-9.1/gdb/xml-tdesc.c:22:
In file included from ../../gdb-9.1/gdb/defs.h:56:
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 15] for the enumeration type 'ui_out_flag' [-Wenum-constexpr-conversion]
   85 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
      |                                                    ^
In file included from ../../gdb-9.1/gdb/xml-support.c:20:
In file included from ../../gdb-9.1/gdb/defs.h:56:
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 15] for the enumeration type 'ui_out_flag' [-Wenum-constexpr-conversion]
   85 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
      |                                                    ^
In file included from ../../gdb-9.1/gdb/ada-tasks.c:18:
In file included from ../../gdb-9.1/gdb/defs.h:56:
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 15] for the enumeration type 'ui_out_flag' [-Wenum-constexpr-conversion]
   85 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
      |                                                    ^
In file included from ada-exp.y:38:
In file included from ../../gdb-9.1/gdb/defs.h:56:
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 15] for the enumeration type 'ui_out_flag' [-Wenum-constexpr-conversion]
   85 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
      |                                                    ^
In file included from ../../gdb-9.1/gdb/xml-syscall.c:21:
In file included from ../../gdb-9.1/gdb/defs.h:56:
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 15] for the enumeration type 'ui_out_flag' [-Wenum-constexpr-conversion]
   85 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
      |                                                    ^
In file included from ../../gdb-9.1/gdb/ada-typeprint.c:19:
In file included from ../../gdb-9.1/gdb/defs.h:56:
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 15] for the enumeration type 'ui_out_flag' [-Wenum-constexpr-conversion]
   85 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
      |                                                    ^
In file included from ../../gdb-9.1/gdb/gdb.c:19:
In file included from ../../gdb-9.1/gdb/defs.h:56:
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 15] for the enumeration type 'ui_out_flag' [-Wenum-constexpr-conversion]
   85 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
      |                                                    ^
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 1] for the enumeration type 'btrace_insn_flag' [-Wenum-constexpr-conversion]
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'btrace_function_flag' [-Wenum-constexpr-conversion]
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'innermost_block_tracker_type' [-Wenum-constexpr-conversion]
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 1] for the enumeration type 'btrace_insn_flag' [-Wenum-constexpr-conversion]
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'btrace_function_flag' [-Wenum-constexpr-conversion]
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'innermost_block_tracker_type' [-Wenum-constexpr-conversion]
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 1] for the enumeration type 'btrace_insn_flag' [-Wenum-constexpr-conversion]
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'btrace_function_flag' [-Wenum-constexpr-conversion]
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 1] for the enumeration type 'btrace_insn_flag' [-Wenum-constexpr-conversion]
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'btrace_function_flag' [-Wenum-constexpr-conversion]
1 error generated.
gmake[2]: *** [Makefile:1656: gdb.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'innermost_block_tracker_type' [-Wenum-constexpr-conversion]
1 error generated.
gmake[2]: *** [Makefile:1656: xml-support.o] Error 1
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 1] for the enumeration type 'btrace_insn_flag' [-Wenum-constexpr-conversion]
../../gdb-9.1/gdb/gdbsupport/enum-flags.h:85:52: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'btrace_function_flag' [-Wenum-constexpr-conversion]
3 errors generated.
gmake[2]: *** [Makefile:1656: xml-tdesc.o] Error 1
2 errors generated.
gmake[2]: *** [Makefile:1656: ada-typeprint.o] Error 1
4 errors generated.
gmake[2]: *** [Makefile:2370: ada-exp.o] Error 1
3 errors generated.
gmake[2]: *** [Makefile:1656: ada-tasks.o] Error 1
3 errors generated.
gmake[2]: *** [Makefile:1656: xml-syscall.o] Error 1
4 errors generated.
gmake[2]: *** [Makefile:1656: ada-lang.o] Error 1
gmake[2]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1/build/gdb'
gmake[1]: *** [Makefile:9563: all-gdb] Error 2
gmake[1]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1/build'
gmake: *** [Makefile:851: all] Error 2
shell cmd failed: /bin/sh -ex  /home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1/do-build
error: building mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1
  See error report: rsb-report-mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1.txt
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
Build FAILED: mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
mkdir go
mkdir go/.deps
mkdir jit
mkdir jit/.deps
mkdir lto
mkdir lto/.deps
mkdir objc
mkdir objc/.deps
mkdir objcp
mkdir objcp/.deps
mkdir c-family
mkdir c-family/.deps
mkdir common
mkdir common/.deps
config.status: executing default commands
mkdir ./libcc1
Configuring in ./libcc1
gmake[2]: Entering directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1/build/gcc'
configure: creating cache ./config.cache
checking build system type... x86_64-pc-freebsd14.1
checking host system type... x86_64-pc-freebsd14.1
checking target system type... mips-unknown-rtems5
checking for x86_64-freebsd14.1-gcc... /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh ../../gcc-7.5.0/gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="((MASK_SPLIT_ADDRESSES)|MASK_EXPLICIT_RELOCS)|MASK_RELAX_PIC_CALLS" \
HEADERS="options.h insn-constants.h config/elfos.h config/newlib-stdint.h config/vxworks-dummy.h config/mips/mips.h config/mips/elf.h config/mips/rtems.h config/rtems.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4" \
/bin/sh ../../gcc-7.5.0/gcc/mkconfig.sh tm.h
TARGET_CPU_DEFAULT="" \
HEADERS="config/mips/mips-protos.h tm-preds.h" DEFINES="" \
/bin/sh ../../gcc-7.5.0/gcc/mkconfig.sh tm_p.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh ../../gcc-7.5.0/gcc/mkconfig.sh bconfig.h
/usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
-DBASEVER="\"7.5.0\"" -DDATESTAMP="\" 20191114\"" \
-DREVISION="\"\"" \
-DDEVPHASE="\" (RTEMS 5, RSB 5.not_released, Newlib 7947581)\"" -DPKGVERSION="\"(GCC) \"" \
-DBUGURL="\"<https://gcc.gnu.org/bugs/>\"" -o build/version.o ../../gcc-7.5.0/gcc/version.c
LC_ALL=C ; export LC_ALL ; \
nawk -f ../../gcc-7.5.0/gcc/opt-gather.awk ../../gcc-7.5.0/gcc/ada/gcc-interface/lang.opt ../../gcc-7.5.0/gcc/brig/lang.opt ../../gcc-7.5.0/gcc/fortran/lang.opt ../../gcc-7.5.0/gcc/go/lang.opt ../../gcc-7.5.0/gcc/lto/lang.opt ../../gcc-7.5.0/gcc/c-family/c.opt ../../gcc-7.5.0/gcc/common.opt ../../gcc-7.5.0/gcc/config/g.opt ../../gcc-7.5.0/gcc/config/fused-madd.opt ../../gcc-7.5.0/gcc/config/mips/mips-tables.opt ../../gcc-7.5.0/gcc/config/mips/mips.opt ../../gcc-7.5.0/gcc/config/rtems.opt > tmp-optionlist
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
checking for C compiler default output file name... /bin/sh ../../gcc-7.5.0/gcc/../move-if-change tmp-gi.list gtyp-input.list
echo "#define BUILDING_GCC_MAJOR `echo 7.5.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
echo "#define BUILDING_GCC_MINOR `echo 7.5.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
echo timestamp > s-gtyp-input
if test yes = yes \
   || test -n ""; then \
  /bin/sh ../../gcc-7.5.0/gcc/genmultilib \
    "mips1/mips3/mips32 EB/EL msoft-float" \
    "mips1 mips3 mips32 eb el soft-float" \
    "EL=mel EB=meb" \
    "EL* mips32/EL* mips3 mips3/msoft-float" \
    "" \
    "" \
    "" \
    "" \
    "" \
    "" \
    "yes" \
    > tmp-mlib.h; \
else \
  /bin/sh ../../gcc-7.5.0/gcc/genmultilib '' '' '' '' '' '' '' '' \
    "" '' no \
    > tmp-mlib.h; \
fi
lsf="../../gcc-7.5.0/gcc/cp/lang-specs.h ../../gcc-7.5.0/gcc/lto/lang-specs.h"; for f in $lsf; do \
    echo "#include \"$f\""; \
done | sed 's|../../gcc-7.5.0/gcc/||' > tmp-specs.h
echo "#define BUILDING_GCC_PATCHLEVEL `echo 7.5.0 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h
rm -f tmp-all-tree.def
echo '#include "tree.def"' > tmp-all-tree.def
echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h
/bin/sh ../../gcc-7.5.0/gcc/../move-if-change tmp-specs.h specs.h
nawk -f ../../gcc-7.5.0/gcc/gen-pass-instances.awk \
  ../../gcc-7.5.0/gcc/passes.def  > pass-instances.def
echo timestamp > s-bversion
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -E ../../gcc-7.5.0/gcc/params-list.h | sed 's/^#.*//;/^$/d' > tmp-params.list
echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
a.out
checking whether the C compiler works... echo timestamp > s-specs
/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -E ../../gcc-7.5.0/gcc/params-options.h | sed 's/^#.*//;/^$/d' > tmp-params.options
yes
checking whether we are cross compiling... no
checking for suffix of executables... ltf="../../gcc-7.5.0/gcc/ada/gcc-interface/ada-tree.def ../../gcc-7.5.0/gcc/cp/cp-tree.def ../../gcc-7.5.0/gcc/objc/objc-tree.def"; for f in $ltf; do \
  echo "#include \"$f\""; \
done | sed 's|../../gcc-7.5.0/gcc/||' >> tmp-all-tree.def
echo "/usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -no-pie   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/lib" > checksum-options.tmp \
&& ../../gcc-7.5.0/gcc/../move-if-change checksum-options.tmp checksum-options

checking for suffix of object files... /bin/sh ../../gcc-7.5.0/gcc/../move-if-change tmp-all-tree.def all-tree.def
/bin/sh ../../gcc-7.5.0/gcc/../move-if-change tmp-params.options params.options
/bin/sh ../../gcc-7.5.0/gcc/../move-if-change tmp-params.list params.list
cp ../../gcc-7.5.0/gcc/gcc-ar.c gcc-nm.c
cp ../../gcc-7.5.0/gcc/gcc-ar.c gcc-ranlib.c
echo timestamp > s-params.list
echo timestamp > s-params.options
echo timestamp > s-alltree
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
/bin/sh ../../gcc-7.5.0/gcc/mkconfig.sh tconfig.h
o
checking whether we are using the GNU C compiler... (echo "@set version-GCC 7.5.0"; \
 if [ "RTEMS 5, RSB 5.not_released, Newlib 7947581" = "experimental" ]; \
 then echo "@set DEVELOPMENT"; \
 else echo "@clear DEVELOPMENT"; \
 fi) > gcc-vers.texiT
echo @set srcdir /home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1/build/gcc/../../gcc-7.5.0/gcc >> gcc-vers.texiT
if [ -n "(GCC) " ]; then \
  echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \
fi
echo "@set BUGURL @uref{https://gcc.gnu.org/bugs/}" >> gcc-vers.texiT; \
mv -f gcc-vers.texiT gcc-vers.texi
/usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
	-o build/genhooks.o ../../gcc-7.5.0/gcc/genhooks.c
yes
checking whether /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include accepts -g... /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
	-o build/genchecksum.o ../../gcc-7.5.0/gcc/genchecksum.c
/usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
	-o build/inchash.o ../../gcc-7.5.0/gcc/inchash.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
/usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
	-o build/genenums.o ../../gcc-7.5.0/gcc/genenums.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
if [ xinfo = xinfo ]; then \
	makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-7.5.0/gcc/doc \
		-I ../../gcc-7.5.0/gcc/doc/include -o doc/cpp.info ../../gcc-7.5.0/gcc/doc/cpp.texi; \
fi
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
yes
checking for /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
In file included from ../../gcc-7.5.0/gcc/genenums.c:22:
../../gcc-7.5.0/gcc/coretypes.h:62:1: warning: class 'rtx_def' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   62 | class rtx_def;
      | ^
../../gcc-7.5.0/gcc/coretypes.h:55:8: note: previous use is here
   55 | struct rtx_def;
      |        ^
In file included from ../../gcc-7.5.0/gcc/inchash.c:26:
../../gcc-7.5.0/gcc/coretypes.h:62:1: warning: class 'rtx_def' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   62 | class rtx_def;
      | ^
../../gcc-7.5.0/gcc/coretypes.h:55:8: note: previous use is here
   55 | struct rtx_def;
      |        ^
1 warning generated.
checking for ANSI C header files... if [ xinfo = xinfo ]; then \
	makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-7.5.0/gcc/doc \
		-I ../../gcc-7.5.0/gcc/doc/include -o doc/gcc.info ../../gcc-7.5.0/gcc/doc/gcc.texi; \
fi
yes
checking for sys/types.h... if [ xinfo = xinfo ]; then \
	makeinfo --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc-7.5.0/gcc/doc \
		-I ../../gcc-7.5.0/gcc/doc/include -o doc/gccinstall.info ../../gcc-7.5.0/gcc/doc/install.texi; \
fi
1 warning generated.
if [ xinfo = xinfo ]; then \
	makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-7.5.0/gcc/doc \
		-I ../../gcc-7.5.0/gcc/doc/include -o doc/cppinternals.info ../../gcc-7.5.0/gcc/doc/cppinternals.texi; \
fi
yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
echo timestamp > gcc.pod
perl ../../gcc-7.5.0/gcc/../contrib/texi2pod.pl ../../gcc-7.5.0/gcc/doc/invoke.texi > gcc.pod
checking for memory.h... /bin/sh ../../gcc-7.5.0/gcc/../move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
/usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
	-o build/genmddeps.o ../../gcc-7.5.0/gcc/genmddeps.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
yes
checking for strings.h... yes
checking for inttypes.h... yes
In file included from ../../gcc-7.5.0/gcc/genmddeps.c:20:
../../gcc-7.5.0/gcc/coretypes.h:62:1: warning: class 'rtx_def' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   62 | class rtx_def;
      | ^
../../gcc-7.5.0/gcc/coretypes.h:55:8: note: previous use is here
   55 | struct rtx_def;
      |        ^
checking for stdint.h... yes
1 warning generated.
checking for unistd.h... /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
	-o build/read-md.o ../../gcc-7.5.0/gcc/read-md.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
In file included from ../../gcc-7.5.0/gcc/read-md.c:28:
../../gcc-7.5.0/gcc/coretypes.h:62:1: warning: class 'rtx_def' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   62 | class rtx_def;
      | ^
../../gcc-7.5.0/gcc/coretypes.h:55:8: note: previous use is here
   55 | struct rtx_def;
      |        ^
checking whether build environment is sane... /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
	-o build/errors.o ../../gcc-7.5.0/gcc/errors.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
1 warning generated.
/usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
	-o build/genmodes.o ../../gcc-7.5.0/gcc/genmodes.c
/usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
	-o build/gengtype.o ../../gcc-7.5.0/gcc/gengtype.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
/usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings  -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-7.5.0/gcc -I../../gcc-7.5.0/gcc/build -I../../gcc-7.5.0/gcc/../include  -I../../gcc-7.5.0/gcc/../libcpp/include  \
	-o build/gengtype-lex.o ../../gcc-7.5.0/gcc/gengtype-lex.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
gengtype-lex.c:1423:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 1423 |         register yy_state_type yy_current_state;
      |         ^~~~~~~~
gengtype-lex.c:1424:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 1424 |         register char *yy_cp, *yy_bp;
      |         ^~~~~~~~
gengtype-lex.c:1424:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 1424 |         register char *yy_cp, *yy_bp;
      |         ^~~~~~~~
gengtype-lex.c:1425:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 1425 |         register int yy_act;
      |         ^~~~~~~~
gengtype-lex.c:1483:4: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 1483 |                         register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
      |                         ^~~~~~~~
gengtype-lex.c:2062:6: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 2062 |         register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
      |         ^~~~~~~~
gengtype-lex.c:2063:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 2063 |         register char *source = (yytext_ptr);
      |         ^~~~~~~~
gengtype-lex.c:2064:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 2064 |         register int number_to_move, i;
      |         ^~~~~~~~
gengtype-lex.c:2064:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 2064 |         register int number_to_move, i;
      |         ^~~~~~~~
gengtype-lex.c:2150:3: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2150 |                 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2151 |                         (yy_n_chars), num_to_read );
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
gengtype-lex.c:1343:18: note: expanded from macro 'YY_INPUT'
 1343 |                 for ( n = 0; n < max_size && \
      |                              ~ ^ ~~~~~~~~
gengtype-lex.c:2196:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 2196 |         register yy_state_type yy_current_state;
      |         ^~~~~~~~
gengtype-lex.c:2197:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 2197 |         register char *yy_cp;
      |         ^~~~~~~~
gengtype-lex.c:2204:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 2204 |                 register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
      |                 ^~~~~~~~
gengtype-lex.c:2229:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 2229 |         register int yy_is_jam;
      |         ^~~~~~~~
gengtype-lex.c:2230:6: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 2230 |         register char *yy_cp = (yy_c_buf_p);
      |         ^~~~~~~~
gengtype-lex.c:2232:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
 2232 |         register YY_CHAR yy_c = 1;
      |         ^~~~~~~~
gengtype-lex.c:2658:17: warning: comparison of integers of different signs: 'int' and 'yy_size_t' (aka 'unsigned long') [-Wsign-compare]
 2658 |         for ( i = 0; i < _yybytes_len; ++i )
      |                      ~ ^ ~~~~~~~~~~~~
2 warnings and 15 errors generated.
gmake[2]: *** [Makefile:2595: build/gengtype-lex.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
In file included from ../../gcc-7.5.0/gcc/gengtype.c:32:
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
  497 |                lbasename (__FILE__),__LINE__, ##__VA_ARGS__);} while (0)
      |                                               ^
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
install.texi:939: warning: @anchor should not appear on @item line
install.texi:961: warning: @anchor should not appear on @item line
install.texi:997: warning: @anchor should not appear on @item line
install.texi:1508: warning: @anchor should not appear on @item line
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
../../gcc-7.5.0/gcc/gengtype.h:497:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
/bin/sh ../../gcc-7.5.0/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
yes
checking for a thread-safe mkdir -p... ../../gcc-7.5.0/libcc1/../install-sh -c -d
checking for gawk... nawk
checking whether gmake sets $(MAKE)... yes
checking for style of include used by gmake... GNU
checking dependency style of /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 393216
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-freebsd14.1-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-freebsd14.1-ar... ar
checking for x86_64-freebsd14.1-strip... no
checking for strip... strip
checking for x86_64-freebsd14.1-ranlib... ranlib
31 warnings generated.
checking command to parse nm output from /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include option to produce PIC... -fPIC -DPIC
checking if /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include static flag -static works... yes
checking if /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include supports -c -o file.o... yes
checking if /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd14.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include accepts -g... yes
checking dependency style of /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include... gcc3
checking how to run the C++ preprocessor... /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include -E
checking for ld used by /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include linker (/usr/bin/ld) supports shared libraries... yes
checking for /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include option to produce PIC... -fPIC -DPIC
checking if /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include static flag -static works... yes
checking if /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include supports -c -o file.o... yes
checking if /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include supports -c -o file.o... (cached) yes
checking whether the /usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd14.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether basename is declared... no
checking whether /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include supports -W... yes
checking whether /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001/5/rtems-mips/home/tester/rtems-cron-5/tools/5/include supports -Wall... yes
c++: error: unsupported option '-print-multi-os-directory'
c++: error: no input files
checking for socket libraries... checking for connect... yes
checking for gethostbyname... yes

checking for socketpair... yes
checking for select... yes
checking for fork... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cc1plugin-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
rm gcc.pod
gmake[2]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1/build/gcc'
gmake[1]: *** [Makefile:4235: all-gcc] Error 2
gmake[1]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1/build'
gmake: *** [Makefile:899: all] Error 2
shell cmd failed: /bin/sh -ex  /home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1/do-build
error: building mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1
  See error report: rsb-report-mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1.txt
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
Build FAILED: mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   85 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
      |                                                    ^
In file included from ../../gdb-8.0.1/gdb/ax-gdb.c:46:
../../gdb-8.0.1/gdb/valprint.h:115:38: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  115 |                                      struct ui_file *stream,
      |                                      ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:115:38: note: did you mean class here?
  115 |                                      struct ui_file *stream,
      |                                      ^~~~~~
      |                                      class
../../gdb-8.0.1/gdb/valprint.h:119:22: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  119 |                                       CORE_ADDR, struct ui_file *, int,
      |                                                  ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:119:22: note: did you mean class here?
  119 |                                       CORE_ADDR, struct ui_file *, int,
      |                                                  ^~~~~~
      |                                                  class
../../gdb-8.0.1/gdb/valprint.h:125:10: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  125 |                                      struct ui_file *);
      |                                      ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:125:10: note: did you mean class here?
  125 |                                      struct ui_file *);
      |                                      ^~~~~~
      |                                      class
../../gdb-8.0.1/gdb/valprint.h:132:6: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  132 |                                         struct ui_file *);
      |                                         ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:132:6: note: did you mean class here?
  132 |                                         struct ui_file *);
      |                                         ^~~~~~
      |                                         class
../../gdb-8.0.1/gdb/valprint.h:134:33: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  134 | extern void print_binary_chars (struct ui_file *, const gdb_byte *,
      |                                 ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:134:33: note: did you mean class here?
  134 | extern void print_binary_chars (struct ui_file *, const gdb_byte *,
      |                                 ^~~~~~
      |                                 class
../../gdb-8.0.1/gdb/valprint.h:137:32: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  137 | extern void print_octal_chars (struct ui_file *, const gdb_byte *,
      |                                ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:137:32: note: did you mean class here?
  137 | extern void print_octal_chars (struct ui_file *, const gdb_byte *,
      |                                ^~~~~~
      |                                class
../../gdb-8.0.1/gdb/valprint.h:140:34: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  140 | extern void print_decimal_chars (struct ui_file *, const gdb_byte *,
      |                                  ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:140:34: note: did you mean class here?
  140 | extern void print_decimal_chars (struct ui_file *, const gdb_byte *,
      |                                  ^~~~~~
      |                                  class
../../gdb-8.0.1/gdb/valprint.h:143:30: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  143 | extern void print_hex_chars (struct ui_file *, const gdb_byte *,
      |                              ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:143:30: note: did you mean class here?
  143 | extern void print_hex_chars (struct ui_file *, const gdb_byte *,
      |                              ^~~~~~
      |                              class
../../gdb-8.0.1/gdb/valprint.h:146:31: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  146 | extern void print_char_chars (struct ui_file *, struct type *,
      |                               ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:146:31: note: did you mean class here?
  146 | extern void print_char_chars (struct ui_file *, struct type *,
      |                               ^~~~~~
      |                               class
../../gdb-8.0.1/gdb/valprint.h:152:10: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  152 |                                             struct ui_file *stream);
      |                                             ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:152:10: note: did you mean class here?
  152 |                                             struct ui_file *stream);
      |                                             ^~~~~~
      |                                             class
../../gdb-8.0.1/gdb/valprint.h:160:10: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  160 |                                      struct ui_file *stream);
      |                                      ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:160:10: note: did you mean class here?
  160 |                                      struct ui_file *stream);
      |                                      ^~~~~~
      |                                      class
../../gdb-8.0.1/gdb/valprint.h:163:34: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  163 | extern void val_print_not_saved (struct ui_file *stream);
      |                                  ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:163:34: note: did you mean class here?
  163 | extern void val_print_not_saved (struct ui_file *stream);
      |                                  ^~~~~~
      |                                  class
../../gdb-8.0.1/gdb/valprint.h:165:36: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  165 | extern void val_print_unavailable (struct ui_file *stream);
      |                                    ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:165:36: note: did you mean class here?
  165 | extern void val_print_unavailable (struct ui_file *stream);
      |                                    ^~~~~~
      |                                    class
../../gdb-8.0.1/gdb/valprint.h:167:40: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  167 | extern void val_print_invalid_address (struct ui_file *stream);
      |                                        ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:167:40: note: did you mean class here?
  167 | extern void val_print_invalid_address (struct ui_file *stream);
      |                                        ^~~~~~
      |                                        class
../../gdb-8.0.1/gdb/valprint.h:198:11: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  198 |                                struct ui_file *stream, int recurse,
      |                                ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:198:11: note: did you mean class here?
  198 |                                struct ui_file *stream, int recurse,
      |                                ^~~~~~
      |                                class
../../gdb-8.0.1/gdb/valprint.h:203:58: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  203 | extern void generic_emit_char (int c, struct type *type, struct ui_file *stream,
      |                                                          ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:203:58: note: did you mean class here?
  203 | extern void generic_emit_char (int c, struct type *type, struct ui_file *stream,
      |                                                          ^~~~~~
      |                                                          class
../../gdb-8.0.1/gdb/valprint.h:206:31: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  206 | extern void generic_printstr (struct ui_file *stream, struct type *type, 
      |                               ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/valprint.h:206:31: note: did you mean class here?
  206 | extern void generic_printstr (struct ui_file *stream, struct type *type, 
      |                               ^~~~~~
      |                               class
In file included from ../../gdb-8.0.1/gdb/ax-gdb.c:47:
../../gdb-8.0.1/gdb/c-lang.h:24:1: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   24 | struct ui_file;
      | ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:24:1: note: did you mean class here?
   24 | struct ui_file;
      | ^~~~~~
      | class
In file included from ../../gdb-8.0.1/gdb/ax-gdb.c:47:
In file included from ../../gdb-8.0.1/gdb/c-lang.h:31:
../../gdb-8.0.1/gdb/parser-defs.h:250:46: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  250 | extern int dump_subexp (struct expression *, struct ui_file *, int);
      |                                              ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/parser-defs.h:250:46: note: did you mean class here?
  250 | extern int dump_subexp (struct expression *, struct ui_file *, int);
      |                                              ^~~~~~
      |                                              class
../../gdb-8.0.1/gdb/parser-defs.h:253:11: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  253 |                                       struct ui_file *, int);
      |                                       ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/parser-defs.h:253:11: note: did you mean class here?
  253 |                                       struct ui_file *, int);
      |                                       ^~~~~~
      |                                       class
../../gdb-8.0.1/gdb/parser-defs.h:331:55: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  331 |     void (*print_subexp) (struct expression *, int *, struct ui_file *,
      |                                                       ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/parser-defs.h:331:55: note: did you mean class here?
  331 |     void (*print_subexp) (struct expression *, int *, struct ui_file *,
      |                                                       ^~~~~~
      |                                                       class
../../gdb-8.0.1/gdb/parser-defs.h:360:51: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  360 |     int (*dump_subexp_body) (struct expression *, struct ui_file *, int);
      |                                                   ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/parser-defs.h:360:51: note: did you mean class here?
  360 |     int (*dump_subexp_body) (struct expression *, struct ui_file *, int);
      |                                                   ^~~~~~
      |                                                   class
../../gdb-8.0.1/gdb/parser-defs.h:375:55: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  375 | extern void print_subexp (struct expression *, int *, struct ui_file *,
      |                                                       ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/parser-defs.h:375:55: note: did you mean class here?
  375 | extern void print_subexp (struct expression *, int *, struct ui_file *,
      |                                                       ^~~~~~
      |                                                       class
../../gdb-8.0.1/gdb/parser-defs.h:379:8: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  379 |                                    struct ui_file *, enum precedence);
      |                                    ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/parser-defs.h:379:8: note: did you mean class here?
  379 |                                    struct ui_file *, enum precedence);
      |                                    ^~~~~~
      |                                    class
In file included from ../../gdb-8.0.1/gdb/ax-gdb.c:47:
../../gdb-8.0.1/gdb/c-lang.h:72:6: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   72 |                           struct ui_file *, int, int,
      |                           ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:72:6: note: did you mean class here?
   72 |                           struct ui_file *, int, int,
      |                           ^~~~~~
      |                           class
../../gdb-8.0.1/gdb/c-lang.h:77:9: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   77 |                              struct ui_file *);
      |                              ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:77:9: note: did you mean class here?
   77 |                              struct ui_file *);
      |                              ^~~~~~
      |                              class
../../gdb-8.0.1/gdb/c-lang.h:81:5: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   81 |                          struct ui_file *, int,
      |                          ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:81:5: note: did you mean class here?
   81 |                          struct ui_file *, int,
      |                          ^~~~~~
      |                          class
../../gdb-8.0.1/gdb/c-lang.h:85:44: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   85 | extern void c_value_print (struct value *, struct ui_file *,
      |                                            ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:85:44: note: did you mean class here?
   85 | extern void c_value_print (struct value *, struct ui_file *,
      |                                            ^~~~~~
      |                                            class
../../gdb-8.0.1/gdb/c-lang.h:95:46: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   95 | extern void c_printchar (int, struct type *, struct ui_file *);
      |                                              ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:95:46: note: did you mean class here?
   95 | extern void c_printchar (int, struct type *, struct ui_file *);
      |                                              ^~~~~~
      |                                              class
../../gdb-8.0.1/gdb/c-lang.h:97:25: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   97 | extern void c_printstr (struct ui_file * stream,
      |                         ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:97:25: note: did you mean class here?
   97 | extern void c_printstr (struct ui_file * stream,
      |                         ^~~~~~
      |                         class
../../gdb-8.0.1/gdb/c-lang.h:111:5: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  111 |                          struct ui_file *stream, int quoter);
      |                          ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:111:5: note: did you mean class here?
  111 |                          struct ui_file *stream, int quoter);
      |                          ^~~~~~
      |                          class
../../gdb-8.0.1/gdb/c-lang.h:117:47: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  117 | extern void c_type_print_base (struct type *, struct ui_file *,
      |                                               ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:117:47: note: did you mean class here?
  117 | extern void c_type_print_base (struct type *, struct ui_file *,
      |                                               ^~~~~~
      |                                               class
../../gdb-8.0.1/gdb/c-lang.h:123:8: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  123 |                                    struct ui_file *, const char *);
      |                                    ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:123:8: note: did you mean class here?
  123 |                                    struct ui_file *, const char *);
      |                                    ^~~~~~
      |                                    class
../../gdb-8.0.1/gdb/c-lang.h:127:8: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  127 |                                    struct ui_file *, int,
      |                                    ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:127:8: note: did you mean class here?
  127 |                                    struct ui_file *, int,
      |                                    ^~~~~~
      |                                    class
../../gdb-8.0.1/gdb/c-lang.h:134:6: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  134 |                                         struct ui_file *, int,
      |                                         ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/c-lang.h:134:6: note: did you mean class here?
  134 |                                         struct ui_file *, int,
      |                                         ^~~~~~
      |                                         class
../../gdb-8.0.1/gdb/mips-tdep.c:8851:16: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 8851 | show_mips_abi (struct ui_file *file,
      |                ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/mips-tdep.c:8851:16: note: did you mean class here?
 8851 | show_mips_abi (struct ui_file *file,
      |                ^~~~~~
      |                class
../../gdb-8.0.1/gdb/mips-tdep.c:8891:24: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 8891 | show_mips_compression (struct ui_file *file, int from_tty,
      |                        ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/mips-tdep.c:8891:24: note: did you mean class here?
 8891 | show_mips_compression (struct ui_file *file, int from_tty,
      |                        ^~~~~~
      |                        class
../../gdb-8.0.1/gdb/mips-tdep.c:8899:42: warning: struct 'ui_file' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 8899 | mips_dump_tdep (struct gdbarch *gdbarch, struct ui_file *file)
      |                                          ^
../../gdb-8.0.1/gdb/ui-file.h:26:7: note: previous use is here
   26 | class ui_file
      |       ^
../../gdb-8.0.1/gdb/mips-tdep.c:8899:42: note: did you mean class here?
 8899 | mips_dump_tdep (struct gdbarch *gdbarch, struct ui_file *file)
      |                                          ^~~~~~
      |                                          class
92 warnings and 1 error generated.
gmake[2]: *** [Makefile:1876: ax-general.o] Error 1
177 warnings and 6 errors generated.
gmake[2]: *** [Makefile:1876: mips-tdep.o] Error 1
148 warnings and 5 errors generated.
gmake[2]: *** [Makefile:1876: ax-gdb.o] Error 1
gmake[2]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1/build/gdb'
gmake[1]: *** [Makefile:9126: all-gdb] Error 2
gmake[1]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1/build'
gmake: *** [Makefile:849: all] Error 2
shell cmd failed: /bin/sh -ex  /home/tester/rtems-cron-5/rtems-source-builder/rtems/build/mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1/do-build
error: building mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1
  See error report: rsb-report-mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1.txt
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Sizes
=====

Maximum build usage: 758.890MB
Total size: 424.990MB
Installed : 203.663MB
Sources: 220.976MB
Patches: 360.353KB

Output
======

Build Set: 5/rtems-mips
Build Set: 5/rtems-autotools.bset
Build Set: 5/rtems-autotools-internal.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-freebsd14.1-1
building: autoconf-2.69-x86_64-freebsd14.1-1
sizes: autoconf-2.69-x86_64-freebsd14.1-1: 7.500MB (installed: 0.000B)
cleaning: autoconf-2.69-x86_64-freebsd14.1-1
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-freebsd14.1-1
building: automake-1.12.6-x86_64-freebsd14.1-1
sizes: automake-1.12.6-x86_64-freebsd14.1-1: 8.327MB (installed: 0.000B)
cleaning: automake-1.12.6-x86_64-freebsd14.1-1
cleaning: autoconf-2.69-x86_64-freebsd14.1-1
cleaning: automake-1.12.6-x86_64-freebsd14.1-1
Build Sizes: usage: 8.327MB total: 202.326MB (sources: 202.299MB, patches: 28.004KB, installed 0.000B)
Build Set: Time 0:00:05.199306
Build Set: 5/rtems-autotools-base.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-freebsd14.1-1
building: autoconf-2.69-x86_64-freebsd14.1-1
sizes: autoconf-2.69-x86_64-freebsd14.1-1: 10.519MB (installed: 3.021MB)
cleaning: autoconf-2.69-x86_64-freebsd14.1-1
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-freebsd14.1-1.txt
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-freebsd14.1-1.xml
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-freebsd14.1-1
building: automake-1.12.6-x86_64-freebsd14.1-1
sizes: automake-1.12.6-x86_64-freebsd14.1-1: 10.590MB (installed: 2.265MB)
cleaning: automake-1.12.6-x86_64-freebsd14.1-1
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-freebsd14.1-1.txt
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-freebsd14.1-1.xml
staging: autoconf-2.69-x86_64-freebsd14.1-1 -> /home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001-staging
staging: automake-1.12.6-x86_64-freebsd14.1-1 -> /home/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1001-staging
cleaning: autoconf-2.69-x86_64-freebsd14.1-1
cleaning: automake-1.12.6-x86_64-freebsd14.1-1
Build Sizes: usage: 15.876MB total: 207.612MB (sources: 202.299MB, patches: 28.004KB, installed 5.286MB)
Build Set: Time 0:00:07.045921
Build Set: Time 0:00:12.248175
config: devel/expat-2.1.0-1.cfg
package: expat-2.1.0-x86_64-freebsd14.1-1
building: expat-2.1.0-x86_64-freebsd14.1-1
sizes: expat-2.1.0-x86_64-freebsd14.1-1: 7.230MB (installed: 1.306MB)
cleaning: expat-2.1.0-x86_64-freebsd14.1-1
reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-freebsd14.1-1.txt
reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-freebsd14.1-1.xml
config: tools/rtems-gdb-9.1-1.cfg
package: mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1
building: mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1
error: building mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1
Build FAILED
  See error report: rsb-report-mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1.txt
error: building mips-rtems5-gdb-9.1-x86_64-freebsd14.1-1
config: tools/rtems-binutils-2.34.cfg
package: mips-rtems5-binutils-2.34-x86_64-freebsd14.1-1
building: mips-rtems5-binutils-2.34-x86_64-freebsd14.1-1
sizes: mips-rtems5-binutils-2.34-x86_64-freebsd14.1-1: 555.227MB (installed: 142.850MB)
cleaning: mips-rtems5-binutils-2.34-x86_64-freebsd14.1-1
reporting: tools/rtems-binutils-2.34.cfg -> mips-rtems5-binutils-2.34-x86_64-freebsd14.1-1.txt
reporting: tools/rtems-binutils-2.34.cfg -> mips-rtems5-binutils-2.34-x86_64-freebsd14.1-1.xml
config: tools/rtems-gcc-7.5.0-newlib-7947581.cfg
package: mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1
building: mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1
error: building mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1
Build FAILED
  See error report: rsb-report-mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1.txt
error: building mips-rtems5-gcc-7.5.0-newlib-7947581-x86_64-freebsd14.1-1
config: tools/rtems-tools-5-1.cfg
package: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
building: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
sizes: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1: 232.346MB (installed: 59.506MB)
cleaning: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1.txt
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1.xml
config: tools/rtems-mipstx39-gdb-8.0.1-1.cfg
package: mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1
download: https://ftp.gnu.org/gnu/gdb/gdb-8.0.1.tar.xz -> sources/gdb-8.0.1.tar.xz
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/gdb-8.0.1-sis-leon2-leon3.diff
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/gdb-8.0.1-sis-leon3-smp.diff
building: mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1
error: building mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1
Build FAILED
  See error report: rsb-report-mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1.txt
error: building mipstx39-rtems5-gdb-8.0.1-x86_64-freebsd14.1-1
cleaning: expat-2.1.0-x86_64-freebsd14.1-1
cleaning: mips-rtems5-binutils-2.34-x86_64-freebsd14.1-1
cleaning: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
Build Sizes: usage: 758.890MB total: 424.990MB (sources: 220.976MB, patches: 360.353KB, installed 203.663MB)
Mailing report: build at rtems.org

Report
======

==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jul  2 00:37:00 2024
==============================================================================
Report: devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7a6476f27a8d208b71ebce8df0944e45ab64f2fa
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.1.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.1.0-x86_64-freebsd14.1-1
 Config: devel/expat-2.1.0-1.cfg
 Summary:
  Expat XML Parser v2.1.0 for target mips-rtems5 on host x86_64-freebsd14.1
 URL:
  http://expat.sourceforge.net/
 Version:
  2.1.0
 Release:
  1
  Sources: 1
    1: https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz
       sha256: 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
  Patches: 0
 Preparation:
  build_top=$(pwd)
  %setup source expat -q -n expat-2.1.0
  %setup patch expat -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  cd expat-2.1.0
  # Host and build flags, Cross build if host and build are different and
  # Cxc build if target is deifned and also different.
  # Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
  if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
    CPPFLAGS="${SB_HOST_CPPFLAGS}"
    CFLAGS="${SB_HOST_CFLAGS}"
    CXXFLAGS="${SB_HOST_CXXFLAGS}"
    LDFLAGS="${SB_HOST_LDFLAGS}"
    LDLIBS="${SB_HOST_LIBS}"
    LIBS="${SB_HOST_LIBS}"
    # Host
    CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
    CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
    LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
    LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
    LIBS_FOR_HOST="${SB_HOST_LIBS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    # Build
    CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
    LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
    LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CC_FOR_BUILD=${CC}
    CXX_FOR_BUILD=${CXX}
  fi
  export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
  export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
  export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
  ./configure  --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1  --verbose  --prefix=/home/tester/rtems-cron-5/tools/5 --bindir=/home/tester/rtems-cron-5/tools/5/bin  --exec-prefix=/home/tester/rtems-cron-5/tools/5  --includedir=/home/tester/rtems-cron-5/tools/5/include --libdir=/home/tester/rtems-cron-5/tools/5/lib  --mandir=/home/tester/rtems-cron-5/tools/5/share/man --infodir=/home/tester/rtems-cron-5/tools/5/share/info
  gmake -j 8 all
  cd ${build_top}
 Install:
  build_top=$(pwd)
  rm -rf $SB_BUILD_ROOT
  cd expat-2.1.0
  gmake DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jul  2 00:37:00 2024
==============================================================================
Report: devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7a6476f27a8d208b71ebce8df0944e45ab64f2fa
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.1.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.1.0-x86_64-freebsd14.1-1
 Config: devel/expat-2.1.0-1.cfg
 Summary:
  Expat XML Parser v2.1.0 for target mips-rtems5 on host x86_64-freebsd14.1
 URL:
  http://expat.sourceforge.net/
 Version:
  2.1.0
 Release:
  1
  Sources: 1
    1: https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz
       sha256: 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
  Patches: 0
 Preparation:
  build_top=$(pwd)
  %setup source expat -q -n expat-2.1.0
  %setup patch expat -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  cd expat-2.1.0
  # Host and build flags, Cross build if host and build are different and
  # Cxc build if target is deifned and also different.
  # Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
  if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
    CPPFLAGS="${SB_HOST_CPPFLAGS}"
    CFLAGS="${SB_HOST_CFLAGS}"
    CXXFLAGS="${SB_HOST_CXXFLAGS}"
    LDFLAGS="${SB_HOST_LDFLAGS}"
    LDLIBS="${SB_HOST_LIBS}"
    LIBS="${SB_HOST_LIBS}"
    # Host
    CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
    CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
    LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
    LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
    LIBS_FOR_HOST="${SB_HOST_LIBS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    # Build
    CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
    LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
    LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CC_FOR_BUILD=${CC}
    CXX_FOR_BUILD=${CXX}
  fi
  export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
  export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
  export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
  ./configure  --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1  --verbose  --prefix=/home/tester/rtems-cron-5/tools/5 --bindir=/home/tester/rtems-cron-5/tools/5/bin  --exec-prefix=/home/tester/rtems-cron-5/tools/5  --includedir=/home/tester/rtems-cron-5/tools/5/include --libdir=/home/tester/rtems-cron-5/tools/5/lib  --mandir=/home/tester/rtems-cron-5/tools/5/share/man --infodir=/home/tester/rtems-cron-5/tools/5/share/info
  gmake -j 8 all
  cd ${build_top}
 Install:
  build_top=$(pwd)
  rm -rf $SB_BUILD_ROOT
  cd expat-2.1.0
  gmake DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jul  2 00:38:28 2024
==============================================================================
Report: tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7a6476f27a8d208b71ebce8df0944e45ab64f2fa
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.34.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
Package: mips-rtems5-binutils-2.34-x86_64-freebsd14.1-1
 Config: tools/rtems-binutils-2.34.cfg
 Summary:
  Binutils v2.34 for target mips-rtems5 on host x86_64-freebsd14.1
 URL:
  http://sources.redhat.com/binutils
 Version:
  2.34
 Release:
  1
  Sources: 1
    1: https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2
       sha512: f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
  Patches: 0
 Preparation:
  build_top=$(pwd)
  binutils_source="binutils-2.34"
  source_dir_binutils=${binutils_source}
  %setup source binutils -q -n ${binutils_source}
  %setup patch binutils -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
    # Cross-build (Xc) if no target or the host and target match.
    # Canadian-cross (Cxc) if build, host and target are all different.
    if test -z "mips-rtems5" -o "x86_64-freebsd14.1" == "mips-rtems5" ; then
      build_dir="build-xc"
    else
      build_dir="build-cxc"
    fi
  else
    build_dir="build"
  fi
  mkdir -p ${build_dir}
  cd ${build_dir}
  # Host and build flags, Cross build if host and build are different and
  # Cxc build if target is deifned and also different.
  # Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
  if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
    CPPFLAGS="${SB_HOST_CPPFLAGS}"
    CFLAGS="${SB_HOST_CFLAGS}"
    CXXFLAGS="${SB_HOST_CXXFLAGS}"
    LDFLAGS="${SB_HOST_LDFLAGS}"
    LDLIBS="${SB_HOST_LIBS}"
    LIBS="${SB_HOST_LIBS}"
    # Host
    CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
    CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
    LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
    LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
    LIBS_FOR_HOST="${SB_HOST_LIBS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    # Build
    CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
    LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
    LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CC_FOR_BUILD=${CC}
    CXX_FOR_BUILD=${CXX}
  fi
  export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
  export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
  export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
  ../${source_dir_binutils}/configure  --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1  --target=mips-rtems5  --verbose --disable-nls  --disable-gdb --disable-libdecnumber --disable-readline --disable-sim  --enable-deterministic-archives  --enable-64-bit-bfd    --disable-lto  --without-included-gettext  --disable-win32-registry  --disable-werror  --prefix=/home/tester/rtems-cron-5/tools/5 --bindir=/home/tester/rtems-cron-5/tools/5/bin  --exec-prefix=/home/tester/rtems-cron-5/tools/5  --includedir=/home/tester/rtems-cron-5/tools/5/include --libdir=/home/tester/rtems-cron-5/tools/5/lib  --mandir=/home/tester/rtems-cron-5/tools/5/share/man --infodir=/home/tester/rtems-cron-5/tools/5/share/info
  gmake -j 8 all
  cd ${build_top}
 Install:
  cd ${build_top}
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${build_dir}
  gmake DESTDIR=$SB_BUILD_ROOT install
  /bin/rm -rf $SB_BUILD_ROOT/home/tester/rtems-cron-5/tools/5/share/info/configure.info*
  /bin/rm -f $SB_BUILD_ROOT/home/tester/rtems-cron-5/tools/5/share/info/dir
  touch $SB_BUILD_ROOT/home/tester/rtems-cron-5/tools/5/share/info/dir
  mkdir -p $SB_BUILD_ROOT/home/tester/rtems-cron-5/tools/5/share/locale
  /bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/lib/libiberty*
  if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/bin/mips-rtems5-dlltool; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/share/man/man1/mips-rtems5-dlltool*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/bin/mips-rtems5-nlmconv; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/share/man/man1/mips-rtems5-nlmconv*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/bin/mips-rtems5-windres; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/share/man/man1/mips-rtems5-windres*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/bin/mips-rtems5-windmc; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/share/man/man1/mips-rtems5-windmc*
  fi
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jul  2 00:38:28 2024
==============================================================================
Report: tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7a6476f27a8d208b71ebce8df0944e45ab64f2fa
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.34.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
Package: mips-rtems5-binutils-2.34-x86_64-freebsd14.1-1
 Config: tools/rtems-binutils-2.34.cfg
 Summary:
  Binutils v2.34 for target mips-rtems5 on host x86_64-freebsd14.1
 URL:
  http://sources.redhat.com/binutils
 Version:
  2.34
 Release:
  1
  Sources: 1
    1: https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2
       sha512: f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
  Patches: 0
 Preparation:
  build_top=$(pwd)
  binutils_source="binutils-2.34"
  source_dir_binutils=${binutils_source}
  %setup source binutils -q -n ${binutils_source}
  %setup patch binutils -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
    # Cross-build (Xc) if no target or the host and target match.
    # Canadian-cross (Cxc) if build, host and target are all different.
    if test -z "mips-rtems5" -o "x86_64-freebsd14.1" == "mips-rtems5" ; then
      build_dir="build-xc"
    else
      build_dir="build-cxc"
    fi
  else
    build_dir="build"
  fi
  mkdir -p ${build_dir}
  cd ${build_dir}
  # Host and build flags, Cross build if host and build are different and
  # Cxc build if target is deifned and also different.
  # Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
  if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
    CPPFLAGS="${SB_HOST_CPPFLAGS}"
    CFLAGS="${SB_HOST_CFLAGS}"
    CXXFLAGS="${SB_HOST_CXXFLAGS}"
    LDFLAGS="${SB_HOST_LDFLAGS}"
    LDLIBS="${SB_HOST_LIBS}"
    LIBS="${SB_HOST_LIBS}"
    # Host
    CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
    CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
    LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
    LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
    LIBS_FOR_HOST="${SB_HOST_LIBS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    # Build
    CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
    LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
    LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CC_FOR_BUILD=${CC}
    CXX_FOR_BUILD=${CXX}
  fi
  export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
  export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
  export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
  ../${source_dir_binutils}/configure  --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1  --target=mips-rtems5  --verbose --disable-nls  --disable-gdb --disable-libdecnumber --disable-readline --disable-sim  --enable-deterministic-archives  --enable-64-bit-bfd    --disable-lto  --without-included-gettext  --disable-win32-registry  --disable-werror  --prefix=/home/tester/rtems-cron-5/tools/5 --bindir=/home/tester/rtems-cron-5/tools/5/bin  --exec-prefix=/home/tester/rtems-cron-5/tools/5  --includedir=/home/tester/rtems-cron-5/tools/5/include --libdir=/home/tester/rtems-cron-5/tools/5/lib  --mandir=/home/tester/rtems-cron-5/tools/5/share/man --infodir=/home/tester/rtems-cron-5/tools/5/share/info
  gmake -j 8 all
  cd ${build_top}
 Install:
  cd ${build_top}
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${build_dir}
  gmake DESTDIR=$SB_BUILD_ROOT install
  /bin/rm -rf $SB_BUILD_ROOT/home/tester/rtems-cron-5/tools/5/share/info/configure.info*
  /bin/rm -f $SB_BUILD_ROOT/home/tester/rtems-cron-5/tools/5/share/info/dir
  touch $SB_BUILD_ROOT/home/tester/rtems-cron-5/tools/5/share/info/dir
  mkdir -p $SB_BUILD_ROOT/home/tester/rtems-cron-5/tools/5/share/locale
  /bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/lib/libiberty*
  if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/bin/mips-rtems5-dlltool; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/share/man/man1/mips-rtems5-dlltool*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/bin/mips-rtems5-nlmconv; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/share/man/man1/mips-rtems5-nlmconv*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/bin/mips-rtems5-windres; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/share/man/man1/mips-rtems5-windres*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/bin/mips-rtems5-windmc; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-5/tools/5/share/man/man1/mips-rtems5-windmc*
  fi
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jul  2 00:40:24 2024
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7a6476f27a8d208b71ebce8df0944e45ab64f2fa
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
 Config: tools/rtems-tools-5-1.cfg
 Summary:
  RTEMS Tools 04d6aa3ada572c1fd7352e3a95775824679c0aa0 for host x86_64-freebsd14.1
 URL:
  http://www.rtems.org/
 Version:
  04d6aa3ada572c1fd7352e3a95775824679c0aa0
 Release:
  1
  Sources: 1
    1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/04d6aa3ada572c1fd7352e3a95775824679c0aa0/rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0.tar.bz2
       sha512: 7GFaovivW18aqni5qjyfJqk4CxnsF3tpA10AMCy1VMIMcc69LZX/tjuU+SX/apIdeTED992T5zX8zAI8YIGdqQ==
  Patches: 0
 Preparation:
  build_top=$(pwd)
  rtems_tools_source=rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0
  source_dir_rtems_tools=${rtems_tools_source}
  %setup source rtems-tools -q -n ${rtems_tools_source}
  %setup patch rtems-tools -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
  RT_HOST="--host=x86_64-freebsd14.1"
  else
  RT_HOST=
  fi
  cd ${source_dir_rtems_tools}
  ./waf distclean configure ${RT_HOST} --prefix=/home/tester/rtems-cron-5/tools/5
  ./waf
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${source_dir_rtems_tools}
  ./waf --destdir=$SB_BUILD_ROOT install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jul  2 00:40:24 2024
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7a6476f27a8d208b71ebce8df0944e45ab64f2fa
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
 Config: tools/rtems-tools-5-1.cfg
 Summary:
  RTEMS Tools 04d6aa3ada572c1fd7352e3a95775824679c0aa0 for host x86_64-freebsd14.1
 URL:
  http://www.rtems.org/
 Version:
  04d6aa3ada572c1fd7352e3a95775824679c0aa0
 Release:
  1
  Sources: 1
    1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/04d6aa3ada572c1fd7352e3a95775824679c0aa0/rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0.tar.bz2
       sha512: 7GFaovivW18aqni5qjyfJqk4CxnsF3tpA10AMCy1VMIMcc69LZX/tjuU+SX/apIdeTED992T5zX8zAI8YIGdqQ==
  Patches: 0
 Preparation:
  build_top=$(pwd)
  rtems_tools_source=rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0
  source_dir_rtems_tools=${rtems_tools_source}
  %setup source rtems-tools -q -n ${rtems_tools_source}
  %setup patch rtems-tools -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
  RT_HOST="--host=x86_64-freebsd14.1"
  else
  RT_HOST=
  fi
  cd ${source_dir_rtems_tools}
  ./waf distclean configure ${RT_HOST} --prefix=/home/tester/rtems-cron-5/tools/5
  ./waf
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${source_dir_rtems_tools}
  ./waf --destdir=$SB_BUILD_ROOT install
  cd ${build_top}


More information about the build mailing list