CC libctf_la-ctf-sha1.lo CC libctf_la-ctf-string.lo CC libctf_la-ctf-subr.lo CC libctf_la-ctf-types.lo CC libctf_la-ctf-util.lo ctf-hash.c: In function 'ctf_dynhash_create': ctf-hash.c:169:13: warning: allocation of insufficient size '4' for type 'ctf_dynhash_t' {aka 'struct ctf_dynhash'} with size '12' [-Walloc-size] 169 | dynhash = malloc (offsetof (ctf_dynhash_t, key_free)); | ^ ctf-hash.c: In function 'ctf_hashtab_insert': ctf-hash.c:222:15: warning: allocation of insufficient size '8' for type 'ctf_helem_t' {aka 'struct ctf_helem'} with size '12' [-Walloc-size] 222 | *slot = malloc (offsetof (ctf_helem_t, owner)); | ^ CC libctf_la-ctf-open-bfd.lo CC libctf_nobfd_la-ctf-archive.lo CC libctf_nobfd_la-ctf-dump.lo CC libctf_nobfd_la-ctf-create.lo CC libctf_nobfd_la-ctf-decl.lo CC libctf_nobfd_la-ctf-error.lo ctf-types.c: In function 'ctf_type_iter_all': ctf-types.c:401:17: warning: 'flag' may be used uninitialized [-Wmaybe-uninitialized] 401 | if ((rc = func (type, flag, arg)) != 0) | ^~~~~~~~~~~~~~~~~~~~~~ ctf-types.c:396:7: note: 'flag' was declared here 396 | int flag; | ^~~~ ctf-types.c: In function 'ctf_variable_iter': ctf-types.c:475:17: warning: 'name' may be used uninitialized [-Wmaybe-uninitialized] 475 | if ((rc = func (name, type, arg)) != 0) | ^~~~~~~~~~~~~~~~~~~~~~ ctf-types.c:470:15: note: 'name' was declared here 470 | const char *name; | ^~~~ CC libctf_nobfd_la-ctf-hash.lo In function 'ctf_hashtab_insert', inlined from 'ctf_hash_insert_type' at ctf-hash.c:808:7: ctf-hash.c:225:20: warning: array subscript 'ctf_helem_t {aka struct ctf_helem}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=] 225 | (*slot)->key = key; | ~~~~~~~~~~~~~^~~~~ ctf-hash.c:222:17: note: object of size 8 allocated by 'malloc' 222 | *slot = malloc (offsetof (ctf_helem_t, owner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'ctf_hashtab_insert', inlined from 'ctf_hash_insert_type' at ctf-hash.c:808:7, inlined from 'ctf_hash_define_type' at ctf-hash.c:824:10: ctf-hash.c:225:20: warning: array subscript 'ctf_helem_t {aka struct ctf_helem}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=] 225 | (*slot)->key = key; | ~~~~~~~~~~~~~^~~~~ ctf-hash.c:222:17: note: object of size 8 allocated by 'malloc' 222 | *slot = malloc (offsetof (ctf_helem_t, owner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ctf-create.c: In function 'ctf_add_reftype': ctf-create.c:582:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 582 | dtd->dtd_data.ctt_type = (uint32_t) ref; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ctf-create.c:567:16: note: 'dtd' was declared here 567 | ctf_dtdef_t *dtd; | ^~~ CC libctf_nobfd_la-ctf-labels.lo CC libctf_nobfd_la-ctf-dedup.lo In function 'ctf_add_reftype', inlined from 'ctf_add_pointer' at ctf-create.c:673:11: ctf-create.c:581:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 581 | dtd->dtd_data.ctt_info = CTF_TYPE_INFO (kind, flag, 0); ctf-create.c: In function 'ctf_add_pointer': ctf-create.c:567:16: note: 'dtd' was declared here 567 | ctf_dtdef_t *dtd; | ^~~ CC libctf_nobfd_la-ctf-link.lo ctf-hash.c: In function 'ctf_dynhash_create': ctf-hash.c:169:13: warning: allocation of insufficient size '4' for type 'ctf_dynhash_t' {aka 'struct ctf_dynhash'} with size '12' [-Walloc-size] 169 | dynhash = malloc (offsetof (ctf_dynhash_t, key_free)); | ^ ctf-hash.c: In function 'ctf_hashtab_insert': ctf-hash.c:222:15: warning: allocation of insufficient size '8' for type 'ctf_helem_t' {aka 'struct ctf_helem'} with size '12' [-Walloc-size] 222 | *slot = malloc (offsetof (ctf_helem_t, owner)); | ^ CC libctf_nobfd_la-ctf-lookup.lo CC libctf_nobfd_la-ctf-open.lo CC libctf_nobfd_la-ctf-serialize.lo ctf-create.c: In function 'ctf_add_struct_sized': ctf-create.c:818:10: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 818 | if (dtd->dtd_vlen_alloc == 0) | ~~~^~~~~~~~~~~~~~~~ ctf-create.c:803:16: note: 'dtd' was declared here 803 | ctf_dtdef_t *dtd; | ^~~ CC libctf_nobfd_la-ctf-sha1.lo CC libctf_nobfd_la-ctf-string.lo In function 'ctf_add_struct_sized', inlined from 'ctf_add_struct' at ctf-create.c:836:11: ctf-create.c:818:10: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 818 | if (dtd->dtd_vlen_alloc == 0) | ~~~^~~~~~~~~~~~~~~~ ctf-create.c: In function 'ctf_add_struct': ctf-create.c:803:16: note: 'dtd' was declared here 803 | ctf_dtdef_t *dtd; | ^~~ ctf-create.c: In function 'ctf_add_union_sized': ctf-create.c:858:10: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 858 | if (dtd->dtd_vlen_alloc == 0) | ~~~^~~~~~~~~~~~~~~~ ctf-create.c:843:16: note: 'dtd' was declared here 843 | ctf_dtdef_t *dtd; | ^~~ In function 'ctf_add_union_sized', inlined from 'ctf_add_union' at ctf-create.c:876:11: ctf-create.c:858:10: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 858 | if (dtd->dtd_vlen_alloc == 0) | ~~~^~~~~~~~~~~~~~~~ ctf-create.c: In function 'ctf_add_union': ctf-create.c:843:16: note: 'dtd' was declared here 843 | ctf_dtdef_t *dtd; | ^~~ ctf-create.c: In function 'ctf_add_reftype': ctf-create.c:582:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 582 | dtd->dtd_data.ctt_type = (uint32_t) ref; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ctf-create.c:567:16: note: 'dtd' was declared here 567 | ctf_dtdef_t *dtd; | ^~~ ctf-create.c: In function 'ctf_add_enum': ctf-create.c:897:10: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 897 | if (dtd->dtd_vlen_alloc == 0) | ~~~^~~~~~~~~~~~~~~~ ctf-create.c:882:16: note: 'dtd' was declared here 882 | ctf_dtdef_t *dtd; | ^~~ CC libctf_nobfd_la-ctf-subr.lo In function 'ctf_add_reftype', inlined from 'ctf_add_pointer' at ctf-create.c:673:11: ctf-create.c:581:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 581 | dtd->dtd_data.ctt_info = CTF_TYPE_INFO (kind, flag, 0); ctf-create.c: In function 'ctf_add_pointer': ctf-create.c:567:16: note: 'dtd' was declared here 567 | ctf_dtdef_t *dtd; | ^~~ CC libctf_nobfd_la-ctf-types.lo CC libctf_nobfd_la-ctf-util.lo ctf-create.c: In function 'ctf_add_unknown': ctf-create.c:996:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 996 | dtd->dtd_data.ctt_type = 0; | ~~~~~~~~~~~~~~~~~~~~~~~^~~ ctf-create.c:971:16: note: 'dtd' was declared here 971 | ctf_dtdef_t *dtd; | ^~~ In function 'ctf_hashtab_insert', inlined from 'ctf_hash_insert_type' at ctf-hash.c:808:7: ctf-hash.c:225:20: warning: array subscript 'ctf_helem_t {aka struct ctf_helem}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=] 225 | (*slot)->key = key; | ~~~~~~~~~~~~~^~~~~ ctf-hash.c:222:17: note: object of size 8 allocated by 'malloc' 222 | *slot = malloc (offsetof (ctf_helem_t, owner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'ctf_hashtab_insert', inlined from 'ctf_hash_insert_type' at ctf-hash.c:808:7, inlined from 'ctf_hash_define_type' at ctf-hash.c:824:10: ctf-hash.c:225:20: warning: array subscript 'ctf_helem_t {aka struct ctf_helem}[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=] 225 | (*slot)->key = key; | ~~~~~~~~~~~~~^~~~~ ctf-hash.c:222:17: note: object of size 8 allocated by 'malloc' 222 | *slot = malloc (offsetof (ctf_helem_t, owner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ctf-create.c: In function 'ctf_add_typedef': ctf-create.c:1023:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 1023 | dtd->dtd_data.ctt_type = (uint32_t) ref; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ctf-create.c:1005:16: note: 'dtd' was declared here 1005 | ctf_dtdef_t *dtd; | ^~~ ctf-create.c: In function 'ctf_add_struct_sized': ctf-create.c:818:10: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 818 | if (dtd->dtd_vlen_alloc == 0) | ~~~^~~~~~~~~~~~~~~~ ctf-create.c:803:16: note: 'dtd' was declared here 803 | ctf_dtdef_t *dtd; | ^~~ In function 'ctf_add_reftype', inlined from 'ctf_add_volatile' at ctf-create.c:1031:11: ctf-create.c:581:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 581 | dtd->dtd_data.ctt_info = CTF_TYPE_INFO (kind, flag, 0); ctf-create.c: In function 'ctf_add_volatile': ctf-create.c:567:16: note: 'dtd' was declared here 567 | ctf_dtdef_t *dtd; | ^~~ In function 'ctf_add_struct_sized', inlined from 'ctf_add_struct' at ctf-create.c:836:11: ctf-create.c:818:10: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 818 | if (dtd->dtd_vlen_alloc == 0) | ~~~^~~~~~~~~~~~~~~~ ctf-create.c: In function 'ctf_add_struct': ctf-create.c:803:16: note: 'dtd' was declared here 803 | ctf_dtdef_t *dtd; | ^~~ In function 'ctf_add_reftype', inlined from 'ctf_add_const' at ctf-create.c:1037:11: ctf-create.c:581:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 581 | dtd->dtd_data.ctt_info = CTF_TYPE_INFO (kind, flag, 0); ctf-create.c: In function 'ctf_add_const': ctf-create.c:567:16: note: 'dtd' was declared here 567 | ctf_dtdef_t *dtd; | ^~~ In function 'ctf_add_reftype', inlined from 'ctf_add_restrict' at ctf-create.c:1043:11: ctf-create.c:581:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 581 | dtd->dtd_data.ctt_info = CTF_TYPE_INFO (kind, flag, 0); ctf-create.c: In function 'ctf_add_restrict': ctf-create.c:567:16: note: 'dtd' was declared here 567 | ctf_dtdef_t *dtd; | ^~~ ctf-create.c: In function 'ctf_add_union_sized': ctf-create.c:858:10: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 858 | if (dtd->dtd_vlen_alloc == 0) | ~~~^~~~~~~~~~~~~~~~ ctf-create.c:843:16: note: 'dtd' was declared here 843 | ctf_dtdef_t *dtd; | ^~~ In function 'ctf_add_union_sized', inlined from 'ctf_add_union' at ctf-create.c:876:11: ctf-create.c:858:10: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 858 | if (dtd->dtd_vlen_alloc == 0) | ~~~^~~~~~~~~~~~~~~~ ctf-create.c: In function 'ctf_add_union': ctf-create.c:843:16: note: 'dtd' was declared here 843 | ctf_dtdef_t *dtd; | ^~~ ctf-create.c: In function 'ctf_add_enum': ctf-create.c:897:10: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 897 | if (dtd->dtd_vlen_alloc == 0) | ~~~^~~~~~~~~~~~~~~~ ctf-create.c:882:16: note: 'dtd' was declared here 882 | ctf_dtdef_t *dtd; | ^~~ ctf-create.c: In function 'ctf_add_unknown': ctf-create.c:996:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 996 | dtd->dtd_data.ctt_type = 0; | ~~~~~~~~~~~~~~~~~~~~~~~^~~ ctf-create.c:971:16: note: 'dtd' was declared here 971 | ctf_dtdef_t *dtd; | ^~~ ctf-types.c: In function 'ctf_type_iter_all': ctf-types.c:401:17: warning: 'flag' may be used uninitialized [-Wmaybe-uninitialized] 401 | if ((rc = func (type, flag, arg)) != 0) | ^~~~~~~~~~~~~~~~~~~~~~ ctf-types.c:396:7: note: 'flag' was declared here 396 | int flag; | ^~~~ ctf-create.c: In function 'ctf_add_typedef': ctf-create.c:1023:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 1023 | dtd->dtd_data.ctt_type = (uint32_t) ref; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ctf-create.c:1005:16: note: 'dtd' was declared here 1005 | ctf_dtdef_t *dtd; | ^~~ ctf-types.c: In function 'ctf_variable_iter': ctf-types.c:475:17: warning: 'name' may be used uninitialized [-Wmaybe-uninitialized] 475 | if ((rc = func (name, type, arg)) != 0) | ^~~~~~~~~~~~~~~~~~~~~~ ctf-types.c:470:15: note: 'name' was declared here 470 | const char *name; | ^~~~ In function 'ctf_add_reftype', inlined from 'ctf_add_volatile' at ctf-create.c:1031:11: ctf-create.c:581:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 581 | dtd->dtd_data.ctt_info = CTF_TYPE_INFO (kind, flag, 0); ctf-create.c: In function 'ctf_add_volatile': ctf-create.c:567:16: note: 'dtd' was declared here 567 | ctf_dtdef_t *dtd; | ^~~ In function 'ctf_add_reftype', inlined from 'ctf_add_const' at ctf-create.c:1037:11: ctf-create.c:581:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 581 | dtd->dtd_data.ctt_info = CTF_TYPE_INFO (kind, flag, 0); ctf-create.c: In function 'ctf_add_const': ctf-create.c:567:16: note: 'dtd' was declared here 567 | ctf_dtdef_t *dtd; | ^~~ In function 'ctf_add_reftype', inlined from 'ctf_add_restrict' at ctf-create.c:1043:11: ctf-create.c:581:26: warning: 'dtd' may be used uninitialized [-Wmaybe-uninitialized] 581 | dtd->dtd_data.ctt_info = CTF_TYPE_INFO (kind, flag, 0); ctf-create.c: In function 'ctf_add_restrict': ctf-create.c:567:16: note: 'dtd' was declared here 567 | ctf_dtdef_t *dtd; | ^~~ CCLD libctf.la CCLD libctf-nobfd.la make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/libctf' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/libctf' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils' YACC arparse.c YACC sysinfo.c LEX syslex.c YACC defparse.c YACC rcparse.c YACC mcparse.c Making info in po make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/po' make[4]: Nothing to be done for 'info'. make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/po' make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils' GEN doc/addr2line.1 GEN doc/ar.1 GEN doc/dlltool.1 make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils' make[5]: 'doc/.dirstamp' is up to date. GEN doc/nm.1 make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils' GEN doc/objcopy.1 GEN doc/objdump.1 GEN doc/ranlib.1 GEN doc/readelf.1 MAKEINFO doc/binutils.info GEN doc/size.1 GEN doc/strings.1 GEN doc/strip.1 GEN doc/elfedit.1 /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/defparse.y: warning: 27 shift/reduce conflicts [-Wconflicts-sr] /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/defparse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/sysinfo.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/sysinfo.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/rcparse.y: warning: 58 shift/reduce conflicts [-Wconflicts-sr] /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/rcparse.y: warning: 10 reduce/reduce conflicts [-Wconflicts-rr] /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/rcparse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/mcparse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/mcparse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples GEN doc/windres.1 GEN doc/windmc.1 updating sysinfo.h GEN doc/cxxfilt.man CC sysinfo.o CC syslex_wrap.o updating arparse.h updating mcparse.h updating defparse.h GEN doc/c++filt.1 make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils' CCLD sysinfo GEN sysroff.h updating rcparse.h /usr/bin/make all-recursive make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils' Making all in po make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/po' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils/po' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils' CC size.o CC bucomm.o CC version.o MAKEINFO doc/binutils.info CC filemode.o CC objdump.o CC dwarf.o CC prdbg.o CC demanguse.o CC rddbg.o CC debug.o CC stabs.o CC rdcoff.o CC elfcomm.o CC arparse.o CC ar.o LEX arlex.c CC not-ranlib.o CC arsup.o CC rename.o CC binemul.o CC emul_vanilla.o CC strings.o CC is-ranlib.o CC objcopy.o CC not-strip.o CC wrstabs.o CC addr2line.o CC readelf.o CC unwind-ia64.o CC elfedit.o CC nm.o CC is-strip.o CC cxxfilt.o CC bfdtest1.o CC bfdtest2.o CCLD size CC arlex.o CCLD addr2line CCLD bfdtest1 CCLD bfdtest2 CC testsuite/gentestdlls.o CCLD elfedit CCLD cxxfilt CCLD testsuite/gentestdlls CCLD strings CCLD ranlib CCLD ar CCLD nm-new CCLD objcopy CCLD strip-new CCLD objdump CCLD readelf make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils' make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/binutils' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/ld' (echo "/* This file is automatically generated. DO NOT EDIT! */";\ for f in `echo " " earclinux.o earclinux_nps.o earcelf.o earcv2elf.o earcv2elfx.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ done;\ echo "";\ echo "#define EMULATION_LIST \\";\ for f in `echo " " earclinux.o earclinux_nps.o earcelf.o earcv2elf.o earcv2elfx.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo " &ld_${f}_emulation, \\"; \ done;\ echo " 0") >ldemul-tmp.h YACC ldgram.c YACC deffilep.c mv ldemul-tmp.h ldemul-list.h /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/ld/deffilep.y: warning: 84 shift/reduce conflicts [-Wconflicts-sr] /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/ld/deffilep.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples updating deffilep.h updating ldgram.h /usr/bin/make all-recursive make[4]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/ld' Making all in po make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/ld/po' ( if test 'x.' != 'x.'; then \ posrcprefix='../'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ./SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) rm -f BLD-POTFILES-t BLD-POTFILES \ && sed -e '/^#/d' -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ./BLD-POTFILES.in \ | sed -e '$s/\\$//' > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/sh ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing default commands make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/ld/po' make[5]: Entering directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/ld' GEN configdoc.texi MAKEINFO ldint.info CC libdep_plugin.lo CC libldtestplug_la-testplug.lo CC libldtestplug2_la-testplug2.lo CC libldtestplug3_la-testplug3.lo CC libldtestplug4_la-testplug4.lo CC ldgram.o LEX ldlex.c CC lexsup.o CC ldlang.o CC mri.o CC ldctor.o CC ldmain.o CC ldwrite.o CC ldexp.o CC ldemul.o CC ldver.o CC ldmisc.o CC ldfile.o CC ldcref.o CC plugin.o CC ldbuildid.o GEN stringify.sed CC ldelf.o CC ldelfgen.o ./ldfile.c: In function 'ldfile_try_open_bfd': GEN ld.1 ./ldfile.c:373:20: error: 'struct lang_input_statement_flags' has no member named 'lto_output' 373 | if (!entry->flags.lto_output) | ^ MAKEINFO ld.info make[5]: *** [Makefile:2325: ldfile.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/ld' make[4]: *** [Makefile:1889: all-recursive] Error 1 make[4]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/ld' make[3]: *** [Makefile:1081: all] Error 2 make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/ld' make[2]: *** [Makefile:8159: all-ld] Error 2 make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release' make[1]: *** [Makefile:1005: all] Error 2 make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release' make: *** [package/pkg-generic.mk:289: /home/buildroot/instance-0/output-1/build/binutils-arc-2023.09-release/.stamp_built] Error 2 make: Leaving directory '/home/buildroot/instance-0/buildroot'