Build Linux: FAILED 6/rtems-bfin on x86_64-linux-gnu (bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1)
joel at rtems.org
joel at rtems.org
Mon Mar 23 18:25:57 UTC 2020
RTEMS Source Builder - Set Builder, 5 (68f90be3c8a2)
Host: Linux-4.15.0-91-generic-x86_64-with-Ubuntu-18.04-bionic
Linux rtbf64a 4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC
2020 x86_64 x86_64
Build Time: 0:20:08.688341
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
configure: loading cache .././config.cache
checking build system type... (cached) x86_64-pc-linux-gnu
checking host system type... (cached) x86_64-pc-linux-gnu
checking target system type... (cached) bfin-unknown-rtems6
checking for x86_64-linux-gnu-gcc... (cached) gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include accepts -g... (cached) yes
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
make[2]: Entering directory '/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build/sim'
make[3]: Entering directory '/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build/sim/bfin'
rm -f tmp-hw.h
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/gentmap.c -o gentmap -g -O -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../opcodes -DNL_TARGET_bfin
echo "/* generated by Makefile */" > tmp-hw.h
/bin/bash ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../sim/common/create-version.sh ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../gdb \
x86_64-linux-gnu bfin-rtems6 version.c
sim_hw="cfi core pal glue bfin_cec bfin_ctimer bfin_dma bfin_dmac bfin_ebiu_amc bfin_ebiu_ddrc bfin_ebiu_sdc bfin_emac bfin_eppi bfin_evt bfin_gpio bfin_gpio2 bfin_gptimer bfin_jtag bfin_mmu bfin_nfc bfin_otp bfin_pfmon bfin_pint bfin_pll bfin_ppi bfin_rtc bfin_sic bfin_spi bfin_trace bfin_twi bfin_uart bfin_uart2 bfin_wdog bfin_wp eth_phy"; \
for hw in $sim_hw ; do \
echo "extern const struct hw_descriptor dv_${hw}_descriptor[];" ; \
done >> tmp-hw.h
echo "const struct hw_descriptor *hw_descriptors[] = {" >> tmp-hw.h
sim_hw="cfi core pal glue bfin_cec bfin_ctimer bfin_dma bfin_dmac bfin_ebiu_amc bfin_ebiu_ddrc bfin_ebiu_sdc bfin_emac bfin_eppi bfin_evt bfin_gpio bfin_gpio2 bfin_gptimer bfin_jtag bfin_mmu bfin_nfc bfin_otp bfin_pfmon bfin_pint bfin_pll bfin_ppi bfin_rtc bfin_sic bfin_spi bfin_trace bfin_twi bfin_uart bfin_uart2 bfin_wdog bfin_wp eth_phy"; \
for hw in $sim_hw ; do \
echo " dv_${hw}_descriptor," ; \
done >> tmp-hw.h
echo " NULL," >> tmp-hw.h
echo "};" >> tmp-hw.h
mv tmp-hw.h hw-config.h
rm -f tmp-tvals.h tmp-tmap.c
./gentmap -h >tmp-tvals.h
/bin/bash ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../move-if-change tmp-tvals.h targ-vals.h
./gentmap -c >tmp-tmap.c
/bin/bash ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../move-if-change tmp-tmap.c targ-map.c
touch stamp-tvals
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o callback.o -MT callback.o -MMD -MP -MF .deps/callback.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/callback.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o syscall.o -MT syscall.o -MMD -MP -MF .deps/syscall.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/syscall.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o targ-map.o -MT targ-map.o -MMD -MP -MF .deps/targ-map.Tpo targ-map.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-arange.o -MT sim-arange.o -MMD -MP -MF .deps/sim-arange.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-arange.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-bits.o -MT sim-bits.o -MMD -MP -MF .deps/sim-bits.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-bits.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-close.o -MT sim-close.o -MMD -MP -MF .deps/sim-close.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-close.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-command.o -MT sim-command.o -MMD -MP -MF .deps/sim-command.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-command.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-config.o -MT sim-config.o -MMD -MP -MF .deps/sim-config.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-config.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-core.o -MT sim-core.o -MMD -MP -MF .deps/sim-core.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-core.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-cpu.o -MT sim-cpu.o -MMD -MP -MF .deps/sim-cpu.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-cpu.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-endian.o -MT sim-endian.o -MMD -MP -MF .deps/sim-endian.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-endian.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-engine.o -MT sim-engine.o -MMD -MP -MF .deps/sim-engine.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-engine.c
../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-cpu.c: In function 'sim_cpu_free':
../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-cpu.c:64:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
free (cpu);
^~~~
../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-cpu.c:64:3: warning: incompatible implicit declaration of built-in function 'free'
../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-cpu.c:64:3: note: include '<stdlib.h>' or provide a declaration of 'free'
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-events.o -MT sim-events.o -MMD -MP -MF .deps/sim-events.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-events.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-fpu.o -MT sim-fpu.o -MMD -MP -MF .deps/sim-fpu.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-fpu.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-hload.o -MT sim-hload.o -MMD -MP -MF .deps/sim-hload.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-hload.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-hrw.o -MT sim-hrw.o -MMD -MP -MF .deps/sim-hrw.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-hrw.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-io.o -MT sim-io.o -MMD -MP -MF .deps/sim-io.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-io.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-info.o -MT sim-info.o -MMD -MP -MF .deps/sim-info.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-info.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-load.o -MT sim-load.o -MMD -MP -MF .deps/sim-load.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-load.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-memopt.o -MT sim-memopt.o -MMD -MP -MF .deps/sim-memopt.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-memopt.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-model.o -MT sim-model.o -MMD -MP -MF .deps/sim-model.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-model.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-module.o -MT sim-module.o -MMD -MP -MF .deps/sim-module.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-module.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-options.o -MT sim-options.o -MMD -MP -MF .deps/sim-options.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-options.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-profile.o -MT sim-profile.o -MMD -MP -MF .deps/sim-profile.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-profile.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-reason.o -MT sim-reason.o -MMD -MP -MF .deps/sim-reason.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-reason.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-reg.o -MT sim-reg.o -MMD -MP -MF .deps/sim-reg.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-reg.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-signal.o -MT sim-signal.o -MMD -MP -MF .deps/sim-signal.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-signal.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-stop.o -MT sim-stop.o -MMD -MP -MF .deps/sim-stop.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-stop.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-syscall.o -MT sim-syscall.o -MMD -MP -MF .deps/sim-syscall.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-syscall.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-trace.o -MT sim-trace.o -MMD -MP -MF .deps/sim-trace.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-trace.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-utils.o -MT sim-utils.o -MMD -MP -MF .deps/sim-utils.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-utils.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-watch.o -MT sim-watch.o -MMD -MP -MF .deps/sim-watch.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-watch.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o hw-alloc.o -MT hw-alloc.o -MMD -MP -MF .deps/hw-alloc.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/hw-alloc.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o hw-base.o -MT hw-base.o -MMD -MP -MF .deps/hw-base.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/hw-base.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o hw-device.o -MT hw-device.o -MMD -MP -MF .deps/hw-device.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/hw-device.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o hw-events.o -MT hw-events.o -MMD -MP -MF .deps/hw-events.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/hw-events.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o hw-handles.o -MT hw-handles.o -MMD -MP -MF .deps/hw-handles.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/hw-handles.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o hw-instances.o -MT hw-instances.o -MMD -MP -MF .deps/hw-instances.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/hw-instances.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o hw-ports.o -MT hw-ports.o -MMD -MP -MF .deps/hw-ports.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/hw-ports.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o hw-properties.o -MT hw-properties.o -MMD -MP -MF .deps/hw-properties.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/hw-properties.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o hw-tree.o -MT hw-tree.o -MMD -MP -MF .deps/hw-tree.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/hw-tree.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-hw.o -MT sim-hw.o -MMD -MP -MF .deps/sim-hw.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-hw.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-cfi.o -MT dv-cfi.o -MMD -MP -MF .deps/dv-cfi.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/dv-cfi.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-core.o -MT dv-core.o -MMD -MP -MF .deps/dv-core.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/dv-core.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-pal.o -MT dv-pal.o -MMD -MP -MF .deps/dv-pal.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/dv-pal.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-glue.o -MT dv-glue.o -MMD -MP -MF .deps/dv-glue.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/dv-glue.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_cec.o -MT dv-bfin_cec.o -MMD -MP -MF .deps/dv-bfin_cec.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_cec.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_ctimer.o -MT dv-bfin_ctimer.o -MMD -MP -MF .deps/dv-bfin_ctimer.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_ctimer.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_dma.o -MT dv-bfin_dma.o -MMD -MP -MF .deps/dv-bfin_dma.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_dma.c
../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_dma.c: In function 'bfin_dma_process_desc':
../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_dma.c:124:35: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
if (dma->ele_size != (unsigned) abs (dma->x_modify))
^~~
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_dmac.o -MT dv-bfin_dmac.o -MMD -MP -MF .deps/dv-bfin_dmac.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_dmac.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_ebiu_amc.o -MT dv-bfin_ebiu_amc.o -MMD -MP -MF .deps/dv-bfin_ebiu_amc.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_ebiu_amc.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_ebiu_ddrc.o -MT dv-bfin_ebiu_ddrc.o -MMD -MP -MF .deps/dv-bfin_ebiu_ddrc.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_ebiu_ddrc.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_ebiu_sdc.o -MT dv-bfin_ebiu_sdc.o -MMD -MP -MF .deps/dv-bfin_ebiu_sdc.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_ebiu_sdc.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_emac.o -MT dv-bfin_emac.o -MMD -MP -MF .deps/dv-bfin_emac.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_emac.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_eppi.o -MT dv-bfin_eppi.o -MMD -MP -MF .deps/dv-bfin_eppi.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_eppi.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_evt.o -MT dv-bfin_evt.o -MMD -MP -MF .deps/dv-bfin_evt.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_evt.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_gpio.o -MT dv-bfin_gpio.o -MMD -MP -MF .deps/dv-bfin_gpio.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_gpio.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_gpio2.o -MT dv-bfin_gpio2.o -MMD -MP -MF .deps/dv-bfin_gpio2.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_gpio2.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_gptimer.o -MT dv-bfin_gptimer.o -MMD -MP -MF .deps/dv-bfin_gptimer.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_gptimer.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_jtag.o -MT dv-bfin_jtag.o -MMD -MP -MF .deps/dv-bfin_jtag.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_jtag.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_mmu.o -MT dv-bfin_mmu.o -MMD -MP -MF .deps/dv-bfin_mmu.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_mmu.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_nfc.o -MT dv-bfin_nfc.o -MMD -MP -MF .deps/dv-bfin_nfc.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_nfc.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_otp.o -MT dv-bfin_otp.o -MMD -MP -MF .deps/dv-bfin_otp.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_otp.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_pfmon.o -MT dv-bfin_pfmon.o -MMD -MP -MF .deps/dv-bfin_pfmon.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_pfmon.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_pint.o -MT dv-bfin_pint.o -MMD -MP -MF .deps/dv-bfin_pint.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_pint.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_pll.o -MT dv-bfin_pll.o -MMD -MP -MF .deps/dv-bfin_pll.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_pll.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_ppi.o -MT dv-bfin_ppi.o -MMD -MP -MF .deps/dv-bfin_ppi.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_ppi.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_rtc.o -MT dv-bfin_rtc.o -MMD -MP -MF .deps/dv-bfin_rtc.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_rtc.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_sic.o -MT dv-bfin_sic.o -MMD -MP -MF .deps/dv-bfin_sic.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_sic.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_spi.o -MT dv-bfin_spi.o -MMD -MP -MF .deps/dv-bfin_spi.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_spi.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_trace.o -MT dv-bfin_trace.o -MMD -MP -MF .deps/dv-bfin_trace.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_trace.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_twi.o -MT dv-bfin_twi.o -MMD -MP -MF .deps/dv-bfin_twi.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_twi.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_uart.o -MT dv-bfin_uart.o -MMD -MP -MF .deps/dv-bfin_uart.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_uart.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_uart2.o -MT dv-bfin_uart2.o -MMD -MP -MF .deps/dv-bfin_uart2.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_uart2.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_wdog.o -MT dv-bfin_wdog.o -MMD -MP -MF .deps/dv-bfin_wdog.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_wdog.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-bfin_wp.o -MT dv-bfin_wp.o -MMD -MP -MF .deps/dv-bfin_wp.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-bfin_wp.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-eth_phy.o -MT dv-eth_phy.o -MMD -MP -MF .deps/dv-eth_phy.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/dv-eth_phy.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o dv-sockser.o -MT dv-sockser.o -MMD -MP -MF .deps/dv-sockser.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/dv-sockser.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o bfin-sim.o -MT bfin-sim.o -MMD -MP -MF .deps/bfin-sim.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/bfin-sim.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o devices.o -MT devices.o -MMD -MP -MF .deps/devices.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/devices.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o gui.o -MT gui.o -MMD -MP -MF .deps/gui.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/gui.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o interp.o -MT interp.o -MMD -MP -MF .deps/interp.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/interp.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o machs.o -MT machs.o -MMD -MP -MF .deps/machs.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/machs.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o sim-resume.o -MT sim-resume.o -MMD -MP -MF .deps/sim-resume.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/sim-resume.c
../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/machs.c: In function 'bfin_mach_option_handler':
../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/machs.c:2003:22: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
board->sirev = atoi (arg);
^~~~
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -c -o nrun.o -MT nrun.o -MMD -MP -MF .deps/nrun.Tpo ../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common/nrun.c
rm -f libsim.a
x86_64-linux-gnu-ar rc libsim.a callback.o syscall.o targ-map.o version.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-bfin_cec.o dv-bfin_ctimer.o dv-bfin_dma.o dv-bfin_dmac.o dv-bfin_ebiu_amc.o dv-bfin_ebiu_ddrc.o dv-bfin_ebiu_sdc.o dv-bfin_emac.o dv-bfin_eppi.o dv-bfin_evt.o dv-bfin_gpio.o dv-bfin_gpio2.o dv-bfin_gptimer.o dv-bfin_jtag.o dv-bfin_mmu.o dv-bfin_nfc.o dv-bfin_otp.o dv-bfin_pfmon.o dv-bfin_pint.o dv-bfin_pll.o dv-bfin_ppi.o dv-bfin_rtc.o dv-bfin_sic.o dv-bfin_spi.o dv-bfin_trace.o dv-bfin_twi.o dv-bfin_uart.o dv-
bfin_uart2.o dv-bfin_wdog.o dv-bfin_wp.o dv-eth_phy.o dv-sockser.o bfin-sim.o devices.o gui.o interp.o machs.o sim-resume.o
x86_64-linux-gnu-ranlib libsim.a
gcc -O2 -g -pipe -I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"bf537"' -DWITH_DEFAULT_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE -DWITH_HW=1 -DDEFAULT_INLINE=0 -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 -I. -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin -I../common -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/bfin/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-2957d8d/sim/b
fin/../../opcodes -g -O2 -L/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-bfin/home/joel/rtems-cron-6/tools/6/lib -o run \
nrun.o libsim.a ../../bfd/libbfd.a ../../opcodes/libopcodes.a ../../libiberty/libiberty.a -lm -ldl -lnsl -L../../zlib -lz -lm
make[3]: Leaving directory '/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build/sim/bfin'
make[2]: Leaving directory '/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build/sim'
make[2]: Entering directory '/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build/gdb'
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs arch/.deps
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs cli/.deps
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs dwarf2/.deps
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs mi/.deps
mkdir -p -- cli/.deps
mkdir -p -- mi/.deps
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs compile/.deps
mkdir -p -- arch/.deps
mkdir -p -- dwarf2/.deps
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs tui/.deps
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs unittests/.deps
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs guile/.deps
mkdir -p -- compile/.deps
mkdir -p -- tui/.deps
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs python/.deps
mkdir -p -- unittests/.deps
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs target/.deps
mkdir -p -- guile/.deps
/bin/bash ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/../mkinstalldirs nat/.deps
LEX ada-lex.c
mkdir -p -- python/.deps
mkdir -p -- nat/.deps
mkdir -p -- target/.deps
YACC ada-exp.c
YACC c-exp.c
YACC cp-name-parser.c
YACC d-exp.c
/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build/gdb/../../sourceware-mirror-binutils-gdb-2957d8d/gdb/c-exp.y: warning: 153 shift/reduce conflicts [-Wconflicts-sr]
/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build/gdb/../../sourceware-mirror-binutils-gdb-2957d8d/gdb/c-exp.y: warning: 70 reduce/reduce conflicts [-Wconflicts-rr]
CXX d-lang.o
CXX d-namespace.o
CXX d-valprint.o
CXX dbxread.o
CXX dcache.o
CXX debug.o
CXX debuginfod-support.o
CXX dictionary.o
CXX disasm-selftests.o
CXX disasm.o
CXX dtrace-probe.o
CXX dummy-frame.o
CXX dwarf2/abbrev.o
CXX dwarf2/attribute.o
CXX dwarf2/comp-unit.o
CXX dwarf2/expr.o
CXX dwarf2/frame-tailcall.o
CXX dwarf2/frame.o
CXX dwarf2/index-cache.o
CXX dwarf2/index-common.o
CXX dwarf2/index-write.o
CXX dwarf2/leb.o
CXX dwarf2/line-header.o
CXX dwarf2/loc.o
CXX dwarf2/read.o
CXX dwarf2/section.o
CXX elfread.o
CXX eval.o
CXX event-loop.o
CXX event-top.o
CXX exceptions.o
CXX exec.o
CXX expprint.o
CXX extension.o
YACC f-exp.c
CXX f-lang.o
CXX f-typeprint.o
CXX f-valprint.o
CXX filename-seen-cache.o
CXX filesystem.o
CXX findcmd.o
CXX findvar.o
CXX frame-base.o
CXX frame-unwind.o
CXX frame.o
CXX gcore.o
CXX gdb-demangle.o
CXX gdb_bfd.o
CXX gdb_obstack.o
CXX gdb_regex.o
CXX gdbarch-selftests.o
CXX gdbarch.o
CXX gdbtypes.o
CXX gnu-v2-abi.o
CXX gnu-v3-abi.o
YACC go-exp.c
CXX go-lang.o
CXX go-typeprint.o
CXX go-valprint.o
CXX guile/guile.o
CXX inf-child.o
CXX inf-loop.o
CXX infcall.o
CXX infcmd.o
CXX inferior.o
CXX inflow.o
CXX infrun.o
CXX inline-frame.o
CXX interps.o
CXX jit.o
CXX language.o
CXX linespec.o
CXX location.o
YACC m2-exp.c
/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build/gdb/../../sourceware-mirror-binutils-gdb-2957d8d/gdb/m2-exp.y: warning: 34 shift/reduce conflicts [-Wconflicts-sr]
/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build/gdb/../../sourceware-mirror-binutils-gdb-2957d8d/gdb/m2-exp.y:301.25-52: warning: rule useless in parser due to conflicts [-Wother]
{ pstate->start_arglist(); }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
CXX m2-lang.o
In file included from ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/infrun.c:26:0:
../../sourceware-mirror-binutils-gdb-2957d8d/gdb/inferior.h: In function 'void handle_vfork_child_exec_or_exit(int)':
../../sourceware-mirror-binutils-gdb-2957d8d/gdb/inferior.h:627:26: warning: '*((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf' may be used uninitialized in this function [-Wmaybe-uninitialized]
{ set_current_inferior (m_saved_inf); }
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../sourceware-mirror-binutils-gdb-2957d8d/gdb/infrun.c:951:6: note: '*((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf' was declared here
maybe_restore_inferior;
^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/inferior.h:49:0,
from ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/infrun.c:26:
../../sourceware-mirror-binutils-gdb-2957d8d/gdb/progspace.h:400:31: warning: '*((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace' may be used uninitialized in this function [-Wmaybe-uninitialized]
{ set_current_program_space (m_saved_pspace); }
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../sourceware-mirror-binutils-gdb-2957d8d/gdb/infrun.c:951:6: note: '*((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace' was declared here
maybe_restore_inferior;
^~~~~~~~~~~~~~~~~~~~~~
CXX m2-typeprint.o
CXX m2-valprint.o
CXX macrocmd.o
CXX macroexp.o
CXX macroscope.o
CXX macrotab.o
CXX main.o
CXX maint-test-options.o
CXX maint-test-settings.o
CXX maint.o
CXX mdebugread.o
CXX mem-break.o
CXX memattr.o
CXX memory-map.o
CXX memrange.o
CXX mi/mi-cmd-break.o
CXX mi/mi-cmd-catch.o
CXX mi/mi-cmd-disas.o
CXX mi/mi-cmd-env.o
CXX mi/mi-cmd-file.o
CXX mi/mi-cmd-info.o
CXX mi/mi-cmd-stack.o
CXX mi/mi-cmd-target.o
CXX mi/mi-cmd-var.o
CXX mi/mi-cmds.o
CXX mi/mi-common.o
CXX mi/mi-console.o
CXX mi/mi-getopt.o
CXX mi/mi-interp.o
CXX mi/mi-main.o
CXX mi/mi-out.o
CXX mi/mi-parse.o
CXX mi/mi-symbol-cmds.o
CXX minidebug.o
CXX minsyms.o
CXX mipsread.o
CXX namespace.o
CXX objc-lang.o
CXX objfiles.o
CXX observable.o
CXX opencl-lang.o
CXX osabi.o
CXX osdata.o
YACC p-exp.c
CXX p-lang.o
CXX p-typeprint.o
CXX p-valprint.o
CXX parse.o
CXX posix-hdep.o
CXX printcmd.o
CXX probe.o
CXX process-stratum-target.o
CXX producer.o
CXX progspace-and-thread.o
CXX progspace.o
CXX prologue-value.o
CXX psymtab.o
CXX python/py-arch.o
CXX python/py-auto-load.o
CXX python/py-block.o
CXX python/py-bpevent.o
CXX python/py-breakpoint.o
CXX python/py-cmd.o
CXX python/py-continueevent.o
CXX python/py-event.o
CXX python/py-evtregistry.o
CXX python/py-evts.o
CXX python/py-exitedevent.o
CXX python/py-finishbreakpoint.o
CXX python/py-frame.o
CXX python/py-framefilter.o
CXX python/py-function.o
CXX python/py-gdb-readline.o
CXX python/py-inferior.o
CXX python/py-infevents.o
CXX python/py-infthread.o
CXX python/py-instruction.o
CXX python/py-lazy-string.o
CXX python/py-linetable.o
CXX python/py-newobjfileevent.o
CXX python/py-objfile.o
CXX python/py-param.o
CXX python/py-prettyprint.o
CXX python/py-progspace.o
CXX python/py-record-btrace.o
CXX python/py-record-full.o
CXX python/py-record.o
CXX python/py-signalevent.o
CXX python/py-stopevent.o
CXX python/py-symbol.o
CXX python/py-symtab.o
CXX python/py-threadevent.o
CXX python/py-tui.o
In file included from ../../sourceware-mirror-binutils-gdb-2957d8d/gdb/python/py-tui.c:24:0:
../../sourceware-mirror-binutils-gdb-2957d8d/gdb/gdb_curses.h:57:10: fatal error: term.h: No such file or directory
#include <term.h>
^~~~~~~~
compilation terminated.
make[2]: *** [python/py-tui.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:1602: recipe for target 'python/py-tui.o' failed
make[2]: Leaving directory '/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build/gdb'
Makefile:10064: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/build'
Makefile:852: recipe for target 'all' failed
make: *** [all] Error 2
shell cmd failed: /bin/sh -ex /home/joel/rtems-cron-6/rtems-source-builder/rtems/build/bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1/do-build
error: building bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1
See error report: rsb-report-bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1.txt
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sizes
=====
Maximum build usage: 3.050GB
Total size: 868.706MB
Installed : 664.874MB
Sources: 203.812MB
Patches: 19.412KB
Output
======
Build Set: 6/rtems-bfin
Build Set: 6/rtems-autotools.bset
Build Set: 6/rtems-autotools-internal.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-linux-gnu-1
building: autoconf-2.69-x86_64-linux-gnu-1
sizes: autoconf-2.69-x86_64-linux-gnu-1: 7.497MB (installed: 0.000B)
cleaning: autoconf-2.69-x86_64-linux-gnu-1
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-linux-gnu-1
building: automake-1.12.6-x86_64-linux-gnu-1
sizes: automake-1.12.6-x86_64-linux-gnu-1: 8.087MB (installed: 0.000B)
cleaning: automake-1.12.6-x86_64-linux-gnu-1
cleaning: autoconf-2.69-x86_64-linux-gnu-1
cleaning: automake-1.12.6-x86_64-linux-gnu-1
Build Sizes: usage: 8.087MB total: 203.831MB (sources: 203.812MB, patches: 19.412KB, installed 0.000B)
Build Set: Time 0:00:10.082924
Build Set: 6/rtems-autotools-base.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-linux-gnu-1
building: autoconf-2.69-x86_64-linux-gnu-1
sizes: autoconf-2.69-x86_64-linux-gnu-1: 10.516MB (installed: 3.021MB)
cleaning: autoconf-2.69-x86_64-linux-gnu-1
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-linux-gnu-1.txt
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-linux-gnu-1.xml
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-linux-gnu-1
building: automake-1.12.6-x86_64-linux-gnu-1
sizes: automake-1.12.6-x86_64-linux-gnu-1: 10.350MB (installed: 2.264MB)
cleaning: automake-1.12.6-x86_64-linux-gnu-1
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-linux-gnu-1.txt
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-linux-gnu-1.xml
staging: autoconf-2.69-x86_64-linux-gnu-1 -> /home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-staging
staging: automake-1.12.6-x86_64-linux-gnu-1 -> /home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-staging
cleaning: autoconf-2.69-x86_64-linux-gnu-1
cleaning: automake-1.12.6-x86_64-linux-gnu-1
Build Sizes: usage: 15.801MB total: 209.117MB (sources: 203.812MB, patches: 19.412KB, installed 5.285MB)
Build Set: Time 0:00:17.450362
Build Set: Time 0:00:27.540306
config: devel/expat-2.1.0-1.cfg
package: expat-2.1.0-x86_64-linux-gnu-1
building: expat-2.1.0-x86_64-linux-gnu-1
sizes: expat-2.1.0-x86_64-linux-gnu-1: 8.004MB (installed: 1.576MB)
cleaning: expat-2.1.0-x86_64-linux-gnu-1
reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-linux-gnu-1.txt
reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-linux-gnu-1.xml
config: tools/rtems-gdb-head.cfg
package: bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1
building: bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1
error: building bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1
Build FAILED
See error report: rsb-report-bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1.txt
error: building bfin-rtems6-gdb-2957d8d-x86_64-linux-gnu-1
config: tools/rtems-binutils-head.cfg
package: bfin-rtems6-binutils-2957d8d-x86_64-linux-gnu-1
building: bfin-rtems6-binutils-2957d8d-x86_64-linux-gnu-1
sizes: bfin-rtems6-binutils-2957d8d-x86_64-linux-gnu-1: 653.022MB (installed: 136.857MB)
cleaning: bfin-rtems6-binutils-2957d8d-x86_64-linux-gnu-1
reporting: tools/rtems-binutils-head.cfg -> bfin-rtems6-binutils-2957d8d-x86_64-linux-gnu-1.txt
reporting: tools/rtems-binutils-head.cfg -> bfin-rtems6-binutils-2957d8d-x86_64-linux-gnu-1.xml
config: tools/rtems-gcc-head-newlib-head.cfg
package: bfin-rtems6-gcc-6e00d8d-newlib-6c8392d-x86_64-linux-gnu-1
building: bfin-rtems6-gcc-6e00d8d-newlib-6c8392d-x86_64-linux-gnu-1
sizes: bfin-rtems6-gcc-6e00d8d-newlib-6c8392d-x86_64-linux-gnu-1: 2.401GB (installed: 463.267MB)
cleaning: bfin-rtems6-gcc-6e00d8d-newlib-6c8392d-x86_64-linux-gnu-1
reporting: tools/rtems-gcc-head-newlib-head.cfg -> bfin-rtems6-gcc-6e00d8d-newlib-6c8392d-x86_64-linux-gnu-1.txt
reporting: tools/rtems-gcc-head-newlib-head.cfg -> bfin-rtems6-gcc-6e00d8d-newlib-6c8392d-x86_64-linux-gnu-1.xml
config: tools/rtems-tools-5-1.cfg
package: rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f-1
building: rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f-1
sizes: rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f-1: 229.536MB (installed: 63.175MB)
cleaning: rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f-1
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f-1.txt
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f-1.xml
cleaning: expat-2.1.0-x86_64-linux-gnu-1
cleaning: bfin-rtems6-binutils-2957d8d-x86_64-linux-gnu-1
cleaning: bfin-rtems6-gcc-6e00d8d-newlib-6c8392d-x86_64-linux-gnu-1
cleaning: rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f-1
Build Sizes: usage: 3.050GB total: 868.706MB (sources: 203.812MB, patches: 19.412KB, installed 664.874MB)
Mailing report: build at rtems.org
Report
======
==============================================================================
RTEMS Tools Project <users at rtems.org> Mon Mar 23 13:06:30 2020
==============================================================================
Report: devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: git://git.rtems.org/rtems-source-builder.git
Status:
Clean
Head:
Commit: 68f90be3c8a2d770a14d0319386ef19b650377d2
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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-linux-gnu-1
Config: devel/expat-2.1.0-1.cfg
Summary:
Expat XML Parser v2.1.0 for target bfin-rtems6 on host x86_64-linux-gnu
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-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-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 "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${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-linux-gnu --host=x86_64-linux-gnu --verbose --prefix=/home/joel/rtems-cron-6/tools/6 --bindir=/home/joel/rtems-cron-6/tools/6/bin --exec-prefix=/home/joel/rtems-cron-6/tools/6 --includedir=/home/joel/rtems-cron-6/tools/6/include --libdir=/home/joel/rtems-cron-6/tools/6/lib --mandir=/home/joel/rtems-cron-6/tools/6/share/man --infodir=/home/joel/rtems-cron-6/tools/6/share/info
make -j 4 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.1.0
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Mon Mar 23 13:06:30 2020
==============================================================================
Report: devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: git://git.rtems.org/rtems-source-builder.git
Status:
Clean
Head:
Commit: 68f90be3c8a2d770a14d0319386ef19b650377d2
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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-linux-gnu-1
Config: devel/expat-2.1.0-1.cfg
Summary:
Expat XML Parser v2.1.0 for target bfin-rtems6 on host x86_64-linux-gnu
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-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-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 "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${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-linux-gnu --host=x86_64-linux-gnu --verbose --prefix=/home/joel/rtems-cron-6/tools/6 --bindir=/home/joel/rtems-cron-6/tools/6/bin --exec-prefix=/home/joel/rtems-cron-6/tools/6 --includedir=/home/joel/rtems-cron-6/tools/6/include --libdir=/home/joel/rtems-cron-6/tools/6/lib --mandir=/home/joel/rtems-cron-6/tools/6/share/man --infodir=/home/joel/rtems-cron-6/tools/6/share/info
make -j 4 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.1.0
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Mon Mar 23 13:11:17 2020
==============================================================================
Report: tools/rtems-binutils-head.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: git://git.rtems.org/rtems-source-builder.git
Status:
Clean
Head:
Commit: 68f90be3c8a2d770a14d0319386ef19b650377d2
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-head.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-head.cfg
------------------------------------------------------------------------------
Package: bfin-rtems6-binutils-2957d8d-x86_64-linux-gnu-1
Config: tools/rtems-binutils-head.cfg
Summary:
Binutils v2957d8d for target bfin-rtems6 on host x86_64-linux-gnu
URL:
http://sources.redhat.com/binutils
Version:
2957d8d
Release:
1
Sources: 1
1: --rsb-file=sourceware-mirror-binutils-gdb-2957d8d.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/2957d8d
No checksum
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source=sourceware-mirror-binutils-gdb-2957d8d
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-linux-gnu" != "x86_64-linux-gnu" ; 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 "bfin-rtems6" -o "x86_64-linux-gnu" == "bfin-rtems6" ; 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-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-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 "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${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-linux-gnu --host=x86_64-linux-gnu --target=bfin-rtems6 --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/joel/rtems-cron-6/tools/6 --bindir=/home/joel/rtems-cron-6/tools/6/bin --exec-prefix=/home/joel/rtems-cron-6/tools/6 --includedir=/home/joel/rtems-cron-6/tools/6/include --libdir=/home/joel/rtems-cron-6/tools/6/lib --mandir=/home/joel/rtems-cron-6/tools/6/share/man --infodir=/home/joel/rtems-cron-6/tools/6/share/info
make -j 4 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/dir
touch $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/bfin-rtems6-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/bfin-rtems6-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/bfin-rtems6-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/bfin-rtems6-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/bfin-rtems6-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/bfin-rtems6-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/bfin-rtems6-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/bfin-rtems6-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Mon Mar 23 13:11:17 2020
==============================================================================
Report: tools/rtems-binutils-head.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: git://git.rtems.org/rtems-source-builder.git
Status:
Clean
Head:
Commit: 68f90be3c8a2d770a14d0319386ef19b650377d2
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-head.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-head.cfg
------------------------------------------------------------------------------
Package: bfin-rtems6-binutils-2957d8d-x86_64-linux-gnu-1
Config: tools/rtems-binutils-head.cfg
Summary:
Binutils v2957d8d for target bfin-rtems6 on host x86_64-linux-gnu
URL:
http://sources.redhat.com/binutils
Version:
2957d8d
Release:
1
Sources: 1
1: --rsb-file=sourceware-mirror-binutils-gdb-2957d8d.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/2957d8d
No checksum
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source=sourceware-mirror-binutils-gdb-2957d8d
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-linux-gnu" != "x86_64-linux-gnu" ; 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 "bfin-rtems6" -o "x86_64-linux-gnu" == "bfin-rtems6" ; 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-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-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 "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${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-linux-gnu --host=x86_64-linux-gnu --target=bfin-rtems6 --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/joel/rtems-cron-6/tools/6 --bindir=/home/joel/rtems-cron-6/tools/6/bin --exec-prefix=/home/joel/rtems-cron-6/tools/6 --includedir=/home/joel/rtems-cron-6/tools/6/include --libdir=/home/joel/rtems-cron-6/tools/6/lib --mandir=/home/joel/rtems-cron-6/tools/6/share/man --infodir=/home/joel/rtems-cron-6/tools/6/share/info
make -j 4 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/dir
touch $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/bfin-rtems6-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/bfin-rtems6-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/bfin-rtems6-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/bfin-rtems6-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/bfin-rtems6-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/bfin-rtems6-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/bfin-rtems6-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/bfin-rtems6-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Mon Mar 23 13:24:53 2020
==============================================================================
Report: tools/rtems-gcc-head-newlib-head.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: git://git.rtems.org/rtems-source-builder.git
Status:
Clean
Head:
Commit: 68f90be3c8a2d770a14d0319386ef19b650377d2
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gcc-head-newlib-head.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gcc-head-newlib-head.cfg
------------------------------------------------------------------------------
Package: bfin-rtems6-gcc-6e00d8d-newlib-6c8392d-x86_64-linux-gnu-1
Config: tools/rtems-gcc-head-newlib-head.cfg
Summary:
GCC v6e00d8d and Newlib v6c8392d for target bfin-rtems6 on host x86_64-linux-gnu
URL:
http://gcc.gnu.org/
Version:
6e00d8d
Release:
1
Sources: 6
1: --rsb-file=gnu-mirror-gcc-6e00d8d.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/6e00d8d
No checksum
2: https://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
sha512: 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
3: --rsb-file=newlib-6c8392d.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/6c8392d
No checksum
4: https://gcc.gnu.org/pub/gcc/infrastructure/isl-0.18.tar.bz2
sha512: 85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94
5: https://ftp.gnu.org/gnu/gmp/gmp-6.1.0.tar.bz2
sha512: 3c82aeab9c1596d4da8afac2eec38e429e84f3211e1a572cf8fd2b546493c44c039b922a1133eaaa48bd7f3e11dbe795a384e21ed95cbe3ecc58d7ac02246117
6: https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.4.tar.bz2
sha512: 51066066ff2c12ed2198605ecf68846b0c96b548adafa5b80e0c786d0df488411a5e8973358fce7192dc977ad4e68414cf14500e3c39746de62465eb145bb819
Patches: 0
Preparation:
build_top=$(pwd)
gcc_source=gnu-mirror-gcc-6e00d8d
source_dir_gcc=${gcc_source}
%setup source gcc -q -n ${gcc_source}
%setup patch gcc -p1
cd ${build_top}
source_dir_newlib=sourceware-mirror-newlib-cygwin-6c8392d
%setup source newlib -q -D -n ${source_dir_newlib}
%setup patch newlib -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/newlib
ln -s $PWD/${source_dir_newlib}/newlib ${source_dir_gcc}/newlib
source_dir_isl="isl-0.18"
%setup source isl -q -D -n isl-0.18
%setup patch isl -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/isl
ln -s $PWD/${source_dir_isl} ${source_dir_gcc}/isl
source_dir_mpfr="mpfr-3.1.4"
%setup source mpfr -q -D -n mpfr-3.1.4
%setup patch mpfr -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/mpfr
ln -s $PWD/${source_dir_mpfr} ${source_dir_gcc}/mpfr
source_dir_mpc="mpc-1.0.3"
%setup source mpc -q -D -n mpc-1.0.3
%setup patch mpc -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/mpc
ln -s $PWD/${source_dir_mpc} ${source_dir_gcc}/mpc
source_dir_gmp="gmp-6.1.0"
%setup source gmp -q -D -n gmp-6.1.0
%setup patch gmp -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/gmp
ln -s $PWD/${source_dir_gmp} ${source_dir_gcc}/gmp
echo "RTEMS 6, RSB 68f90be3c8a2d770a14d0319386ef19b650377d2, Newlib 6c8392d" > ${source_dir_gcc}/gcc/DEV-PHASE
cd ${source_dir_gcc}
contrib/gcc_update --touch
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; 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 "bfin-rtems6" -o "x86_64-linux-gnu" == "bfin-rtems6" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
languages="c"
languages="$languages,c++"
# 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-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-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 "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${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_gcc}/configure --prefix=/home/joel/rtems-cron-6/tools/6 --bindir=/home/joel/rtems-cron-6/tools/6/bin --exec_prefix=/home/joel/rtems-cron-6/tools/6 --includedir=/home/joel/rtems-cron-6/tools/6/include --libdir=/home/joel/rtems-cron-6/tools/6/lib --libexecdir=/home/joel/rtems-cron-6/tools/6/libexec --mandir=/home/joel/rtems-cron-6/tools/6/share/man --infodir=/home/joel/rtems-cron-6/tools/6/share/info --datadir=/home/joel/rtems-cron-6/tools/6/share --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=bfin-rtems6 --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --verbose --with-newlib --disable-nls --without-included-gettext --disable-win32-registry --enable-version-specific-runtime-libs --disable-lto --enable-newlib-io-c99-formats --enable-newlib-iconv --enable-newlib-iconv-encodings=big5,cp775,cp850,cp852,cp855,\
cp866,euc_jp,euc_kr,euc_tw,iso_8859_1,iso_8859_10,iso_8859_11,\
iso_8859_13,iso_8859_14,iso_8859_15,iso_8859_2,iso_8859_3,\
iso_8859_4,iso_8859_5,iso_8859_6,iso_8859_7,iso_8859_8,iso_8859_9,\
iso_ir_111,koi8_r,koi8_ru,koi8_u,koi8_uni,ucs_2,ucs_2_internal,\
ucs_2be,ucs_2le,ucs_4,ucs_4_internal,ucs_4be,ucs_4le,us_ascii,\
utf_16,utf_16be,utf_16le,utf_8,win_1250,win_1251,win_1252,\
win_1253,win_1254,win_1255,win_1256,win_1257,win_1258 --enable-threads --disable-plugin --enable-languages="$languages"
if test "%_host" != "%_build" ; then
mkdir -p gcc/include
cp ../${source_dir_gcc}/gcc/gsyslimits.h gcc/include/syslimits.h
fi
make -j 4 all
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/lib/libiberty.a
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/bin/bfin-rtems6-c++filt
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/dir
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/man/man3/*ffi*
/bin/rm -rf ${source_dir_gcc}/newlib
/bin/rm -rf ${source_dir_gcc}/mpfr
/bin/rm -rf ${source_dir_gcc}/mpc
/bin/rm -rf ${source_dir_gcc}/gmp
==============================================================================
RTEMS Tools Project <users at rtems.org> Mon Mar 23 13:24:53 2020
==============================================================================
Report: tools/rtems-gcc-head-newlib-head.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: git://git.rtems.org/rtems-source-builder.git
Status:
Clean
Head:
Commit: 68f90be3c8a2d770a14d0319386ef19b650377d2
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gcc-head-newlib-head.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gcc-head-newlib-head.cfg
------------------------------------------------------------------------------
Package: bfin-rtems6-gcc-6e00d8d-newlib-6c8392d-x86_64-linux-gnu-1
Config: tools/rtems-gcc-head-newlib-head.cfg
Summary:
GCC v6e00d8d and Newlib v6c8392d for target bfin-rtems6 on host x86_64-linux-gnu
URL:
http://gcc.gnu.org/
Version:
6e00d8d
Release:
1
Sources: 6
1: --rsb-file=gnu-mirror-gcc-6e00d8d.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/6e00d8d
No checksum
2: https://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
sha512: 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
3: --rsb-file=newlib-6c8392d.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/6c8392d
No checksum
4: https://gcc.gnu.org/pub/gcc/infrastructure/isl-0.18.tar.bz2
sha512: 85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94
5: https://ftp.gnu.org/gnu/gmp/gmp-6.1.0.tar.bz2
sha512: 3c82aeab9c1596d4da8afac2eec38e429e84f3211e1a572cf8fd2b546493c44c039b922a1133eaaa48bd7f3e11dbe795a384e21ed95cbe3ecc58d7ac02246117
6: https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.4.tar.bz2
sha512: 51066066ff2c12ed2198605ecf68846b0c96b548adafa5b80e0c786d0df488411a5e8973358fce7192dc977ad4e68414cf14500e3c39746de62465eb145bb819
Patches: 0
Preparation:
build_top=$(pwd)
gcc_source=gnu-mirror-gcc-6e00d8d
source_dir_gcc=${gcc_source}
%setup source gcc -q -n ${gcc_source}
%setup patch gcc -p1
cd ${build_top}
source_dir_newlib=sourceware-mirror-newlib-cygwin-6c8392d
%setup source newlib -q -D -n ${source_dir_newlib}
%setup patch newlib -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/newlib
ln -s $PWD/${source_dir_newlib}/newlib ${source_dir_gcc}/newlib
source_dir_isl="isl-0.18"
%setup source isl -q -D -n isl-0.18
%setup patch isl -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/isl
ln -s $PWD/${source_dir_isl} ${source_dir_gcc}/isl
source_dir_mpfr="mpfr-3.1.4"
%setup source mpfr -q -D -n mpfr-3.1.4
%setup patch mpfr -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/mpfr
ln -s $PWD/${source_dir_mpfr} ${source_dir_gcc}/mpfr
source_dir_mpc="mpc-1.0.3"
%setup source mpc -q -D -n mpc-1.0.3
%setup patch mpc -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/mpc
ln -s $PWD/${source_dir_mpc} ${source_dir_gcc}/mpc
source_dir_gmp="gmp-6.1.0"
%setup source gmp -q -D -n gmp-6.1.0
%setup patch gmp -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/gmp
ln -s $PWD/${source_dir_gmp} ${source_dir_gcc}/gmp
echo "RTEMS 6, RSB 68f90be3c8a2d770a14d0319386ef19b650377d2, Newlib 6c8392d" > ${source_dir_gcc}/gcc/DEV-PHASE
cd ${source_dir_gcc}
contrib/gcc_update --touch
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; 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 "bfin-rtems6" -o "x86_64-linux-gnu" == "bfin-rtems6" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
languages="c"
languages="$languages,c++"
# 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-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-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 "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${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_gcc}/configure --prefix=/home/joel/rtems-cron-6/tools/6 --bindir=/home/joel/rtems-cron-6/tools/6/bin --exec_prefix=/home/joel/rtems-cron-6/tools/6 --includedir=/home/joel/rtems-cron-6/tools/6/include --libdir=/home/joel/rtems-cron-6/tools/6/lib --libexecdir=/home/joel/rtems-cron-6/tools/6/libexec --mandir=/home/joel/rtems-cron-6/tools/6/share/man --infodir=/home/joel/rtems-cron-6/tools/6/share/info --datadir=/home/joel/rtems-cron-6/tools/6/share --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=bfin-rtems6 --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --verbose --with-newlib --disable-nls --without-included-gettext --disable-win32-registry --enable-version-specific-runtime-libs --disable-lto --enable-newlib-io-c99-formats --enable-newlib-iconv --enable-newlib-iconv-encodings=big5,cp775,cp850,cp852,cp855,\
cp866,euc_jp,euc_kr,euc_tw,iso_8859_1,iso_8859_10,iso_8859_11,\
iso_8859_13,iso_8859_14,iso_8859_15,iso_8859_2,iso_8859_3,\
iso_8859_4,iso_8859_5,iso_8859_6,iso_8859_7,iso_8859_8,iso_8859_9,\
iso_ir_111,koi8_r,koi8_ru,koi8_u,koi8_uni,ucs_2,ucs_2_internal,\
ucs_2be,ucs_2le,ucs_4,ucs_4_internal,ucs_4be,ucs_4le,us_ascii,\
utf_16,utf_16be,utf_16le,utf_8,win_1250,win_1251,win_1252,\
win_1253,win_1254,win_1255,win_1256,win_1257,win_1258 --enable-threads --disable-plugin --enable-languages="$languages"
if test "%_host" != "%_build" ; then
mkdir -p gcc/include
cp ../${source_dir_gcc}/gcc/gsyslimits.h gcc/include/syslimits.h
fi
make -j 4 all
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/lib/libiberty.a
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/bin/bfin-rtems6-c++filt
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/dir
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/man/man3/*ffi*
/bin/rm -rf ${source_dir_gcc}/newlib
/bin/rm -rf ${source_dir_gcc}/mpfr
/bin/rm -rf ${source_dir_gcc}/mpc
/bin/rm -rf ${source_dir_gcc}/gmp
==============================================================================
RTEMS Tools Project <users at rtems.org> Mon Mar 23 13:25:40 2020
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: git://git.rtems.org/rtems-source-builder.git
Status:
Clean
Head:
Commit: 68f90be3c8a2d770a14d0319386ef19b650377d2
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f-1
Config: tools/rtems-tools-5-1.cfg
Summary:
RTEMS Tools 9b9e0dd47fe78c04f49be7750cdb7c267821b26f for host x86_64-linux-gnu
URL:
http://www.rtems.org/
Version:
9b9e0dd47fe78c04f49be7750cdb7c267821b26f
Release:
1
Sources: 1
1: https://git.rtems.org/rtems-tools/snapshot/rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f.tar.bz2
sha512: 0bda1863b5b4d522ff7cc5de5d56a7b1ca2616dbde362ab8070e60f6489eda7474f75ab616cc5bf0afc306d16248ee76ddbca85e9bc5b80ee8eefd5d8203d5be
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f
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-linux-gnu" != "x86_64-linux-gnu" ; then
RT_HOST="--host=x86_64-linux-gnu"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/joel/rtems-cron-6/tools/6
./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> Mon Mar 23 13:25:40 2020
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: git://git.rtems.org/rtems-source-builder.git
Status:
Clean
Head:
Commit: 68f90be3c8a2d770a14d0319386ef19b650377d2
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f-1
Config: tools/rtems-tools-5-1.cfg
Summary:
RTEMS Tools 9b9e0dd47fe78c04f49be7750cdb7c267821b26f for host x86_64-linux-gnu
URL:
http://www.rtems.org/
Version:
9b9e0dd47fe78c04f49be7750cdb7c267821b26f
Release:
1
Sources: 1
1: https://git.rtems.org/rtems-tools/snapshot/rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f.tar.bz2
sha512: 0bda1863b5b4d522ff7cc5de5d56a7b1ca2616dbde362ab8070e60f6489eda7474f75ab616cc5bf0afc306d16248ee76ddbca85e9bc5b80ee8eefd5d8203d5be
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-9b9e0dd47fe78c04f49be7750cdb7c267821b26f
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-linux-gnu" != "x86_64-linux-gnu" ; then
RT_HOST="--host=x86_64-linux-gnu"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/joel/rtems-cron-6/tools/6
./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