../../../downloads/binutils/bfd/archive.c: In function ‘_bfd_ar_sizepad’: ../../../downloads/binutils/bfd/archive.c:195:32: warning: unknown conversion type character ‘I’ in format [-Wformat=] 195 | snprintf (buf, sizeof (buf), "%-10" BFD_VMA_FMT "u", size); | ^~~~~~ In file included from ../../../downloads/binutils/bfd/archive.c:135: ./bfd.h:137:22: note: format string is defined here 137 | #define BFD_VMA_FMT "I64" | ^ ../../../downloads/binutils/bfd/archive.c:195:32: warning: too many arguments for format [-Wformat-extra-args] 195 | snprintf (buf, sizeof (buf), "%-10" BFD_VMA_FMT "u", size); | ^~~~~~ ../../../downloads/binutils/bfd/archive.c: In function ‘_bfd_generic_read_ar_hdr_mag’: ../../../downloads/binutils/bfd/archive.c:517:31: warning: format ‘%u’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘bfd_size_type *’ {aka ‘long long unsigned int *’} [-Wformat=] 517 | scan = sscanf (hdr.ar_size, "%" BFD_VMA_FMT "u", &parsed_size); | ^~~ ~~~~~~~~~~~~ | | | bfd_size_type * {aka long long unsigned int *} ../../../downloads/binutils/bfd/archive.c:517:48: note: format string is defined here 517 | scan = sscanf (hdr.ar_size, "%" BFD_VMA_FMT "u", &parsed_size); | ~~~~~~~~~~~~~~~~^ | | | unsigned int * | %" BFD_VMA_FMT "llu In file included from ../../../downloads/binutils/bfd/bfd.c:601: ../../../downloads/binutils/bfd/bfd.c: In function ‘bfd_sprintf_vma’: ./bfd.h:143:38: warning: unknown conversion type character ‘I’ in format [-Wformat=] 143 | #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) | ^~~~~~ ../../../downloads/binutils/bfd/bfd.c:2223:3: note: in expansion of macro ‘sprintf_vma’ 2223 | sprintf_vma (buf, value); | ^~~~~~~~~~~ ./bfd.h:137:22: note: format string is defined here 137 | #define BFD_VMA_FMT "I64" | ^ ./bfd.h:143:38: warning: too many arguments for format [-Wformat-extra-args] 143 | #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) | ^~~~~~ ../../../downloads/binutils/bfd/bfd.c:2223:3: note: in expansion of macro ‘sprintf_vma’ 2223 | sprintf_vma (buf, value); | ^~~~~~~~~~~ ../../../downloads/binutils/bfd/bfd.c: In function ‘bfd_fprintf_vma’: ./bfd.h:144:38: warning: unknown conversion type character ‘I’ in format [-Wformat=] 144 | #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x) | ^~~~~~ ../../../downloads/binutils/bfd/bfd.c:2236:3: note: in expansion of macro ‘fprintf_vma’ 2236 | fprintf_vma ((FILE *) stream, value); | ^~~~~~~~~~~ ./bfd.h:137:22: note: format string is defined here 137 | #define BFD_VMA_FMT "I64" | ^ ./bfd.h:144:38: warning: too many arguments for format [-Wformat-extra-args] 144 | #define fprintf_vma(f,x) fprintf (f, "%016" BFD_VMA_FMT "x", x) | ^~~~~~ ../../../downloads/binutils/bfd/bfd.c:2236:3: note: in expansion of macro ‘fprintf_vma’ 2236 | fprintf_vma ((FILE *) stream, value); | ^~~~~~~~~~~ In file included from ../../../downloads/binutils/bfd/compress.c:21: ../../../downloads/binutils/bfd/compress.c: In function ‘bfd_get_full_section_contents’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/compress.c:270:4: note: in expansion of macro ‘_’ 270 | (_("error: %pB(%pA) section size (%#" PRIx64 " bytes) is larger than file size (%#" PRIx64 " bytes)"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/compress.c:270:4: note: in expansion of macro ‘_’ 270 | (_("error: %pB(%pA) section size (%#" PRIx64 " bytes) is larger than file size (%#" PRIx64 " bytes)"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/compress.c:270:4: note: in expansion of macro ‘_’ 270 | (_("error: %pB(%pA) section size (%#" PRIx64 " bytes) is larger than file size (%#" PRIx64 " bytes)"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/compress.c:281:6: note: in expansion of macro ‘_’ 281 | (_("error: %pB(%pA) is too large (%#" PRIx64 " bytes)"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/compress.c:281:6: note: in expansion of macro ‘_’ 281 | (_("error: %pB(%pA) is too large (%#" PRIx64 " bytes)"), | ^ In file included from ../../../downloads/binutils/bfd/merge.c:26: ../../../downloads/binutils/bfd/merge.c: In function ‘_bfd_merged_section_offset’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/merge.c:895:5: note: in expansion of macro ‘_’ 895 | (_("%pB: access beyond end of merged section (%" PRId64 ")"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/merge.c:895:5: note: in expansion of macro ‘_’ 895 | (_("%pB: access beyond end of merged section (%" PRId64 ")"), | ^ In file included from ../../../downloads/binutils/bfd/ihex.c:122: ../../../downloads/binutils/bfd/ihex.c: In function ‘ihex_write_object_contents’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/ihex.c:785:7: note: in expansion of macro ‘_’ 785 | (_("%pB 64-bit address %#" PRIx64 | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/ihex.c:785:7: note: in expansion of macro ‘_’ 785 | (_("%pB 64-bit address %#" PRIx64 | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/ihex.c:843:5: note: in expansion of macro ‘_’ 843 | (_("%pB: address %#" PRIx64 | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/ihex.c:843:5: note: in expansion of macro ‘_’ 843 | (_("%pB: address %#" PRIx64 | ^ In file included from ../../../downloads/binutils/bfd/srec.c:105: ../../../downloads/binutils/bfd/srec.c: In function ‘srec_write_symbols’: ./bfd.h:143:38: warning: unknown conversion type character ‘I’ in format [-Wformat=] 143 | #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) | ^~~~~~ ../../../downloads/binutils/bfd/srec.c:1106:8: note: in expansion of macro ‘sprintf_vma’ 1106 | sprintf_vma (buf + 2, (s->value | ^~~~~~~~~~~ ./bfd.h:137:22: note: format string is defined here 137 | #define BFD_VMA_FMT "I64" | ^ ./bfd.h:143:38: warning: too many arguments for format [-Wformat-extra-args] 143 | #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x) | ^~~~~~ ../../../downloads/binutils/bfd/srec.c:1106:8: note: in expansion of macro ‘sprintf_vma’ 1106 | sprintf_vma (buf + 2, (s->value | ^~~~~~~~~~~ In file included from ../../../downloads/binutils/bfd/elfcode.h:68, from ../../../downloads/binutils/bfd/elf32.c:23: ../../../downloads/binutils/bfd/elfcode.h: In function ‘bfd_elf32_slurp_symbol_table’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elfcode.h:1244:7: note: in expansion of macro ‘_’ 1244 | (_("%pB: version count (%" PRId64 ")" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘long long int’ [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elfcode.h:1244:7: note: in expansion of macro ‘_’ 1244 | (_("%pB: version count (%" PRId64 ")" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elfcode.h:1244:7: note: in expansion of macro ‘_’ 1244 | (_("%pB: version count (%" PRId64 ")" | ^ ../../../downloads/binutils/bfd/elfcore.h: In function ‘bfd_elf32_core_file_p’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elfcore.h:308:9: note: in expansion of macro ‘_’ 308 | (_("warning: %pB is truncated: expected core file " | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elfcore.h:308:9: note: in expansion of macro ‘_’ 308 | (_("warning: %pB is truncated: expected core file " | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elfcore.h:308:9: note: in expansion of macro ‘_’ 308 | (_("warning: %pB is truncated: expected core file " | ^ In file included from ../../../downloads/binutils/bfd/elf.c:37: ../../../downloads/binutils/bfd/elf.c: In function ‘bfd_elf_string_from_elf_section’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:362:3: note: in expansion of macro ‘_’ 362 | (_("%pB: invalid string offset %u >= %" PRIu64 " for section `%s'"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘long long unsigned int’ [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:362:3: note: in expansion of macro ‘_’ 362 | (_("%pB: invalid string offset %u >= %" PRIu64 " for section `%s'"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:362:3: note: in expansion of macro ‘_’ 362 | (_("%pB: invalid string offset %u >= %" PRIu64 " for section `%s'"), | ^ ../../../downloads/binutils/bfd/elf.c: In function ‘setup_group’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:676:5: note: in expansion of macro ‘_’ 676 | (_("%pB: invalid size field in group section" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:676:5: note: in expansion of macro ‘_’ 676 | (_("%pB: invalid size field in group section" | ^ ../../../downloads/binutils/bfd/elf.c: In function ‘_bfd_elf_print_private_bfd_data’: ../../../downloads/binutils/bfd/elf.c:1752:18: warning: 'I' flag used with ‘%x’ gnu_printf format [-Wformat=] 1752 | sprintf (ab, "%#" BFD_VMA_FMT "x", dyn.d_tag); | ^~~~ ../../../downloads/binutils/bfd/elf.c:1752:36: note: format string is defined here 1752 | sprintf (ab, "%#" BFD_VMA_FMT "x", dyn.d_tag); | ^ ../../../downloads/binutils/bfd/elf.c:1752:18: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘bfd_vma’ {aka ‘long long unsigned int’} [-Wformat=] 1752 | sprintf (ab, "%#" BFD_VMA_FMT "x", dyn.d_tag); | ^~~~ ~~~~~~~~~ | | | bfd_vma {aka long long unsigned int} ../../../downloads/binutils/bfd/elf.c:1752:36: note: format string is defined here 1752 | sprintf (ab, "%#" BFD_VMA_FMT "x", dyn.d_tag); | ~~~~~~~~~~~~~~~~~^ | | | unsigned int | %#" BFD_VMA_FMT "llx In file included from ../../../downloads/binutils/bfd/elf.c:37: ../../../downloads/binutils/bfd/elf.c: In function ‘assign_file_positions_for_load_sections’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:5815:8: note: in expansion of macro ‘_’ 5815 | (_("%pB: section %pA lma %#" PRIx64 " adjusted to %#" PRIx64), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:5815:8: note: in expansion of macro ‘_’ 5815 | (_("%pB: section %pA lma %#" PRIx64 " adjusted to %#" PRIx64), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:5815:8: note: in expansion of macro ‘_’ 5815 | (_("%pB: section %pA lma %#" PRIx64 " adjusted to %#" PRIx64), | ^ ../../../downloads/binutils/bfd/elf.c: In function ‘rewrite_elf_program_header’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:7151:9: note: in expansion of macro ‘_’ 7151 | (_("%pB: warning: empty loadable segment detected" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:7151:9: note: in expansion of macro ‘_’ 7151 | (_("%pB: warning: empty loadable segment detected" | ^ ../../../downloads/binutils/bfd/elf.c: In function ‘copy_private_bfd_data’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:7779:28: note: in expansion of macro ‘_’ 7779 | _bfd_error_handler (_("%pB: warning: segment alignment of %#" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf.c:7779:28: note: in expansion of macro ‘_’ 7779 | _bfd_error_handler (_("%pB: warning: segment alignment of %#" | ^ In file included from ../../../downloads/binutils/bfd/elflink.c:21: ../../../downloads/binutils/bfd/elflink.c: In function ‘elf_link_read_relocs_from_section’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:2587:4: note: in expansion of macro ‘_’ 2587 | (_("%pB: bad reloc symbol index (%#" PRIx64 " >= %#lx)" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘long long unsigned int’ [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:2587:4: note: in expansion of macro ‘_’ 2587 | (_("%pB: bad reloc symbol index (%#" PRIx64 " >= %#lx)" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:2587:4: note: in expansion of macro ‘_’ 2587 | (_("%pB: bad reloc symbol index (%#" PRIx64 " >= %#lx)" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:2587:4: note: in expansion of macro ‘_’ 2587 | (_("%pB: bad reloc symbol index (%#" PRIx64 " >= %#lx)" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:2587:4: note: in expansion of macro ‘_’ 2587 | (_("%pB: bad reloc symbol index (%#" PRIx64 " >= %#lx)" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:2599:7: note: in expansion of macro ‘_’ 2599 | (_("%pB: non-zero symbol index (%#" PRIx64 ")" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:2599:7: note: in expansion of macro ‘_’ 2599 | (_("%pB: non-zero symbol index (%#" PRIx64 ")" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘long long unsigned int’ [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:2599:7: note: in expansion of macro ‘_’ 2599 | (_("%pB: non-zero symbol index (%#" PRIx64 ")" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:2599:7: note: in expansion of macro ‘_’ 2599 | (_("%pB: non-zero symbol index (%#" PRIx64 ")" | ^ ../../../downloads/binutils/bfd/elflink.c: In function ‘elf_link_add_object_symbols’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘long long unsigned int’ [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:4600:27: note: in expansion of macro ‘_’ 4600 | _bfd_error_handler (_("%pB: invalid version offset %lx (max %lx)"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:5172:6: note: in expansion of macro ‘_’ 5172 | (_("warning: size of symbol `%s' changed" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘long long unsigned int’ [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:5172:6: note: in expansion of macro ‘_’ 5172 | (_("warning: size of symbol `%s' changed" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:5172:6: note: in expansion of macro ‘_’ 5172 | (_("warning: size of symbol `%s' changed" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:5172:6: note: in expansion of macro ‘_’ 5172 | (_("warning: size of symbol `%s' changed" | ^ ../../../downloads/binutils/bfd/elflink.c: In function ‘elf_link_input_bfd’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:11256:5: note: in expansion of macro ‘_’ 11256 | (_("error: %pB contains a reloc (%#" PRIx64 ") for section %pA " | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘long long unsigned int’ [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:11256:5: note: in expansion of macro ‘_’ 11256 | (_("error: %pB contains a reloc (%#" PRIx64 ") for section %pA " | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:11256:5: note: in expansion of macro ‘_’ 11256 | (_("error: %pB contains a reloc (%#" PRIx64 ") for section %pA " | ^ ../../../downloads/binutils/bfd/elflink.c: In function ‘bfd_elf_gc_record_vtinherit’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:14165:23: note: in expansion of macro ‘_’ 14165 | _bfd_error_handler (_("%pB: %pA+%#" PRIx64 ": no symbol found for INHERIT"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elflink.c:14165:23: note: in expansion of macro ‘_’ 14165 | _bfd_error_handler (_("%pB: %pA+%#" PRIx64 ": no symbol found for INHERIT"), | ^ In file included from ../../../downloads/binutils/bfd/elf-attrs.c:21: ../../../downloads/binutils/bfd/elf-attrs.c: In function ‘_bfd_elf_parse_attributes’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf-attrs.c:477:27: note: in expansion of macro ‘_’ 477 | _bfd_error_handler (_("%pB: error: attribute section '%pA' too big: %#llx"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/elf-attrs.c:477:27: note: in expansion of macro ‘_’ 477 | _bfd_error_handler (_("%pB: error: attribute section '%pA' too big: %#llx"), | ^ In file included from ../../../downloads/binutils/bfd/dwarf2.c:32: ../../../downloads/binutils/bfd/dwarf2.c: In function ‘read_section’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:598:27: note: in expansion of macro ‘_’ 598 | _bfd_error_handler (_("DWARF error: offset (%" PRIu64 ")" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘long long unsigned int’ [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:598:27: note: in expansion of macro ‘_’ 598 | _bfd_error_handler (_("DWARF error: offset (%" PRIu64 ")" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:598:27: note: in expansion of macro ‘_’ 598 | _bfd_error_handler (_("DWARF error: offset (%" PRIu64 ")" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:598:27: note: in expansion of macro ‘_’ 598 | _bfd_error_handler (_("DWARF error: offset (%" PRIu64 ")" | ^ ../../../downloads/binutils/bfd/dwarf2.c: In function ‘read_formatted_entries’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2017:3: note: in expansion of macro ‘_’ 2017 | (_("DWARF error: data count (%" PRIx64 ") larger than buffer size"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2017:3: note: in expansion of macro ‘_’ 2017 | (_("DWARF error: data count (%" PRIx64 ") larger than buffer size"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2056:4: note: in expansion of macro ‘_’ 2056 | (_("DWARF error: unknown format content type %" PRIu64), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2056:4: note: in expansion of macro ‘_’ 2056 | (_("DWARF error: unknown format content type %" PRIu64), | ^ ../../../downloads/binutils/bfd/dwarf2.c: In function ‘decode_line_info’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2126:3: note: in expansion of macro ‘_’ 2126 | (_("DWARF error: line info section is too small (%" PRId64 ")"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2126:3: note: in expansion of macro ‘_’ 2126 | (_("DWARF error: line info section is too small (%" PRId64 ")"), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2153:3: note: in expansion of macro ‘_’ 2153 | (_("DWARF error: line info data is bigger (%#" PRIx64 ")" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘long long unsigned int’ [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2153:3: note: in expansion of macro ‘_’ 2153 | (_("DWARF error: line info data is bigger (%#" PRIx64 ")" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2153:3: note: in expansion of macro ‘_’ 2153 | (_("DWARF error: line info data is bigger (%#" PRIx64 ")" | ^ ../../../downloads/binutils/bfd/dwarf2.c: In function ‘find_abstract_instance’: ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2931:7: note: in expansion of macro ‘_’ 2931 | (_("DWARF error: unable to read alt ref %" PRIu64), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2931:7: note: in expansion of macro ‘_’ 2931 | (_("DWARF error: unable to read alt ref %" PRIu64), | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: unknown conversion type character ‘l’ in format [-Wformat=] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2987:4: note: in expansion of macro ‘_’ 2987 | (_("DWARF error: unable to locate abstract instance DIE ref %" | ^ ../../../downloads/binutils/bfd/sysdep.h:178:20: warning: too many arguments for format [-Wformat-extra-args] 178 | # define _(String) (String) | ^~~~~~~~ ../../../downloads/binutils/bfd/dwarf2.c:2987:4: note: in expansion of macro ‘_’ 2987 | (_("DWARF error: unable to locate abstract instance DIE ref %" | ^ ./libtool: line 5208: cd: ./../zlib: No such file or directory libtool: link: cannot determine absolute directory name of `./../zlib' make[4]: *** [Makefile:1281: libbfd.la] Fehler 1 make[3]: *** [Makefile:1643: install-recursive] Fehler 1 make[2]: *** [Makefile:1751: install] Fehler 2 make[1]: *** [Makefile:2896: install-bfd] Fehler 2 make: *** [Makefile:2351: install] Fehler 2