avr-gcc 11.2.0 with binutils 2.37 does not building
Big Notorious The
bignotoriousthe@gmail.com
Sat Aug 7 13:55:04 GMT 2021
Hi,
I have always been able to build an avr-gcc toolchain for Windows 64 bit
mingw32 until now. With binutils v2.37 this does not work anymore. Up to
2.36.1 it works. When I run the build process afterwards files are
missing in the /bin folder for example. The /avr/bin folder is
completely missing and the \avr\lib\ldscripts\ folder is also completely
missing.
The Linux build process running before already gives warnings with
rust-demangle.c
error: unknown type name 'uint'
78 | uint recursion;
and when I start the binutils build process in single step I get the
following messages with make and make install.
Can you fix this problem?
Or what other information do you guys need?
My build environment is Ubuntu 20.04 LTS.
Thanks.
Bye
Veit
-------------- next part --------------
../../../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
-------------- next part --------------
+ rm -rf /home/ubuntixer/local/avrWindows64/*
+ rm -rf /home/ubuntixer/toolchain/buildWindows/binutils/Logfile_binutils_make.txt /home/ubuntixer/toolchain/buildWindows/binutils/Makefile /home/ubuntixer/toolchain/buildWindows/binutils/bfd /home/ubuntixer/toolchain/buildWindows/binutils/config.log /home/ubuntixer/toolchain/buildWindows/binutils/config.status /home/ubuntixer/toolchain/buildWindows/binutils/intl /home/ubuntixer/toolchain/buildWindows/binutils/libiberty /home/ubuntixer/toolchain/buildWindows/binutils/serdep.tmp
+ PREFIX=/home/ubuntixer/local/avrWindows64/
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/ubuntixer/local/avrWindows64//bin/
+ cd /home/ubuntixer/toolchain/buildWindows/binutils
+ ../../downloads/binutils/configure --prefix=/home/ubuntixer/local/avrWindows64/ --target=avr --build=x86_64-linux-gnu --host=x86_64-w64-mingw32 --disable-nls --disable-werror
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... no
checking for mawk... mawk
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-gcc option to accept ISO C99... none needed
checking for x86_64-w64-mingw32-g++... x86_64-w64-mingw32-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-w64-mingw32-g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for x86_64-w64-mingw32-gnatbind... no
checking for gnatbind... no
checking for x86_64-w64-mingw32-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for isl 0.15 or later... no
required isl version is 0.15 or later
checking for default BUILD_CONFIG...
checking for --enable-vtable-verify... no
checking for bison... no
checking for byacc... no
checking for yacc... no
checking for bison... no
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... no
checking for lex... no
checking for flex... no
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
checking for ld... (cached) /usr/bin/x86_64-w64-mingw32-ld
checking for x86_64-w64-mingw32-ld... (cached) /usr/bin/x86_64-w64-mingw32-ld
checking for x86_64-w64-mingw32-lipo... no
checking for x86_64-w64-mingw32-nm... x86_64-w64-mingw32-nm
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
checking for x86_64-w64-mingw32-windmc... x86_64-w64-mingw32-windmc
checking for x86_64-w64-mingw32-objcopy... x86_64-w64-mingw32-objcopy
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking for x86_64-w64-mingw32-readelf... x86_64-w64-mingw32-readelf
checking for -plugin option... checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar
--plugin /usr/lib/gcc/x86_64-w64-mingw32/10-win32/liblto_plugin.so
checking for avr-cc... no
checking for avr-gcc... no
checking for avr-c++... no
checking for avr-g++... no
checking for avr-cxx... no
checking for avr-gxx... no
checking for avr-gcc... no
checking for avr-gfortran... no
checking for avr-gccgo... no
checking for avr-ar... no
checking for avr-as... no
checking for avr-dlltool... no
checking for avr-ld... no
checking for avr-lipo... no
checking for avr-nm... no
checking for avr-objcopy... no
checking for avr-objdump... no
checking for avr-ranlib... no
checking for avr-readelf... no
checking for avr-strip... no
checking for avr-windres... no
checking for avr-windmc... no
checking where to find the target ar... pre-installed
checking where to find the target as... pre-installed
checking where to find the target cc... pre-installed
checking where to find the target c++... pre-installed
checking where to find the target c++ for libstdc++... pre-installed
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target gccgo... pre-installed
checking where to find the target ld... pre-installed
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed
checking where to find the target objcopy... pre-installed
checking where to find the target objdump... pre-installed
checking where to find the target ranlib... pre-installed
checking where to find the target readelf... pre-installed
checking where to find the target strip... pre-installed
checking where to find the target windres... pre-installed
checking where to find the target windmc... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
ubuntixer@ubuntixer-21:~$ cd $HOME/toolchain/buildWindows/binutils
ubuntixer@ubuntixer-21:~/toolchain/buildWindows/binutils$ make -j 1 > Logfile_binutils_make.txt
../../../downloads/binutils/libiberty/physmem.c: In function ‘physmem_total’:
../../../downloads/binutils/libiberty/physmem.c:161:18: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘long long int (*)()’} to ‘WINBOOL (*)(lMEMORYSTATUSEX *)’ {aka ‘int (*)(lMEMORYSTATUSEX *)’} [-Wcast-function-type]
161 | if ((pfnex = (PFN_MS_EX) GetProcAddress (h, "GlobalMemoryStatusEx")))
| ^
../../../downloads/binutils/libiberty/physmem.c: In function ‘physmem_available’:
../../../downloads/binutils/libiberty/physmem.c:262:18: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘long long int (*)()’} to ‘WINBOOL (*)(lMEMORYSTATUSEX *)’ {aka ‘int (*)(lMEMORYSTATUSEX *)’} [-Wcast-function-type]
262 | if ((pfnex = (PFN_MS_EX) GetProcAddress (h, "GlobalMemoryStatusEx")))
| ^
../../../downloads/binutils/libiberty/rust-demangle.c:78:3: error: unknown type name ‘uint’
78 | uint recursion;
| ^~~~
../../../downloads/binutils/libiberty/rust-demangle.c: In function ‘demangle_path’:
../../../downloads/binutils/libiberty/rust-demangle.c:81:37: error: ‘uint’ undeclared (first use in this function); did you mean ‘int’?
81 | #define RUST_NO_RECURSION_LIMIT ((uint) -1)
| ^~~~
../../../downloads/binutils/libiberty/rust-demangle.c:680:25: note: in expansion of macro ‘RUST_NO_RECURSION_LIMIT’
680 | if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
| ^~~~~~~~~~~~~~~~~~~~~~~
../../../downloads/binutils/libiberty/rust-demangle.c:81:37: note: each undeclared identifier is reported only once for each function it appears in
81 | #define RUST_NO_RECURSION_LIMIT ((uint) -1)
| ^~~~
../../../downloads/binutils/libiberty/rust-demangle.c:680:25: note: in expansion of macro ‘RUST_NO_RECURSION_LIMIT’
680 | if (rdm->recursion != RUST_NO_RECURSION_LIMIT)
| ^~~~~~~~~~~~~~~~~~~~~~~
../../../downloads/binutils/libiberty/rust-demangle.c: In function ‘rust_demangle_callback’:
../../../downloads/binutils/libiberty/rust-demangle.c:81:37: error: ‘uint’ undeclared (first use in this function); did you mean ‘int’?
81 | #define RUST_NO_RECURSION_LIMIT ((uint) -1)
| ^~~~
../../../downloads/binutils/libiberty/rust-demangle.c:1341:55: note: in expansion of macro ‘RUST_NO_RECURSION_LIMIT’
1341 | rdm.recursion = (options & DMGL_NO_RECURSE_LIMIT) ? RUST_NO_RECURSION_LIMIT : 0;
| ^~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1230: rust-demangle.o] Fehler 1
make[1]: *** [Makefile:8152: all-libiberty] Fehler 2
make: *** [Makefile:915: all] Fehler 2
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ../../downloads/gcc/configure --prefix=/home/ubuntixer/local/avrWindows64/ --target=avr --disable-nls --host=x86_64-w64-mingw32 --build=x86_64-linux-gnu --enable-languages=c,c++,lto --with-gnu-as --with-gnu-ld --disable-shared --with-dwarf2 --enable-mingw-wildcard
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu
uname -m = x86_64
uname -r = 5.4.0-80-generic
uname -s = Linux
uname -v = #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/ubuntixer/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
PATH: /home/ubuntixer/local/avrLinux64//bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2354: checking build system type
configure:2368: result: x86_64-pc-linux-gnu
configure:2415: checking host system type
configure:2428: result: x86_64-w64-mingw32
configure:2448: checking target system type
configure:2461: result: avr-unknown-none
configure:2515: checking for a BSD-compatible install
configure:2583: result: /usr/bin/install -c
configure:2594: checking whether ln works
configure:2616: result: yes
configure:2620: checking whether ln -s works
configure:2624: result: yes
configure:2631: checking for a sed that does not truncate output
configure:2695: result: /bin/sed
configure:2704: checking for gawk
configure:2734: result: no
configure:2704: checking for mawk
configure:2720: found /usr/bin/mawk
configure:2731: result: mawk
configure:3225: checking for libatomic support
configure:3231: result: no
configure:3263: checking for libitm support
configure:3269: result: no
configure:3282: checking for libsanitizer support
configure:3288: result: no
configure:3301: checking for libvtv support
configure:3307: result: no
configure:3321: checking for libhsail-rt support
configure:3327: result: no
configure:3454: checking for libphobos support
configure:3460: result: no
configure:4125: checking for x86_64-w64-mingw32-gcc
configure:4141: found /usr/bin/x86_64-w64-mingw32-gcc
configure:4152: result: x86_64-w64-mingw32-gcc
configure:4421: checking for C compiler version
configure:4430: x86_64-w64-mingw32-gcc --version >&5
x86_64-w64-mingw32-gcc (GCC) 9.3-win32 20200320
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4441: $? = 0
configure:4430: x86_64-w64-mingw32-gcc -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/lto-wrapper
Target: x86_64-w64-mingw32
Configured with: ../../src/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/include' --mandir='/usr/share/man' --infodir='/usr/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --enable-shared --enable-static --disable-multilib --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --libdir=/usr/lib --enable-libstdcxx-time=yes --with-tune=generic --with-headers=/usr/x86_64-w64-mingw32/include --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libgomp --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-lto --enable-threads=win32 --program-suffix=-win32 --program-prefix=x86_64-w64-mingw32- --target=x86_64-w64-mingw32 --with-as=/usr/bin/x86_64-w64-mingw32-as --with-ld=/usr/bin/x86_64-w64-mingw32-ld --enable-libatomic --enable-libstdcxx-filesystem-ts=yes --enable-dependency-tracking
Thread model: win32
gcc version 9.3-win32 20200320 (GCC)
configure:4441: $? = 0
configure:4430: x86_64-w64-mingw32-gcc -V >&5
x86_64-w64-mingw32-gcc: error: unrecognized command line option '-V'
x86_64-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:4441: $? = 1
configure:4430: x86_64-w64-mingw32-gcc -qversion >&5
x86_64-w64-mingw32-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:4441: $? = 1
configure:4461: checking whether the C compiler works
configure:4483: x86_64-w64-mingw32-gcc conftest.c >&5
configure:4487: $? = 0
configure:4535: result: yes
configure:4538: checking for C compiler default output file name
configure:4540: result: a.exe
configure:4546: checking for suffix of executables
configure:4553: x86_64-w64-mingw32-gcc -o conftest.exe conftest.c >&5
configure:4557: $? = 0
configure:4579: result: .exe
configure:4601: checking whether we are cross compiling
configure:4639: result: yes
configure:4644: checking for suffix of object files
configure:4666: x86_64-w64-mingw32-gcc -c conftest.c >&5
configure:4670: $? = 0
configure:4691: result: o
configure:4695: checking whether we are using the GNU C compiler
configure:4714: x86_64-w64-mingw32-gcc -c conftest.c >&5
configure:4714: $? = 0
configure:4723: result: yes
configure:4732: checking whether x86_64-w64-mingw32-gcc accepts -g
configure:4752: x86_64-w64-mingw32-gcc -c -g conftest.c >&5
configure:4752: $? = 0
configure:4793: result: yes
configure:4810: checking for x86_64-w64-mingw32-gcc option to accept ISO C89
configure:4873: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5
configure:4873: $? = 0
configure:4886: result: none needed
configure:4920: checking for x86_64-w64-mingw32-g++
configure:4936: found /usr/bin/x86_64-w64-mingw32-g++
configure:4947: result: x86_64-w64-mingw32-g++
configure:5018: checking for C++ compiler version
configure:5027: x86_64-w64-mingw32-g++ --version >&5
x86_64-w64-mingw32-g++ (GCC) 9.3-win32 20200320
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5038: $? = 0
configure:5027: x86_64-w64-mingw32-g++ -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32-g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/lto-wrapper
Target: x86_64-w64-mingw32
Configured with: ../../src/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/include' --mandir='/usr/share/man' --infodir='/usr/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --enable-shared --enable-static --disable-multilib --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --libdir=/usr/lib --enable-libstdcxx-time=yes --with-tune=generic --with-headers=/usr/x86_64-w64-mingw32/include --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libgomp --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-lto --enable-threads=win32 --program-suffix=-win32 --program-prefix=x86_64-w64-mingw32- --target=x86_64-w64-mingw32 --with-as=/usr/bin/x86_64-w64-mingw32-as --with-ld=/usr/bin/x86_64-w64-mingw32-ld --enable-libatomic --enable-libstdcxx-filesystem-ts=yes --enable-dependency-tracking
Thread model: win32
gcc version 9.3-win32 20200320 (GCC)
configure:5038: $? = 0
configure:5027: x86_64-w64-mingw32-g++ -V >&5
x86_64-w64-mingw32-g++: error: unrecognized command line option '-V'
x86_64-w64-mingw32-g++: fatal error: no input files
compilation terminated.
configure:5038: $? = 1
configure:5027: x86_64-w64-mingw32-g++ -qversion >&5
x86_64-w64-mingw32-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-w64-mingw32-g++: fatal error: no input files
compilation terminated.
configure:5038: $? = 1
configure:5042: checking whether we are using the GNU C++ compiler
configure:5061: x86_64-w64-mingw32-g++ -c conftest.cpp >&5
configure:5061: $? = 0
configure:5070: result: yes
configure:5079: checking whether x86_64-w64-mingw32-g++ accepts -g
configure:5099: x86_64-w64-mingw32-g++ -c -g conftest.cpp >&5
configure:5099: $? = 0
configure:5140: result: yes
configure:5189: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:5206: x86_64-w64-mingw32-g++ -o conftest.exe -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:5206: $? = 0
configure:5207: result: yes
configure:5231: checking for x86_64-w64-mingw32-gnatbind
configure:5261: result: no
configure:5271: checking for gnatbind
configure:5301: result: no
configure:5323: checking for x86_64-w64-mingw32-gnatmake
configure:5353: result: no
configure:5363: checking for gnatmake
configure:5393: result: no
configure:5412: checking whether compiler driver understands Ada
configure:5435: result: no
configure:5444: checking how to compare bootstrapped objects
configure:5469: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5536: checking whether x86_64-w64-mingw32-g++ supports C++11 features by default
configure:5832: x86_64-w64-mingw32-g++ -c -g -O2 conftest.cpp >&5
configure:5832: $? = 0
configure:5839: result: yes
configure:6535: checking whether g++ supports C++11 features by default
configure:6831: g++ -c conftest.cpp >&5
configure:6831: $? = 0
configure:6838: result: yes
configure:7528: checking for objdir
configure:7543: result: .libs
configure:8092: WARNING: using in-tree isl, disabling version check
configure:9233: checking for default BUILD_CONFIG
configure:9265: result:
configure:9270: checking for --enable-vtable-verify
configure:9283: result: no
configure:9896: checking for bison
configure:9926: result: no
configure:9896: checking for byacc
configure:9926: result: no
configure:9896: checking for yacc
configure:9926: result: no
configure:9943: checking for bison
configure:9973: result: no
configure:9990: checking for gm4
configure:10020: result: no
configure:9990: checking for gnum4
configure:10020: result: no
configure:9990: checking for m4
configure:10006: found /usr/bin/m4
configure:10017: result: m4
configure:10037: checking for flex
configure:10053: found /usr/bin/flex
configure:10064: result: flex
configure:10085: checking for flex
configure:10101: found /usr/bin/flex
configure:10112: result: flex
configure:10132: checking for makeinfo
configure:10148: found /usr/bin/makeinfo
configure:10159: result: makeinfo
configure:10193: checking for expect
configure:10223: result: no
configure:10242: checking for runtest
configure:10272: result: no
configure:10348: checking for x86_64-w64-mingw32-ar
configure:10364: found /usr/bin/x86_64-w64-mingw32-ar
configure:10375: result: x86_64-w64-mingw32-ar
configure:10489: checking for x86_64-w64-mingw32-as
configure:10505: found /usr/bin/x86_64-w64-mingw32-as
configure:10516: result: x86_64-w64-mingw32-as
configure:10630: checking for x86_64-w64-mingw32-dlltool
configure:10646: found /usr/bin/x86_64-w64-mingw32-dlltool
configure:10657: result: x86_64-w64-mingw32-dlltool
configure:10729: checking for ld
configure:10756: result: /usr/bin/x86_64-w64-mingw32-ld
configure:10771: checking for x86_64-w64-mingw32-ld
configure:10798: result: /usr/bin/x86_64-w64-mingw32-ld
configure:10912: checking for x86_64-w64-mingw32-lipo
configure:10942: result: no
configure:11053: checking for x86_64-w64-mingw32-nm
configure:11069: found /usr/bin/x86_64-w64-mingw32-nm
configure:11080: result: x86_64-w64-mingw32-nm
configure:11194: checking for x86_64-w64-mingw32-ranlib
configure:11210: found /usr/bin/x86_64-w64-mingw32-ranlib
configure:11221: result: x86_64-w64-mingw32-ranlib
configure:11330: checking for x86_64-w64-mingw32-strip
configure:11346: found /usr/bin/x86_64-w64-mingw32-strip
configure:11357: result: x86_64-w64-mingw32-strip
configure:11466: checking for x86_64-w64-mingw32-windres
configure:11482: found /usr/bin/x86_64-w64-mingw32-windres
configure:11493: result: x86_64-w64-mingw32-windres
configure:11607: checking for x86_64-w64-mingw32-windmc
configure:11623: found /usr/bin/x86_64-w64-mingw32-windmc
configure:11634: result: x86_64-w64-mingw32-windmc
configure:11748: checking for x86_64-w64-mingw32-objcopy
configure:11764: found /usr/bin/x86_64-w64-mingw32-objcopy
configure:11775: result: x86_64-w64-mingw32-objcopy
configure:11889: checking for x86_64-w64-mingw32-objdump
configure:11905: found /usr/bin/x86_64-w64-mingw32-objdump
configure:11916: result: x86_64-w64-mingw32-objdump
configure:12030: checking for x86_64-w64-mingw32-otool
configure:12060: result: no
configure:12171: checking for x86_64-w64-mingw32-readelf
configure:12187: found /usr/bin/x86_64-w64-mingw32-readelf
configure:12198: result: x86_64-w64-mingw32-readelf
configure:12351: checking for avr-cc
configure:12381: result: no
configure:12351: checking for avr-gcc
configure:12367: found /home/ubuntixer/local/avrLinux64//bin//avr-gcc
configure:12378: result: avr-gcc
configure:12512: checking for avr-c++
configure:12528: found /home/ubuntixer/local/avrLinux64//bin//avr-c++
configure:12539: result: avr-c++
configure:12673: checking for avr-gcc
configure:12689: found /home/ubuntixer/local/avrLinux64//bin//avr-gcc
configure:12700: result: avr-gcc
configure:12829: checking for avr-gfortran
configure:12859: result: no
configure:12990: checking for avr-gccgo
configure:13020: result: no
configure:13151: checking for avr-gdc
configure:13181: result: no
configure:13852: checking for avr-dlltool
configure:13882: result: no
configure:14312: checking for avr-lipo
configure:14342: result: no
configure:15232: checking for avr-otool
configure:15262: result: no
configure:16152: checking for avr-windres
configure:16182: result: no
configure:16382: checking for avr-windmc
configure:16412: result: no
configure:16479: checking where to find the target ar
configure:16485: result: pre-installed in /home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin
configure:16521: checking where to find the target as
configure:16527: result: pre-installed in /home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin
configure:16563: checking where to find the target cc
configure:16573: result: pre-installed
configure:16605: checking where to find the target c++
configure:16615: result: pre-installed
configure:16650: checking where to find the target c++ for libstdc++
configure:16660: result: pre-installed
configure:16695: checking where to find the target dlltool
configure:16705: result: pre-installed
configure:16737: checking where to find the target gcc
configure:16747: result: pre-installed
configure:16779: checking where to find the target gfortran
configure:16789: result: pre-installed
configure:16824: checking where to find the target gccgo
configure:16834: result: pre-installed
configure:16869: checking where to find the target gdc
configure:16879: result: pre-installed
configure:16914: checking where to find the target ld
configure:16920: result: pre-installed in /home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin
configure:16956: checking where to find the target lipo
configure:16966: result: pre-installed
configure:16987: checking where to find the target nm
configure:16993: result: pre-installed in /home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin
configure:17029: checking where to find the target objcopy
configure:17035: result: pre-installed in /home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin
configure:17071: checking where to find the target objdump
configure:17077: result: pre-installed in /home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin
configure:17113: checking where to find the target otool
configure:17123: result: pre-installed
configure:17144: checking where to find the target ranlib
configure:17150: result: pre-installed in /home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin
configure:17186: checking where to find the target readelf
configure:17192: result: pre-installed in /home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin
configure:17228: checking where to find the target strip
configure:17234: result: pre-installed in /home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin
configure:17270: checking where to find the target windres
configure:17280: result: pre-installed
configure:17312: checking where to find the target windmc
configure:17322: result: pre-installed
configure:17382: checking whether to enable maintainer-specific portions of Makefiles
configure:17391: result: no
configure:17626: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ubuntu
config.status:1026: creating Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GDC_FOR_TARGET_set=
ac_cv_env_GDC_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_FOR_TARGET_set=
ac_cv_env_OBJCOPY_FOR_TARGET_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_OTOOL_FOR_TARGET_set=
ac_cv_env_OTOOL_FOR_TARGET_value=
ac_cv_env_OTOOL_set=
ac_cv_env_OTOOL_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-w64-mingw32
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=avr
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_exeext=.exe
ac_cv_host=x86_64-w64-mingw32
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/ar
ac_cv_path_AS_FOR_TARGET=/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/as
ac_cv_path_LD_FOR_TARGET=/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/ld
ac_cv_path_NM_FOR_TARGET=/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/nm
ac_cv_path_OBJCOPY_FOR_TARGET=/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/objcopy
ac_cv_path_OBJDUMP_FOR_TARGET=/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/ranlib
ac_cv_path_READELF_FOR_TARGET=/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/readelf
ac_cv_path_SED=/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=x86_64-w64-mingw32-ar
ac_cv_prog_AS=x86_64-w64-mingw32-as
ac_cv_prog_AWK=mawk
ac_cv_prog_CC=x86_64-w64-mingw32-gcc
ac_cv_prog_CC_FOR_TARGET=avr-gcc
ac_cv_prog_CXX=x86_64-w64-mingw32-g++
ac_cv_prog_CXX_FOR_TARGET=avr-c++
ac_cv_prog_DLLTOOL=x86_64-w64-mingw32-dlltool
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=avr-gcc
ac_cv_prog_LD=/usr/bin/x86_64-w64-mingw32-ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=x86_64-w64-mingw32-nm
ac_cv_prog_OBJCOPY=x86_64-w64-mingw32-objcopy
ac_cv_prog_OBJDUMP=x86_64-w64-mingw32-objdump
ac_cv_prog_RANLIB=x86_64-w64-mingw32-ranlib
ac_cv_prog_READELF=x86_64-w64-mingw32-readelf
ac_cv_prog_STRIP=x86_64-w64-mingw32-strip
ac_cv_prog_WINDMC=x86_64-w64-mingw32-windmc
ac_cv_prog_WINDRES=x86_64-w64-mingw32-windres
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=avr-unknown-none
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
ax_cv_cxx_compile_cxx11=yes
ax_cv_cxx_compile_cxx11_FOR_BUILD=yes
ax_cv_cxx_compile_cxx11_orig_cppflags=
ax_cv_cxx_compile_cxx11_orig_cxx=x86_64-w64-mingw32-g++
ax_cv_cxx_compile_cxx11_orig_cxxflags='-g -O2'
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=
gcc_cv_tool_prefix=/home/ubuntixer/local/avrWindows64
lt_cv_objdir=.libs
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='x86_64-w64-mingw32-ar'
AR_FOR_BUILD='ar'
AR_FOR_TARGET='/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/ar'
AS='x86_64-w64-mingw32-as'
AS_FOR_BUILD='as'
AS_FOR_TARGET='/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/as'
AWK='mawk'
BISON='/home/ubuntixer/toolchain/downloads/gcc/missing bison'
BUILD_CONFIG=''
CC='x86_64-w64-mingw32-gcc'
CC_FOR_BUILD='gcc'
CC_FOR_TARGET='avr-gcc'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD=''
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='x86_64-w64-mingw32-g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD=''
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='g++'
CXX_FOR_TARGET='avr-c++'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_CXX11=1 -DHAVE_CXX11_FOR_BUILD=1 -DLT_OBJDIR=\".libs/\"'
DLLTOOL='x86_64-w64-mingw32-dlltool'
DLLTOOL_FOR_BUILD='dlltool'
DLLTOOL_FOR_TARGET='avr-dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT='.exe'
EXPECT='expect'
FLAGS_FOR_TARGET=''
FLEX='flex'
GCC_FOR_TARGET='avr-gcc'
GCC_SHLIB_SUBDIR='/shlib'
GDB_TK=''
GDC_FOR_BUILD='gdc'
GDC_FOR_TARGET='avr-gdc'
GFORTRAN_FOR_BUILD='gfortran'
GFORTRAN_FOR_TARGET='avr-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='gccgo'
GOC_FOR_TARGET='avr-gccgo'
HAVE_CXX11='1'
HAVE_CXX11_FOR_BUILD='1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/bin/x86_64-w64-mingw32-ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='ld'
LD_FOR_TARGET='/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='x86_64-w64-mingw32-lipo'
LIPO_FOR_TARGET='avr-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='x86_64-w64-mingw32-nm'
NM_FOR_BUILD='nm'
NM_FOR_TARGET='/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/nm'
OBJCOPY='x86_64-w64-mingw32-objcopy'
OBJCOPY_FOR_TARGET='/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/objcopy'
OBJDUMP='x86_64-w64-mingw32-objdump'
OBJDUMP_FOR_TARGET='/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/objdump'
OBJEXT='o'
OTOOL='x86_64-w64-mingw32-otool'
OTOOL_FOR_TARGET='avr-otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='x86_64-w64-mingw32-ranlib'
RANLIB_FOR_BUILD='ranlib'
RANLIB_FOR_TARGET='/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/ranlib'
RAW_CXX_FOR_TARGET='avr-c++'
READELF='x86_64-w64-mingw32-readelf'
READELF_FOR_TARGET='/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/readelf'
RPATH_ENVVAR='PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/bash'
STRIP='x86_64-w64-mingw32-strip'
STRIP_FOR_TARGET='/home/ubuntixer/local/avrLinux64/lib/gcc/avr/11.2.0/../../../../avr/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../../downloads/gcc/configure --prefix=/home/ubuntixer/local/avrWindows64/ --target=avr --disable-nls --host=x86_64-w64-mingw32 --build=x86_64-linux-gnu --enable-languages=c,c++,lto --with-gnu-as --with-gnu-ld --disable-shared --with-dwarf2 --enable-mingw-wildcard'
WINDMC='x86_64-w64-mingw32-windmc'
WINDMC_FOR_BUILD='windmc'
WINDMC_FOR_TARGET='avr-windmc'
WINDRES='x86_64-w64-mingw32-windres'
WINDRES_FOR_BUILD='windres'
WINDRES_FOR_TARGET='avr-windres'
YACC='/home/ubuntixer/toolchain/downloads/gcc/missing bison -y'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux-gnu'
build_configargs=' --cache-file=./config.cache '\''--prefix=/home/ubuntixer/local/avrWindows64/'\'' '\''--disable-nls'\'' '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--disable-shared'\'' '\''--with-dwarf2'\'' '\''--enable-mingw-wildcard'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
build_configdirs=' libiberty libcpp fixincludes'
build_cpu='x86_64'
build_libsubdir='build-x86_64-linux-gnu'
build_noncanonical='x86_64-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-linux-gnu'
build_tooldir='${exec_prefix}/avr'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty zlib libbacktrace libcpp libcody libdecnumber gmp mpfr mpc isl fixincludes gcc libcc1 c++tools lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_host_zlib_configure_flags=''
extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
extra_liboffloadmic_configure_flags=''
extra_linker_plugin_configure_flags=''
extra_linker_plugin_flags=''
extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/.libs'
extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
get_gcc_base_ver='cat'
gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src -I$$s/mpc/src '
gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
host='x86_64-w64-mingw32'
host_alias='x86_64-w64-mingw32'
host_configargs=' --cache-file=./config.cache '\''--prefix=/home/ubuntixer/local/avrWindows64/'\'' '\''--disable-nls'\'' '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--disable-shared'\'' '\''--with-dwarf2'\'' '\''--enable-mingw-wildcard'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-w64-mingw32'
host_os='mingw32'
host_shared='no'
host_subdir='.'
host_vendor='w64'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
isllibs='-L$$r/$(HOST_SUBDIR)/isl/.libs -lisl'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/home/ubuntixer/local/avrWindows64'
program_transform_name='s&^&avr-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,c++,lto'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='avr-unknown-none'
target_alias='avr'
target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-w64-mingw32 '\''--prefix=/home/ubuntixer/local/avrWindows64/'\'' '\''--disable-nls'\'' '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--disable-shared'\'' '\''--with-dwarf2'\'' '\''--enable-mingw-wildcard'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
target_configdirs=' libgcc'
target_cpu='avr'
target_noncanonical='avr'
target_os='none'
target_subdir='avr'
target_vendor='unknown'
tooldir='${exec_prefix}/avr'
## ------------------- ##
## File substitutions. ##
## ------------------- ##
alphaieee_frag='/dev/null'
host_makefile_frag='../../downloads/gcc/config/mh-mingw'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/dev/null'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define HAVE_CXX11 1
#define HAVE_CXX11_FOR_BUILD 1
#define LT_OBJDIR ".libs/"
configure: exit 0
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ../../downloads/binutils/configure --prefix=/home/ubuntixer/local/avrWindows64/ --target=avr --build=x86_64-linux-gnu --host=x86_64-w64-mingw32 --disable-nls --disable-werror
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu
uname -m = x86_64
uname -r = 5.4.0-80-generic
uname -s = Linux
uname -v = #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/ubuntixer/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
PATH: /home/ubuntixer/local/avrWindows64//bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2348: checking build system type
configure:2362: result: x86_64-pc-linux-gnu
configure:2409: checking host system type
configure:2422: result: x86_64-w64-mingw32
configure:2442: checking target system type
configure:2455: result: avr-unknown-none
configure:2509: checking for a BSD-compatible install
configure:2577: result: /usr/bin/install -c
configure:2588: checking whether ln works
configure:2610: result: yes
configure:2614: checking whether ln -s works
configure:2618: result: yes
configure:2625: checking for a sed that does not truncate output
configure:2689: result: /bin/sed
configure:2698: checking for gawk
configure:2728: result: no
configure:2698: checking for mawk
configure:2714: found /usr/bin/mawk
configure:2725: result: mawk
configure:4021: checking for x86_64-w64-mingw32-gcc
configure:4037: found /usr/bin/x86_64-w64-mingw32-gcc
configure:4048: result: x86_64-w64-mingw32-gcc
configure:4317: checking for C compiler version
configure:4326: x86_64-w64-mingw32-gcc --version >&5
x86_64-w64-mingw32-gcc (GCC) 9.3-win32 20200320
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4337: $? = 0
configure:4326: x86_64-w64-mingw32-gcc -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/lto-wrapper
Target: x86_64-w64-mingw32
Configured with: ../../src/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/include' --mandir='/usr/share/man' --infodir='/usr/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --enable-shared --enable-static --disable-multilib --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --libdir=/usr/lib --enable-libstdcxx-time=yes --with-tune=generic --with-headers=/usr/x86_64-w64-mingw32/include --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libgomp --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-lto --enable-threads=win32 --program-suffix=-win32 --program-prefix=x86_64-w64-mingw32- --target=x86_64-w64-mingw32 --with-as=/usr/bin/x86_64-w64-mingw32-as --with-ld=/usr/bin/x86_64-w64-mingw32-ld --enable-libatomic --enable-libstdcxx-filesystem-ts=yes --enable-dependency-tracking
Thread model: win32
gcc version 9.3-win32 20200320 (GCC)
configure:4337: $? = 0
configure:4326: x86_64-w64-mingw32-gcc -V >&5
x86_64-w64-mingw32-gcc: error: unrecognized command line option '-V'
x86_64-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:4337: $? = 1
configure:4326: x86_64-w64-mingw32-gcc -qversion >&5
x86_64-w64-mingw32-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:4337: $? = 1
configure:4357: checking whether the C compiler works
configure:4379: x86_64-w64-mingw32-gcc conftest.c >&5
configure:4383: $? = 0
configure:4431: result: yes
configure:4434: checking for C compiler default output file name
configure:4436: result: a.exe
configure:4442: checking for suffix of executables
configure:4449: x86_64-w64-mingw32-gcc -o conftest.exe conftest.c >&5
configure:4453: $? = 0
configure:4475: result: .exe
configure:4497: checking whether we are cross compiling
configure:4535: result: yes
configure:4540: checking for suffix of object files
configure:4562: x86_64-w64-mingw32-gcc -c conftest.c >&5
configure:4566: $? = 0
configure:4587: result: o
configure:4591: checking whether we are using the GNU C compiler
configure:4610: x86_64-w64-mingw32-gcc -c conftest.c >&5
configure:4610: $? = 0
configure:4619: result: yes
configure:4628: checking whether x86_64-w64-mingw32-gcc accepts -g
configure:4648: x86_64-w64-mingw32-gcc -c -g conftest.c >&5
configure:4648: $? = 0
configure:4689: result: yes
configure:4706: checking for x86_64-w64-mingw32-gcc option to accept ISO C89
configure:4769: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5
configure:4769: $? = 0
configure:4782: result: none needed
configure:4802: checking for x86_64-w64-mingw32-gcc option to accept ISO C99
configure:4951: x86_64-w64-mingw32-gcc -c -g -O2 conftest.c >&5
configure:4951: $? = 0
configure:4964: result: none needed
configure:4993: checking for x86_64-w64-mingw32-g++
configure:5009: found /usr/bin/x86_64-w64-mingw32-g++
configure:5020: result: x86_64-w64-mingw32-g++
configure:5091: checking for C++ compiler version
configure:5100: x86_64-w64-mingw32-g++ --version >&5
x86_64-w64-mingw32-g++ (GCC) 9.3-win32 20200320
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5111: $? = 0
configure:5100: x86_64-w64-mingw32-g++ -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32-g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/lto-wrapper
Target: x86_64-w64-mingw32
Configured with: ../../src/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/include' --mandir='/usr/share/man' --infodir='/usr/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --enable-shared --enable-static --disable-multilib --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --libdir=/usr/lib --enable-libstdcxx-time=yes --with-tune=generic --with-headers=/usr/x86_64-w64-mingw32/include --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libgomp --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-lto --enable-threads=win32 --program-suffix=-win32 --program-prefix=x86_64-w64-mingw32- --target=x86_64-w64-mingw32 --with-as=/usr/bin/x86_64-w64-mingw32-as --with-ld=/usr/bin/x86_64-w64-mingw32-ld --enable-libatomic --enable-libstdcxx-filesystem-ts=yes --enable-dependency-tracking
Thread model: win32
gcc version 9.3-win32 20200320 (GCC)
configure:5111: $? = 0
configure:5100: x86_64-w64-mingw32-g++ -V >&5
x86_64-w64-mingw32-g++: error: unrecognized command line option '-V'
x86_64-w64-mingw32-g++: fatal error: no input files
compilation terminated.
configure:5111: $? = 1
configure:5100: x86_64-w64-mingw32-g++ -qversion >&5
x86_64-w64-mingw32-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-w64-mingw32-g++: fatal error: no input files
compilation terminated.
configure:5111: $? = 1
configure:5115: checking whether we are using the GNU C++ compiler
configure:5134: x86_64-w64-mingw32-g++ -c conftest.cpp >&5
configure:5134: $? = 0
configure:5143: result: yes
configure:5152: checking whether x86_64-w64-mingw32-g++ accepts -g
configure:5172: x86_64-w64-mingw32-g++ -c -g conftest.cpp >&5
configure:5172: $? = 0
configure:5213: result: yes
configure:5262: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:5279: x86_64-w64-mingw32-g++ -o conftest.exe -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:5279: $? = 0
configure:5280: result: yes
configure:5304: checking for x86_64-w64-mingw32-gnatbind
configure:5334: result: no
configure:5344: checking for gnatbind
configure:5374: result: no
configure:5396: checking for x86_64-w64-mingw32-gnatmake
configure:5426: result: no
configure:5436: checking for gnatmake
configure:5466: result: no
configure:5485: checking whether compiler driver understands Ada
configure:5508: result: no
configure:5517: checking how to compare bootstrapped objects
configure:5542: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5687: checking for objdir
configure:5702: result: .libs
configure:6267: checking for isl 0.15 or later
configure:6280: x86_64-w64-mingw32-gcc -o conftest.exe -g -O2 -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5
conftest.c:10:10: fatal error: isl/schedule.h: No such file or directory
10 | #include <isl/schedule.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:6280: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <isl/schedule.h>
| int
| main ()
| {
| isl_options_set_schedule_serialize_sccs (NULL, 0);
| ;
| return 0;
| }
configure:6287: result: no
configure:6291: result: required isl version is 0.15 or later
configure:7384: checking for default BUILD_CONFIG
configure:7416: result:
configure:7421: checking for --enable-vtable-verify
configure:7434: result: no
configure:8055: checking for bison
configure:8085: result: no
configure:8055: checking for byacc
configure:8085: result: no
configure:8055: checking for yacc
configure:8085: result: no
configure:8102: checking for bison
configure:8132: result: no
configure:8149: checking for gm4
configure:8179: result: no
configure:8149: checking for gnum4
configure:8179: result: no
configure:8149: checking for m4
configure:8165: found /usr/bin/m4
configure:8176: result: m4
configure:8196: checking for flex
configure:8212: found /usr/bin/flex
configure:8223: result: flex
configure:8244: checking for flex
configure:8260: found /usr/bin/flex
configure:8271: result: flex
configure:8291: checking for makeinfo
configure:8307: found /usr/bin/makeinfo
configure:8318: result: makeinfo
configure:8352: checking for expect
configure:8382: result: no
configure:8401: checking for runtest
configure:8431: result: no
configure:8507: checking for x86_64-w64-mingw32-ar
configure:8523: found /usr/bin/x86_64-w64-mingw32-ar
configure:8534: result: x86_64-w64-mingw32-ar
configure:8648: checking for x86_64-w64-mingw32-as
configure:8664: found /usr/bin/x86_64-w64-mingw32-as
configure:8675: result: x86_64-w64-mingw32-as
configure:8789: checking for x86_64-w64-mingw32-dlltool
configure:8805: found /usr/bin/x86_64-w64-mingw32-dlltool
configure:8816: result: x86_64-w64-mingw32-dlltool
configure:8888: checking for ld
configure:8915: result: /usr/bin/x86_64-w64-mingw32-ld
configure:8930: checking for x86_64-w64-mingw32-ld
configure:8957: result: /usr/bin/x86_64-w64-mingw32-ld
configure:9071: checking for x86_64-w64-mingw32-lipo
configure:9101: result: no
configure:9212: checking for x86_64-w64-mingw32-nm
configure:9228: found /usr/bin/x86_64-w64-mingw32-nm
configure:9239: result: x86_64-w64-mingw32-nm
configure:9353: checking for x86_64-w64-mingw32-ranlib
configure:9369: found /usr/bin/x86_64-w64-mingw32-ranlib
configure:9380: result: x86_64-w64-mingw32-ranlib
configure:9489: checking for x86_64-w64-mingw32-strip
configure:9505: found /usr/bin/x86_64-w64-mingw32-strip
configure:9516: result: x86_64-w64-mingw32-strip
configure:9625: checking for x86_64-w64-mingw32-windres
configure:9641: found /usr/bin/x86_64-w64-mingw32-windres
configure:9652: result: x86_64-w64-mingw32-windres
configure:9766: checking for x86_64-w64-mingw32-windmc
configure:9782: found /usr/bin/x86_64-w64-mingw32-windmc
configure:9793: result: x86_64-w64-mingw32-windmc
configure:9907: checking for x86_64-w64-mingw32-objcopy
configure:9923: found /usr/bin/x86_64-w64-mingw32-objcopy
configure:9934: result: x86_64-w64-mingw32-objcopy
configure:10048: checking for x86_64-w64-mingw32-objdump
configure:10064: found /usr/bin/x86_64-w64-mingw32-objdump
configure:10075: result: x86_64-w64-mingw32-objdump
configure:10189: checking for x86_64-w64-mingw32-readelf
configure:10205: found /usr/bin/x86_64-w64-mingw32-readelf
configure:10216: result: x86_64-w64-mingw32-readelf
configure:10281: checking for -plugin option
configure:10299: checking for x86_64-w64-mingw32-ar
configure:10326: result: x86_64-w64-mingw32-ar
configure:10401: result: --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
configure:10513: checking for avr-cc
configure:10543: result: no
configure:10513: checking for avr-gcc
configure:10543: result: no
configure:10674: checking for avr-c++
configure:10704: result: no
configure:10674: checking for avr-g++
configure:10704: result: no
configure:10674: checking for avr-cxx
configure:10704: result: no
configure:10674: checking for avr-gxx
configure:10704: result: no
configure:10835: checking for avr-gcc
configure:10865: result: no
configure:10991: checking for avr-gfortran
configure:11021: result: no
configure:11152: checking for avr-gccgo
configure:11182: result: no
configure:11393: checking for avr-ar
configure:11423: result: no
configure:11623: checking for avr-as
configure:11653: result: no
configure:11853: checking for avr-dlltool
configure:11883: result: no
configure:12083: checking for avr-ld
configure:12113: result: no
configure:12313: checking for avr-lipo
configure:12343: result: no
configure:12543: checking for avr-nm
configure:12573: result: no
configure:12773: checking for avr-objcopy
configure:12803: result: no
configure:13003: checking for avr-objdump
configure:13033: result: no
configure:13233: checking for avr-ranlib
configure:13263: result: no
configure:13463: checking for avr-readelf
configure:13493: result: no
configure:13693: checking for avr-strip
configure:13723: result: no
configure:13923: checking for avr-windres
configure:13953: result: no
configure:14153: checking for avr-windmc
configure:14183: result: no
configure:14250: checking where to find the target ar
configure:14260: result: pre-installed
configure:14292: checking where to find the target as
configure:14302: result: pre-installed
configure:14334: checking where to find the target cc
configure:14344: result: pre-installed
configure:14376: checking where to find the target c++
configure:14386: result: pre-installed
configure:14421: checking where to find the target c++ for libstdc++
configure:14431: result: pre-installed
configure:14466: checking where to find the target dlltool
configure:14476: result: pre-installed
configure:14508: checking where to find the target gcc
configure:14518: result: pre-installed
configure:14550: checking where to find the target gfortran
configure:14560: result: pre-installed
configure:14595: checking where to find the target gccgo
configure:14605: result: pre-installed
configure:14640: checking where to find the target ld
configure:14650: result: pre-installed
configure:14682: checking where to find the target lipo
configure:14692: result: pre-installed
configure:14713: checking where to find the target nm
configure:14723: result: pre-installed
configure:14755: checking where to find the target objcopy
configure:14765: result: pre-installed
configure:14797: checking where to find the target objdump
configure:14807: result: pre-installed
configure:14839: checking where to find the target ranlib
configure:14849: result: pre-installed
configure:14881: checking where to find the target readelf
configure:14891: result: pre-installed
configure:14923: checking where to find the target strip
configure:14933: result: pre-installed
configure:14965: checking where to find the target windres
configure:14975: result: pre-installed
configure:15007: checking where to find the target windmc
configure:15017: result: pre-installed
configure:15077: checking whether to enable maintainer-specific portions of Makefiles
configure:15086: result: no
configure:15321: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ubuntu
config.status:976: creating Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_FOR_TARGET_set=
ac_cv_env_OBJCOPY_FOR_TARGET_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-w64-mingw32
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=avr
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_exeext=.exe
ac_cv_host=x86_64-w64-mingw32
ac_cv_objext=o
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=x86_64-w64-mingw32-ar
ac_cv_prog_AS=x86_64-w64-mingw32-as
ac_cv_prog_AWK=mawk
ac_cv_prog_CC=x86_64-w64-mingw32-gcc
ac_cv_prog_CXX=x86_64-w64-mingw32-g++
ac_cv_prog_DLLTOOL=x86_64-w64-mingw32-dlltool
ac_cv_prog_FLEX=flex
ac_cv_prog_LD=/usr/bin/x86_64-w64-mingw32-ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=x86_64-w64-mingw32-nm
ac_cv_prog_OBJCOPY=x86_64-w64-mingw32-objcopy
ac_cv_prog_OBJDUMP=x86_64-w64-mingw32-objdump
ac_cv_prog_RANLIB=x86_64-w64-mingw32-ranlib
ac_cv_prog_READELF=x86_64-w64-mingw32-readelf
ac_cv_prog_STRIP=x86_64-w64-mingw32-strip
ac_cv_prog_WINDMC=x86_64-w64-mingw32-windmc
ac_cv_prog_WINDRES=x86_64-w64-mingw32-windres
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=avr-unknown-none
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_isl=no
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=
gcc_cv_tool_prefix=/home/ubuntixer/local/avrWindows64
lt_cv_objdir=.libs
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='x86_64-w64-mingw32-ar'
AR_FOR_BUILD='ar'
AR_FOR_TARGET='avr-ar'
AR_PLUGIN_OPTION='--plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so'
AS='x86_64-w64-mingw32-as'
AS_FOR_BUILD='as'
AS_FOR_TARGET='avr-as'
AWK='mawk'
BISON='/home/ubuntixer/toolchain/downloads/binutils/missing bison'
BUILD_CONFIG=''
CC='x86_64-w64-mingw32-gcc'
CC_FOR_BUILD='gcc'
CC_FOR_TARGET='avr-cc'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD=''
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='x86_64-w64-mingw32-g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD=''
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='g++'
CXX_FOR_TARGET='avr-c++'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
DLLTOOL='x86_64-w64-mingw32-dlltool'
DLLTOOL_FOR_BUILD='dlltool'
DLLTOOL_FOR_TARGET='avr-dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT='.exe'
EXPECT='expect'
FLAGS_FOR_TARGET=' -L$$r/$(HOST_SUBDIR)/ld'
FLEX='flex'
GCC_FOR_TARGET='avr-gcc'
GCC_SHLIB_SUBDIR='/shlib'
GDB_TK=''
GFORTRAN_FOR_BUILD='gfortran'
GFORTRAN_FOR_TARGET='avr-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='gccgo'
GOC_FOR_TARGET='avr-gccgo'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/bin/x86_64-w64-mingw32-ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='ld'
LD_FOR_TARGET='avr-ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='x86_64-w64-mingw32-lipo'
LIPO_FOR_TARGET='avr-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='x86_64-w64-mingw32-nm'
NM_FOR_BUILD='nm'
NM_FOR_TARGET='avr-nm'
OBJCOPY='x86_64-w64-mingw32-objcopy'
OBJCOPY_FOR_TARGET='avr-objcopy'
OBJDUMP='x86_64-w64-mingw32-objdump'
OBJDUMP_FOR_TARGET='avr-objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PGO_BUILD_GEN_CFLAGS=''
PGO_BUILD_LTO_CFLAGS=''
PGO_BUILD_USE_CFLAGS=''
RANLIB='x86_64-w64-mingw32-ranlib'
RANLIB_FOR_BUILD='ranlib'
RANLIB_FOR_TARGET='avr-ranlib'
RANLIB_PLUGIN_OPTION='--plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so'
RAW_CXX_FOR_TARGET='avr-c++'
READELF='x86_64-w64-mingw32-readelf'
READELF_FOR_TARGET='avr-readelf'
RPATH_ENVVAR='PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/bash'
STRIP='x86_64-w64-mingw32-strip'
STRIP_FOR_TARGET='avr-strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../../downloads/binutils/configure --prefix=/home/ubuntixer/local/avrWindows64/ --target=avr --build=x86_64-linux-gnu --host=x86_64-w64-mingw32 --disable-nls --disable-werror'
WINDMC='x86_64-w64-mingw32-windmc'
WINDMC_FOR_BUILD='windmc'
WINDMC_FOR_TARGET='avr-windmc'
WINDRES='x86_64-w64-mingw32-windres'
WINDRES_FOR_BUILD='windres'
WINDRES_FOR_TARGET='avr-windres'
YACC='/home/ubuntixer/toolchain/downloads/binutils/missing bison -y'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux-gnu'
build_configargs=' --cache-file=./config.cache '\''--prefix=/home/ubuntixer/local/avrWindows64/'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
build_configdirs=' libiberty'
build_cpu='x86_64'
build_libsubdir='build-x86_64-linux-gnu'
build_noncanonical='x86_64-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-linux-gnu'
build_tooldir='${exec_prefix}/avr'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty opcodes bfd zlib libctf binutils gas ld gprof etc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags=''
extra_host_zlib_configure_flags=''
extra_isl_gmp_configure_flags=''
extra_liboffloadmic_configure_flags=''
extra_linker_plugin_configure_flags=''
extra_linker_plugin_flags=''
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
get_gcc_base_ver='cat'
gmpinc=''
gmplibs='-lmpc -lmpfr -lgmp'
host='x86_64-w64-mingw32'
host_alias='x86_64-w64-mingw32'
host_configargs=' --cache-file=./config.cache --with-gnu-as --with-gnu-ld '\''--prefix=/home/ubuntixer/local/avrWindows64/'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-w64-mingw32'
host_os='mingw32'
host_shared='no'
host_subdir='.'
host_vendor='w64'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
isllibs=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/home/ubuntixer/local/avrWindows64'
program_transform_name='s&^&avr-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages=',c,'
stage1_ldflags=''
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='avr-unknown-none'
target_alias='avr'
target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-w64-mingw32 '\''--prefix=/home/ubuntixer/local/avrWindows64/'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
target_configdirs=''
target_cpu='avr'
target_noncanonical='avr'
target_os='none'
target_subdir='avr'
target_vendor='unknown'
tooldir='${exec_prefix}/avr'
## ------------------- ##
## File substitutions. ##
## ------------------- ##
alphaieee_frag='/dev/null'
host_makefile_frag='../../downloads/binutils/config/mh-mingw'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/dev/null'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define LT_OBJDIR ".libs/"
configure: exit 0
-------------- next part --------------
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... no
checking for mawk... mawk
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking for x86_64-w64-mingw32-gcc option to accept ISO C99... none needed
checking for x86_64-w64-mingw32-g++... x86_64-w64-mingw32-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-w64-mingw32-g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for x86_64-w64-mingw32-gnatbind... no
checking for gnatbind... no
checking for x86_64-w64-mingw32-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for isl 0.15 or later... no
required isl version is 0.15 or later
checking for default BUILD_CONFIG...
checking for --enable-vtable-verify... no
checking for bison... no
checking for byacc... no
checking for yacc... no
checking for bison... no
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
checking for ld... (cached) /usr/bin/x86_64-w64-mingw32-ld
checking for x86_64-w64-mingw32-ld... (cached) /usr/bin/x86_64-w64-mingw32-ld
checking for x86_64-w64-mingw32-lipo... no
checking for x86_64-w64-mingw32-nm... x86_64-w64-mingw32-nm
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
checking for x86_64-w64-mingw32-windmc... x86_64-w64-mingw32-windmc
checking for x86_64-w64-mingw32-objcopy... x86_64-w64-mingw32-objcopy
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking for x86_64-w64-mingw32-readelf... x86_64-w64-mingw32-readelf
checking for -plugin option... checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar
--plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for avr-cc... no
checking for avr-gcc... no
checking for avr-c++... no
checking for avr-g++... no
checking for avr-cxx... no
checking for avr-gxx... no
checking for avr-gcc... no
checking for avr-gfortran... no
checking for avr-gccgo... no
checking for avr-ar... no
checking for avr-as... no
checking for avr-dlltool... no
checking for avr-ld... no
checking for avr-lipo... no
checking for avr-nm... no
checking for avr-objcopy... no
checking for avr-objdump... no
checking for avr-ranlib... no
checking for avr-readelf... no
checking for avr-strip... no
checking for avr-windres... no
checking for avr-windmc... no
checking where to find the target ar... pre-installed
checking where to find the target as... pre-installed
checking where to find the target cc... pre-installed
checking where to find the target c++... pre-installed
checking where to find the target c++ for libstdc++... pre-installed
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target gccgo... pre-installed
checking where to find the target ld... pre-installed
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed
checking where to find the target objcopy... pre-installed
checking where to find the target objdump... pre-installed
checking where to find the target ranlib... pre-installed
checking where to find the target readelf... pre-installed
checking where to find the target strip... pre-installed
checking where to find the target windres... pre-installed
checking where to find the target windmc... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
make[1]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils“ wird betreten
make[1]: Für das Ziel „all-target“ ist nichts zu tun.
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
Configuring in ./zlib
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
x86_64-w64-mingw32
checking target system type... checking whether the C compiler works... configure: creating ./config.status
avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... mawk
checking whether make sets $(MAKE)... yes
yes
checking for C compiler default output file name... a.exe
checking whether make supports nested variables... checking for suffix of executables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... config.status: creating Makefile
.exe
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for -plugin option... checking whether we are cross compiling... yes
checking for suffix of object files... checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
--plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/etc“ wird betreten
make[2]: Für das Ziel „all“ ist nichts zu tun.
make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/etc“ wird verlassen
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... none needed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
.exe
yes
checking for C compiler default output file name... a.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for suffix of executables... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for sys/types.h... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for sys/stat.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for style of include used by make... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... none needed
checking how to run the C preprocessor... checking for stdlib.h... x86_64-w64-mingw32-gcc -E
yes
gcc3
checking for string.h... checking how to print strings... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... checking for memory.h... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... yes
yes
checking for sys/types.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for strings.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for sys/stat.h... yes
checking for inttypes.h... yes
yes
checking for stdlib.h... checking for stdint.h... yes
checking for string.h... yes
ok
checking how to run the C preprocessor... checking for unistd.h... x86_64-w64-mingw32-gcc -E
yes
checking for memory.h... yes
checking minix/config.h usability... checking for ANSI C header files... yes
checking for strings.h... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inttypes.h... yes
checking for sys/types.h... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
yes
checking for msgfmt... checking for stdint.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for sys/stat.h... checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
yes
checking for unistd.h... checking for stdlib.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for library containing strerror... checking minix/config.h usability... yes
checking for string.h... no
checking minix/config.h presence... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none required
checking for an ANSI C-conforming const... checking for memory.h... yes
checking for inline... yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for strings.h... inline
checking for off_t... yes
checking for inttypes.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
yes
checking for size_t... checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for unistd.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
yes
checking for working alloca.h... checking for dlfcn.h... no
checking for alloca... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... no
checking for objdir... .libs
yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for sys/param.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for getpagesize... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking for an ANSI C-conforming const... checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... yes
checking for inline... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... inline
checking whether byte ordering is bigendian... yes
checking for stdint.h... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking for unsigned long long... yes
checking whether -lc should be explicitly linked in... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for CET support... no
checking for sys/file.h... yes
checking dynamic linker characteristics... yes
checking for inttypes.h... yes
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for sys/param.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for limits.h... checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
no
checking for ld used by GCC... checking for sys/param.h... checking for malloc.h... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for string.h... (cached) yes
done
checking for unistd.h... (cached) yes
yes
checking argz.h usability... checking for getpagesize... checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for time.h... no
checking argz.h presence... yes
no
checking for argz.h... no
checking for sys/resource.h... checking limits.h usability... yes
checking for working mmap... no
checking for memcpy... no
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking limits.h presence... no
checking for fcntl.h... yes
checking for limits.h... yes
checking locale.h usability... yes
yes
checking for strerror... checking for alloca.h... yes
checking locale.h presence... no
checking for sys/pstat.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
yes
checking for sys/sysmp.h... checking for unistd.h... (cached) yes
no
checking for sys/sysinfo.h... no
checking nl_types.h presence... configure: updating cache ./config.cache
no
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for machine/hal_sysinfo.h... no
checking for nl_types.h... no
checking malloc.h usability... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking malloc.h presence... no
yes
checking for malloc.h... yes
checking for sys/systemcfg.h... checking stddef.h usability... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
yes
checking stddef.h presence... checking for process.h... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/prctl.h... checking for string.h... (cached) yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
no
checking size of int... checking for fgets_unlocked... no
checking for getc_unlocked... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... 4
checking size of long... no
checking for getuid... config.status: creating Makefile
no
checking for mempcpy... config.status: executing depfiles commands
yes
checking for munmap... config.status: executing libtool commands
no
checking for putenv... make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/zlib“ wird betreten
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../../downloads/binutils/zlib/'`adler32.c
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../../downloads/binutils/zlib/'`compress.c
yes
4
checking size of size_t... checking for setenv... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../../downloads/binutils/zlib/'`crc32.c
no
checking for setlocale... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../../downloads/binutils/zlib/'`deflate.c
yes
checking for stpcpy... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../../downloads/binutils/zlib/'`gzread.c
no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../../downloads/binutils/zlib/'`gzclose.c
yes
checking for tsearch... 8
checking for long long... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../../downloads/binutils/zlib/'`gzwrite.c
yes
checking for __argz_count... yes
checking size of long long... no
checking for __argz_stringify... no
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../../downloads/binutils/zlib/'`gzlib.c
checking for __argz_next... no
checking for __fsetlocking... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
no
checking for iconv... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../../downloads/binutils/zlib/'`infback.c
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../../downloads/binutils/zlib/'`inffast.c
no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
checking for bison... no
checking whether NLS is requested... no
checking whether to use NLS... no
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../../downloads/binutils/zlib/'`inflate.c
8
checking for a 64-bit type... uint64_t
checking for intptr_t... config.status: creating Makefile
config.status: creating config.intl
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../../downloads/binutils/zlib/'`inftrees.c
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for uintptr_t... make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/intl“ wird betreten
make[2]: Für das Ziel „all“ ist nichts zu tun.
make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/intl“ wird verlassen
mkdir -p -- ./binutils
Configuring in ./binutils
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
yes
checking for ssize_t... x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../../downloads/binutils/zlib/'`trees.c
yes
checking for pid_t... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for library containing strerror... checking whether the C compiler works... none required
checking for asprintf... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for atexit... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for basename... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../../downloads/binutils/zlib/'`uncompr.c
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
x86_64-w64-mingw32-gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../../downloads/binutils/zlib -g -O2 -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../../downloads/binutils/zlib/'`zutil.c
yes
checking for bcmp... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2 " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-Wl,--stack,12582912" "LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/home/ubuntixer/local/avrWindows64" "infodir=/home/ubuntixer/local/avrWindows64/share/info" "libdir=/home/ubuntixer/local/avrWindows64/lib" "prefix=/home/ubuntixer/local/avrWindows64" "tooldir=/home/ubuntixer/local/avrWindows64/avr" "AR=x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so" "AS=x86_64-w64-mingw32-as" "CC=x86_64-w64-mingw32-gcc" "CXX=x86_64-w64-mingw32-g++" "LD=/usr/bin/x86_64-w64-mingw32-ld" "LIBCFLAGS=-g -O2 " "NM=x86_64-w64-mingw32-nm" "PICFLAG=" "RANLIB=x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so" "DESTDIR=" DO=all multi-do # make
mkdir -p -- ./gas
Configuring in ./gas
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
rm -f libz.a
x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so libz.a
yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/zlib“ wird verlassen
no
checking for bcopy... mkdir -p -- ./gprof
Configuring in ./gprof
gcc3
checking how to run the C preprocessor... no
checking for bsearch... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... configure: creating cache ./config.cache
yes
checking build system type... checking for bzero... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
configure: creating cache ./config.cache
yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for sys/types.h... /bin/mkdir -p
checking build system type... checking for gawk... mawk
checking whether make sets $(MAKE)... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-w64-mingw32
checking target system type... checking whether make supports nested variables... no
yes
checking for calloc... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
yes
checking for sys/stat.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... mawk
checking whether make sets $(MAKE)... yes
checking whether the C compiler works... checking whether make supports nested variables... yes
yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for stdlib.h... yes
checking for clock... checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for string.h... yes
yes
checking for C compiler default output file name... a.exe
checking for ffs... checking for suffix of executables... yes
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... checking for memory.h... o
checking whether we are using the GNU C compiler... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... no
checking for getcwd... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... checking for strings.h... o
checking whether we are using the GNU C compiler... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for inttypes.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for getpagesize... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for style of include used by make... checking for stdint.h... yes
GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for gettimeofday... yes
yes
checking for style of include used by make... checking for unistd.h... gcc3
checking how to run the C preprocessor... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking for index... x86_64-w64-mingw32-gcc -E
yes
checking minix/config.h usability... gcc3
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... x86_64-w64-mingw32-gcc -E
no
checking for insque... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... no
checking for memchr... yes
checking how to print strings... yes
yes
checking for sys/types.h... printf
checking for a sed that does not truncate output... checking for sys/stat.h... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
/usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for memcmp... checking for sys/stat.h... yes
checking for stdlib.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
yes
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for stdlib.h... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
yes
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for memcpy... checking for string.h... yes
checking for string.h... yes
checking for memory.h... yes
yes
checking for memmem... checking for memory.h... yes
ok
checking for dlfcn.h... checking for strings.h... yes
checking for strings.h... no
checking for memmove... no
checking for objdir... .libs
yes
checking for inttypes.h... yes
checking for inttypes.h... yes
yes
checking for mempcpy... checking for stdint.h... yes
checking for stdint.h... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for unistd.h... checking for unistd.h... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking for memset... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking minix/config.h usability... yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for mkstemps... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking minix/config.h presence... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether -lc should be explicitly linked in... yes
checking how to print strings... no
checking for putenv... yes
checking how to print strings... yes
checking dynamic linker characteristics... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) no
checking for windows.h... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
/usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking for random... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
yes
checking whether the shell understands "+="... yes
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
no
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... checking for rename... yes
ok
checking for dlfcn.h... checking for rindex... ok
checking for dlfcn.h... no
checking for objdir... .libs
no
no
checking for objdir... checking for setenv... .libs
no
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking for snprintf... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for sigsetmask... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for stpcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
yes
checking dynamic linker characteristics... checking for stpncpy... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) no
checking for windows.h... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) no
checking for windows.h... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... no
checking for strnlen... yes
checking for library containing dlsym... yes
checking for strrchr... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strstr... 64
checking for x86_64-w64-mingw32-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to use debuginfod... auto
checking for libdebuginfod >= 0.179... no
yes
checking for strtod... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking for bison... /home/ubuntixer/toolchain/downloads/binutils/missing bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... yes
checking for library containing dlsym... yes
checking for library containing dlsym... yes
checking for strverscmp... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for tmpnam... 64
checking sys/time.h usability... 64
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
yes
checking for vasprintf... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for setitimer... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking whether byte ordering is bigendian... yes
checking for vfprintf... no
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... no
/usr/bin/msgmerge
yes
checking for vprintf... checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/gmon_out.h usability... checking for bison... /home/ubuntixer/toolchain/downloads/binutils/missing bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... no
checking sys/gmon_out.h presence... yes
checking for vsnprintf... no
checking for sys/gmon_out.h... no
checking for a known getopt prototype in unistd.h... yes
checking for library containing fabs... yes
checking for vsprintf... none required
yes
checking for waitpid... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
configure: updating cache ./config.cache
no
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... no
checking for vfork... none needed
checking whether yytext is a pointer... no
checking for _doprnt... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for canonicalize_file_name... no
checking whether NLS is requested... no
checking whether NLS is requested... no
no
checking for msgfmt... checking for dup3... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-ranlib... (cached) x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for build system executable suffix... no
checking for getrlimit... no
checking size of long... no
checking for getrusage... config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating gconfig.h
no
checking for getsysinfo... config.status: executing depfiles commands
none needed
checking whether yytext is a pointer... no
checking for gettimeofday... (cached) yes
checking for on_exit... config.status: executing libtool commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
no
checking for pipe2... 4
checking size of long long... no
checking for psignal... mkdir -p -- ./ld
Configuring in ./ld
no
checking for pstat_getdynamic... no
checking for pstat_getstatic... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... no
checking whether NLS is requested... no
checking whether NLS is requested... no
no
avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for msgfmt... checking for realpath... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... checking for xgettext... /usr/bin/xgettext
/bin/mkdir -p
checking for gawk... mawk
checking whether make sets $(MAKE)... checking for msgmerge... /usr/bin/msgmerge
yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking for memory.h... (cached) yes
no
checking for sys/stat.h... (cached) yes
checking for setrlimit... checking for sys/types.h... (cached) yes
checking whether the C compiler works... checking for unistd.h... (cached) yes
checking whether compiling a cross-assembler... yes
checking for strsignal... no
checking for sbrk... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... no
checking for LC_MESSAGES... no
checking for working assert macro... no
.exe
checking for spawnve... checking whether we are cross compiling... yes
checking for suffix of object files... 8
checking fcntl.h usability... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
yes
checking for a known getopt prototype in unistd.h... yes
checking fcntl.h presence... checking for spawnvpe... yes
checking for fcntl.h... yes
yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
yes
checking whether declaration is required for environ... checking sys/file.h usability... yes
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... checking for strerror... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
no
checking whether declaration is required for ffs... checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking for strsignal... yes
checking whether asprintf is declared... gcc3
yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether we are using the GNU C++ compiler... checking for sys/types.h... (cached) yes
yes
checking for unistd.h... (cached) yes
no
checking for sys/wait.h that is POSIX.1 compatible... checking for sysconf... checking whether mempcpy is declared... yes
checking whether x86_64-w64-mingw32-g++ accepts -g... yes
no
checking dependency style of x86_64-w64-mingw32-g++... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for sys/param.h... checking whether stpcpy is declared... no
checking for sysctl... gcc3
checking for grep that handles long lines and -e... /bin/grep
checking how to run the C preprocessor... yes
no
checking for struct stat.st_mtim.tv_sec in sys/stat.h... checking for getpagesize... x86_64-w64-mingw32-gcc -E
no
no
checking for struct stat.st_mtim.tv_nsec in sys/stat.h... checking for sysmp... checking for egrep... /bin/grep -E
checking for ANSI C header files... no
yes
checking for working mmap... no
checking for getc_unlocked... configure: updating cache ./config.cache
no
checking for table... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for sys/types.h... no
checking for mkdtemp... yes
checking for sys/stat.h... no
checking for times... no
yes
checking for mkstemp... checking for stdlib.h... no
checking for wait3... yes
yes
checking for string.h... checking for sbrk... no
checking for wait4... yes
checking for memory.h... no
checking for utimensat... yes
checking for strings.h... no
checking whether basename is declared... yes
no
checking for inttypes.h... checking for utimes... no
checking whether ffs is declared... yes
checking for stdint.h... no
checking for mbstate_t... no
checking whether asprintf is declared... yes
checking for unistd.h... yes
checking for struct stat.st_atim.tv_nsec... yes
yes
checking whether vasprintf is declared... checking minix/config.h usability... no
checking for struct stat.st_atimespec.tv_nsec... yes
no
checking minix/config.h presence... checking whether snprintf is declared... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for struct stat.st_atimensec... yes
checking whether vsnprintf is declared... yes
checking how to print strings... no
checking for struct stat.st_atim.st__tim.tv_nsec... printf
checking for a sed that does not truncate output... yes
/bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... checking whether calloc is declared... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... no
checking for library containing frexp... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
yes
checking whether the shell understands "+="... yes
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... checking whether getenv is declared... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... none required
checking for LC_MESSAGES... yes
checking whether getopt is declared... config.status: creating gdb.ini
no
checking for a known getopt prototype in unistd.h... config.status: creating Makefile
config.status: creating doc/Makefile
yes
yes
checking for utime.h... checking whether malloc is declared... ok
checking for dlfcn.h... config.status: creating po/Makefile.in
yes
checking whether asprintf is declared... config.status: creating config.h
yes
no
checking for objdir... .libs
config.status: executing depfiles commands
checking whether realloc is declared... yes
checking whether environ is declared... yes
checking whether sbrk is declared... yes
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... checking whether getc_unlocked is declared... no
checking whether strtol is declared... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking whether sbrk is declared... yes
checking whether strtoul is declared... no
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking whether stpcpy is declared... yes
checking whether strtoll is declared... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking whether strnlen is declared... yes
checking whether strtoull is declared... yes
checking dynamic linker characteristics... yes
checking iconv.h usability... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... yes
config.status: executing libtool commands
checking whether strverscmp is declared... x86_64-w64-mingw32-g++ -E
no
checking iconv.h presence... config.status: executing default-1 commands
no
checking for iconv.h... no
checking for ld used by GCC... config.status: creating po/POTFILES
no
config.status: creating po/Makefile
/usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... config.status: executing default commands
yes
checking for shared library run path origin... checking whether strnlen is declared... done
checking for iconv... yes
checking whether canonicalize_file_name must be declared... checking for ld used by x86_64-w64-mingw32-g++... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking whether the x86_64-w64-mingw32-g++ linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no, consider installing GNU libiconv
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
checking for x86_64-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... configure: updating cache ./config.cache
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking if x86_64-w64-mingw32-g++ static flag -static works... yes
checking if x86_64-w64-mingw32-g++ supports -c -o file.o... configure: creating ./config.status
yes
checking if x86_64-w64-mingw32-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-g++ linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for dlfcn.h... (cached) no
checking for windows.h... config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
mkdir -p -- ./bfd
Configuring in ./bfd
make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/libiberty“ wird betreten
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-noasandir
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/dwarfnames.c -o dwarfnames.o
configure: creating cache ./config.cache
checking build system type... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/dyn-string.c -o dyn-string.o
x86_64-w64-mingw32
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fdmatch.c -o fdmatch.o
yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fibheap.c -o fibheap.o
config.status: creating Makefile
config.status: creating doc/Makefile
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... config.status: creating po/Makefile.in
config.status: creating config.h
o
checking whether we are using the GNU C compiler... config.status: executing depfiles commands
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/filedescriptor.c -o pic/filedescriptor.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/filedescriptor.c -o filedescriptor.o
none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... config.status: executing libtool commands
gcc3
checking how to run the C preprocessor... config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for library containing dlsym... mkdir -p -- ./opcodes
Configuring in ./opcodes
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for stdlib.h... configure: creating cache ./config.cache
yes
checking build system type... 64
x86_64-pc-linux-gnu
checking host system type... checking for string.h... x86_64-w64-mingw32
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... yes
/bin/mkdir -p
checking for gawk... mawk
checking whether make sets $(MAKE)... checking for memory.h... yes
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking for LC_MESSAGES... checking whether make supports nested variables... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for strings.h... checking for xgettext... /usr/bin/xgettext
checking whether the C compiler works... checking for msgmerge... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/filename_cmp.c -o filename_cmp.o
/usr/bin/msgmerge
yes
checking for bison... /home/ubuntixer/toolchain/downloads/binutils/missing bison -y
checking for flex... flex
checking for inttypes.h... checking lex output file root... lex.yy
checking lex library... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... yes
checking for stdint.h... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/floatformat.c -o floatformat.o
.exe
checking whether we are cross compiling... yes
checking for suffix of object files... yes
checking for unistd.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking minix/config.h usability... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fnmatch.c -o fnmatch.o
no
checking minix/config.h presence... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... yes
checking how to print strings... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/fopen_unlocked.c -o fopen_unlocked.o
printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... gcc3
checking how to run the C preprocessor... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getopt.c -o getopt.o
x86_64-w64-mingw32-gcc -E
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... (cached) x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking for sys/types.h... yes
ok
checking for dlfcn.h... checking for sys/stat.h... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getopt1.c -o getopt1.o
yes
no
checking for objdir... .libs
checking for stdlib.h... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getpwd.c -o getpwd.o
yes
checking for string.h... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/getruntime.c -o getruntime.o
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... yes
checking for memory.h... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/hashtab.c -o hashtab.o
no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
yes
checking if x86_64-w64-mingw32-gcc static flag -static works... checking for strings.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... checking for inttypes.h... yes
yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... checking for stdint.h... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) no
checking for windows.h... yes
checking for unistd.h... yes
checking minix/config.h usability... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/hex.c -o noasan/hex.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/hex.c -o hex.o
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/lbasename.c -o lbasename.o
yes
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking how to print strings... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/lrealpath.c -o lrealpath.o
printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... none needed
checking whether yytext is a pointer... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... (cached) x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... ok
checking for dlfcn.h... no
checking for objdir... .libs
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking how to compare bootstrapped objects... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... cmp --ignore-initial=16 $$f1 $$f2
checking fcntl.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking elf-hints.h usability... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking dynamic linker characteristics... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/make-relative-prefix.c -o make-relative-prefix.o
Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... no
checking elf-hints.h presence... yes
no
checking for elf-hints.h... no
checking limits.h usability... yes
checking limits.h presence... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... no
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... yes
checking for limits.h... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for inttypes.h... (cached) yes
checking for msgmerge... /usr/bin/msgmerge
checking for stdint.h... (cached) yes
checking sys/file.h usability... checking for build system executable suffix... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/make-temp-file.c -o make-temp-file.o
yes
checking sys/file.h presence... no
checking whether basename is declared... yes
checking for sys/file.h... yes
checking sys/mman.h usability... yes
checking for library containing dlsym... no
checking whether stpcpy is declared... no
checking sys/mman.h presence... no
checking for sys/mman.h... no
checking sys/param.h usability... no
checking for sigsetjmp... yes
checking sys/param.h presence...
checking linker --as-needed support... yes
checking for cos in -lm... yes
checking for sys/param.h... yes
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
64
yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for close... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... no
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
checking for glob... checking size of long long... no
checking for lseek... yes
checking for mkstemp... yes
checking for open... yes
checking for realpath... no
checking for sbrk... no
checking for waitpid... 8
checking size of void *... no
checking whether asprintf is declared... yes
checking whether environ is declared... yes
checking whether sbrk is declared... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/objalloc.c -o objalloc.o
config.status: creating Makefile
no
checking for stdlib.h... (cached) yes
config.status: creating po/Makefile.in
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... config.status: creating config.h
config.status: executing depfiles commands
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/obstack.c -o obstack.o
yes
checking for working mmap... no
checking for library containing dlopen... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/partition.c -o noasan/partition.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/partition.c -o partition.o
no
checking for a known getopt prototype in unistd.h... 8
checking size of long... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pexecute.c -o pexecute.o
yes
checking whether ANSI C string concatenation works... yes
checking size of void *... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/physmem.c -o physmem.o
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pex-common.c -o pex-common.o
4
checking size of int... 8
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pex-win32.c -o pic/pex-win32.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pex-win32.c -o noasan/pex-win32.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/pex-win32.c -o pex-win32.o
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/vprintf-support.c -o vprintf-support.o
4
checking for build system executable suffix... if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
if [ x"" != x ]; then \
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
x86_64-w64-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../downloads/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../downloads/binutils/libiberty/rust-demangle.c -o rust-demangle.o
no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/resource.h usability... no
checking sys/resource.h presence... no
checking for sys/resource.h... no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl... no
checking for fdopen... yes
checking for fileno... yes
checking for fls... no
checking for getgid... no
checking for getpagesize... yes
checking for getrlimit... no
checking for getuid... no
checking for sysconf... no
checking whether basename is declared... no
checking whether ffs is declared... config.status: creating Makefile
config.status: creating po/Makefile.in
no
config.status: creating config.h
checking whether stpcpy is declared... config.status: executing depfiles commands
no
make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/libiberty“ wird verlassen
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether strnlen is declared... yes
checking compiler support for hidden visibility... no
checking linker --as-needed support... yes
checking for cos in -lm... yes
checking for gcc version with buggy 64-bit support... no
checking for ftello... yes
checking for ftello64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for fopen64... yes
checking whether ftello is declared... yes
checking whether ftello64 is declared... yes
checking whether fseeko is declared... yes
checking whether fseeko64 is declared... yes
checking whether fopen64 is declared... yes
checking size of off_t... config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing default commands
8
checking file_ptr type... BFD_HOST_64_BIT
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for madvise... no
checking for mprotect... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating bfd-in3.h
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing default commands
make[1]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils“ wird verlassen
make[1]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils“ wird betreten
/bin/bash ../../downloads/binutils/mkinstalldirs /home/ubuntixer/local/avrWindows64 /home/ubuntixer/local/avrWindows64
make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd“ wird betreten
creating bfdver.h
/bin/sed -e s/NN/32/g < ../../../downloads/binutils/bfd/elfxx-target.h > elf32-target.h
/bin/sed -e s/NN/64/g < ../../../downloads/binutils/bfd/elfxx-target.h > elf64-target.h
rm -f targmatch.h
/bin/sed -f ../../../downloads/binutils/bfd/targmatch.sed < ../../../downloads/binutils/bfd/config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
make install-recursive
make[3]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd“ wird betreten
Making install in doc
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd/doc“ wird betreten
gcc -o chw$$ \
-I.. -I../../../../downloads/binutils/bfd/doc/.. -I../../../../downloads/binutils/bfd/doc/../../include -I../../../../downloads/binutils/bfd/doc/../../intl -I../../intl ../../../../downloads/binutils/bfd/doc/chew.c; \
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change \
chw$$ chew; \
touch chew.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../aoutx.h >aoutx.tmp
test -e aoutx.texi || test ! -f ../../../../downloads/binutils/bfd/doc/aoutx.texi || ln -s ../../../../downloads/binutils/bfd/doc/aoutx.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
touch aoutx.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../archive.c >archive.tmp
test -e archive.texi || test ! -f ../../../../downloads/binutils/bfd/doc/archive.texi || ln -s ../../../../downloads/binutils/bfd/doc/archive.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change archive.tmp archive.texi
touch archive.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../archures.c >archures.tmp
test -e archures.texi || test ! -f ../../../../downloads/binutils/bfd/doc/archures.texi || ln -s ../../../../downloads/binutils/bfd/doc/archures.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change archures.tmp archures.texi
touch archures.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../bfd.c >bfd.tmp
test -e bfdt.texi || test ! -f ../../../../downloads/binutils/bfd/doc/bfdt.texi || ln -s ../../../../downloads/binutils/bfd/doc/bfdt.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change bfd.tmp bfdt.texi
touch bfdt.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../cache.c >cache.tmp
test -e cache.texi || test ! -f ../../../../downloads/binutils/bfd/doc/cache.texi || ln -s ../../../../downloads/binutils/bfd/doc/cache.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change cache.tmp cache.texi
touch cache.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../coffcode.h >coffcode.tmp
test -e coffcode.texi || test ! -f ../../../../downloads/binutils/bfd/doc/coffcode.texi || ln -s ../../../../downloads/binutils/bfd/doc/coffcode.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change coffcode.tmp coffcode.texi
touch coffcode.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../corefile.c >core.tmp
test -e core.texi || test ! -f ../../../../downloads/binutils/bfd/doc/core.texi || ln -s ../../../../downloads/binutils/bfd/doc/core.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change core.tmp core.texi
touch core.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../elf.c >elf.tmp
test -e elf.texi || test ! -f ../../../../downloads/binutils/bfd/doc/elf.texi || ln -s ../../../../downloads/binutils/bfd/doc/elf.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change elf.tmp elf.texi
touch elf.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../elfcode.h >elfcode.tmp
test -e elfcode.texi || test ! -f ../../../../downloads/binutils/bfd/doc/elfcode.texi || ln -s ../../../../downloads/binutils/bfd/doc/elfcode.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
touch elfcode.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../format.c >format.tmp
test -e format.texi || test ! -f ../../../../downloads/binutils/bfd/doc/format.texi || ln -s ../../../../downloads/binutils/bfd/doc/format.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change format.tmp format.texi
touch format.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../libbfd.c >libbfd.tmp
test -e libbfd.texi || test ! -f ../../../../downloads/binutils/bfd/doc/libbfd.texi || ln -s ../../../../downloads/binutils/bfd/doc/libbfd.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change libbfd.tmp libbfd.texi
touch libbfd.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../bfdwin.c >bfdwin.tmp
test -e bfdwin.texi || test ! -f ../../../../downloads/binutils/bfd/doc/bfdwin.texi || ln -s ../../../../downloads/binutils/bfd/doc/bfdwin.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi
touch bfdwin.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../bfdio.c >bfdio.tmp
test -e bfdio.texi || test ! -f ../../../../downloads/binutils/bfd/doc/bfdio.texi || ln -s ../../../../downloads/binutils/bfd/doc/bfdio.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi
touch bfdio.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../opncls.c >opncls.tmp
test -e opncls.texi || test ! -f ../../../../downloads/binutils/bfd/doc/opncls.texi || ln -s ../../../../downloads/binutils/bfd/doc/opncls.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change opncls.tmp opncls.texi
touch opncls.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../reloc.c >reloc.tmp
test -e reloc.texi || test ! -f ../../../../downloads/binutils/bfd/doc/reloc.texi || ln -s ../../../../downloads/binutils/bfd/doc/reloc.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change reloc.tmp reloc.texi
touch reloc.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../section.c >section.tmp
test -e section.texi || test ! -f ../../../../downloads/binutils/bfd/doc/section.texi || ln -s ../../../../downloads/binutils/bfd/doc/section.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change section.tmp section.texi
touch section.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../syms.c >syms.tmp
test -e syms.texi || test ! -f ../../../../downloads/binutils/bfd/doc/syms.texi || ln -s ../../../../downloads/binutils/bfd/doc/syms.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change syms.tmp syms.texi
touch syms.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../targets.c >targets.tmp
test -e targets.texi || test ! -f ../../../../downloads/binutils/bfd/doc/targets.texi || ln -s ../../../../downloads/binutils/bfd/doc/targets.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change targets.tmp targets.texi
touch targets.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../init.c >init.tmp
test -e init.texi || test ! -f ../../../../downloads/binutils/bfd/doc/init.texi || ln -s ../../../../downloads/binutils/bfd/doc/init.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change init.tmp init.texi
touch init.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../hash.c >hash.tmp
test -e hash.texi || test ! -f ../../../../downloads/binutils/bfd/doc/hash.texi || ln -s ../../../../downloads/binutils/bfd/doc/hash.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change hash.tmp hash.texi
touch hash.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../linker.c >linker.tmp
test -e linker.texi || test ! -f ../../../../downloads/binutils/bfd/doc/linker.texi || ln -s ../../../../downloads/binutils/bfd/doc/linker.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change linker.tmp linker.texi
touch linker.stamp
./chew -f ../../../../downloads/binutils/bfd/doc/doc.str < ../../../../downloads/binutils/bfd/doc/../mmo.c >mmo.tmp
test -e mmo.texi || test ! -f ../../../../downloads/binutils/bfd/doc/mmo.texi || ln -s ../../../../downloads/binutils/bfd/doc/mmo.texi .
/bin/bash ../../../../downloads/binutils/bfd/doc/../../move-if-change mmo.tmp mmo.texi
touch mmo.stamp
/bin/mkdir -p '/home/ubuntixer/local/avrWindows64/share/info'
/usr/bin/install -c -m 644 ../../../../downloads/binutils/bfd/doc/bfd.info '/home/ubuntixer/local/avrWindows64/share/info'
install-info --info-dir='/home/ubuntixer/local/avrWindows64/share/info' '/home/ubuntixer/local/avrWindows64/share/info/bfd.info'
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd/doc“ wird verlassen
Making install in po
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd/po“ wird betreten
( if test 'x../../../../downloads/binutils/bfd/po' != 'x.'; then \
posrcprefix='../../../../downloads/binutils/bfd/'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < ../../../../downloads/binutils/bfd/po/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@.*@ ../& \\\\@" < ../../../../downloads/binutils/bfd/po/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/bash ./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[4]: Für das Ziel „install“ ist nichts zu tun.
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd/po“ wird verlassen
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd“ wird betreten
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/bash ../../../downloads/binutils/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../../downloads/binutils/bfd/archive.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../../downloads/binutils/bfd/archive.c -o archive.o
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=avr_elf32_vec -DSELECT_VECS='&avr_elf32_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_avr_arch' ../../../downloads/binutils/bfd/archures.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=avr_elf32_vec "-DSELECT_VECS=&avr_elf32_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_avr_arch" ../../../downloads/binutils/bfd/archures.c -o archures.o
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../../downloads/binutils/bfd/bfd.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../../downloads/binutils/bfd/bfd.c -o bfd.o
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../../downloads/binutils/bfd/bfdio.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../../downloads/binutils/bfd/bfdio.c -o bfdio.o
mv -f .deps/bfdio.Tpo .deps/bfdio.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../../downloads/binutils/bfd/bfdwin.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../../downloads/binutils/bfd/bfdwin.c -o bfdwin.o
mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../../downloads/binutils/bfd/cache.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../../downloads/binutils/bfd/cache.c -o cache.o
mv -f .deps/cache.Tpo .deps/cache.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo ../../../downloads/binutils/bfd/coff-bfd.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c ../../../downloads/binutils/bfd/coff-bfd.c -o coff-bfd.o
mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../../downloads/binutils/bfd/compress.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../../downloads/binutils/bfd/compress.c -o compress.o
mv -f .deps/compress.Tpo .deps/compress.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../../downloads/binutils/bfd/corefile.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../../downloads/binutils/bfd/corefile.c -o corefile.o
mv -f .deps/corefile.Tpo .deps/corefile.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c -o elf-properties.lo ../../../downloads/binutils/bfd/elf-properties.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c ../../../downloads/binutils/bfd/elf-properties.c -o elf-properties.o
mv -f .deps/elf-properties.Tpo .deps/elf-properties.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../../downloads/binutils/bfd/format.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../../downloads/binutils/bfd/format.c -o format.o
mv -f .deps/format.Tpo .deps/format.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../../downloads/binutils/bfd/hash.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../../downloads/binutils/bfd/hash.c -o hash.o
mv -f .deps/hash.Tpo .deps/hash.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../../downloads/binutils/bfd/init.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../../downloads/binutils/bfd/init.c -o init.o
mv -f .deps/init.Tpo .deps/init.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../../downloads/binutils/bfd/libbfd.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../../downloads/binutils/bfd/libbfd.c -o libbfd.o
mv -f .deps/libbfd.Tpo .deps/libbfd.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../../downloads/binutils/bfd/linker.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../../downloads/binutils/bfd/linker.c -o linker.o
mv -f .deps/linker.Tpo .deps/linker.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../../downloads/binutils/bfd/merge.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../../downloads/binutils/bfd/merge.c -o merge.o
mv -f .deps/merge.Tpo .deps/merge.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../../downloads/binutils/bfd/opncls.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../../downloads/binutils/bfd/opncls.c -o opncls.o
mv -f .deps/opncls.Tpo .deps/opncls.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../../downloads/binutils/bfd/reloc.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../../downloads/binutils/bfd/reloc.c -o reloc.o
mv -f .deps/reloc.Tpo .deps/reloc.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../../downloads/binutils/bfd/section.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../../downloads/binutils/bfd/section.c -o section.o
mv -f .deps/section.Tpo .deps/section.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../../downloads/binutils/bfd/simple.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../../downloads/binutils/bfd/simple.c -o simple.o
mv -f .deps/simple.Tpo .deps/simple.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../../downloads/binutils/bfd/stab-syms.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../../downloads/binutils/bfd/stab-syms.c -o stab-syms.o
mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../../downloads/binutils/bfd/stabs.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../../downloads/binutils/bfd/stabs.c -o stabs.o
mv -f .deps/stabs.Tpo .deps/stabs.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../../downloads/binutils/bfd/syms.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../../downloads/binutils/bfd/syms.c -o syms.o
mv -f .deps/syms.Tpo .deps/syms.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=avr_elf32_vec -DSELECT_VECS='&avr_elf32_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_avr_arch' ../../../downloads/binutils/bfd/targets.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=avr_elf32_vec "-DSELECT_VECS=&avr_elf32_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_avr_arch" ../../../downloads/binutils/bfd/targets.c -o targets.o
mv -f .deps/targets.Tpo .deps/targets.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../../downloads/binutils/bfd/binary.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../../downloads/binutils/bfd/binary.c -o binary.o
mv -f .deps/binary.Tpo .deps/binary.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../../downloads/binutils/bfd/ihex.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../../downloads/binutils/bfd/ihex.c -o ihex.o
mv -f .deps/ihex.Tpo .deps/ihex.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../../downloads/binutils/bfd/srec.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../../downloads/binutils/bfd/srec.c -o srec.o
mv -f .deps/srec.Tpo .deps/srec.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../../downloads/binutils/bfd/tekhex.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../../downloads/binutils/bfd/tekhex.c -o tekhex.o
mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../../downloads/binutils/bfd/verilog.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../../downloads/binutils/bfd/verilog.c -o verilog.o
mv -f .deps/verilog.Tpo .deps/verilog.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c -o elf32-avr.lo ../../../downloads/binutils/bfd/elf32-avr.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c ../../../downloads/binutils/bfd/elf32-avr.c -o elf32-avr.o
mv -f .deps/elf32-avr.Tpo .deps/elf32-avr.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../../downloads/binutils/bfd/elf32.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../../downloads/binutils/bfd/elf32.c -o elf32.o
mv -f .deps/elf32.Tpo .deps/elf32.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../../downloads/binutils/bfd/elf.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../../downloads/binutils/bfd/elf.c -o elf.o
mv -f .deps/elf.Tpo .deps/elf.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../../downloads/binutils/bfd/elflink.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../../downloads/binutils/bfd/elflink.c -o elflink.o
mv -f .deps/elflink.Tpo .deps/elflink.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../../downloads/binutils/bfd/elf-attrs.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../../downloads/binutils/bfd/elf-attrs.c -o elf-attrs.o
mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../../downloads/binutils/bfd/elf-strtab.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../../downloads/binutils/bfd/elf-strtab.c -o elf-strtab.o
mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../../downloads/binutils/bfd/elf-eh-frame.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../../downloads/binutils/bfd/elf-eh-frame.c -o elf-eh-frame.o
mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../../downloads/binutils/bfd/dwarf1.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../../downloads/binutils/bfd/dwarf1.c -o dwarf1.o
mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/home/ubuntixer/local/avrWindows64/lib/debug\" ../../../downloads/binutils/bfd/dwarf2.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/home/ubuntixer/local/avrWindows64/lib/debug\" ../../../downloads/binutils/bfd/dwarf2.c -o dwarf2.o
mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../../downloads/binutils/bfd/elf32-gen.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../../downloads/binutils/bfd/elf32-gen.c -o elf32-gen.o
mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo ../../../downloads/binutils/bfd/plugin.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../../../downloads/binutils/bfd/plugin.c -o plugin.o
mv -f .deps/plugin.Tpo .deps/plugin.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT cpu-avr.lo -MD -MP -MF .deps/cpu-avr.Tpo -c -o cpu-avr.lo ../../../downloads/binutils/bfd/cpu-avr.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT cpu-avr.lo -MD -MP -MF .deps/cpu-avr.Tpo -c ../../../downloads/binutils/bfd/cpu-avr.c -o cpu-avr.o
mv -f .deps/cpu-avr.Tpo .deps/cpu-avr.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR='"/home/ubuntixer/local/avrWindows64/bin"' -DLIBDIR='"/home/ubuntixer/local/avrWindows64/lib"' -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../../downloads/binutils/bfd/archive64.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/bfd -DBINDIR=\"/home/ubuntixer/local/avrWindows64/bin\" -DLIBDIR=\"/home/ubuntixer/local/avrWindows64/lib\" -I. -I../../../downloads/binutils/bfd -I../../../downloads/binutils/bfd/../include -DHAVE_avr_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../../downloads/binutils/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
rm -f tofiles
f=""; \
for i in elf32-avr.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-gen.lo plugin.lo cpu-avr.lo archive64.lo ; do \
case " $f " in \
*" $i "*) ;; \
*) f="$f $i" ;; \
esac ; \
done ; \
echo $f > tofiles
/bin/bash ../../../downloads/binutils/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/bash ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/bfd/../zlib -g -O2 -rpath /home/ubuntixer/local/avrWindows64/x86_64-w64-mingw32/avr/lib -release `cat libtool-soversion` -Wl,--stack,12582912 -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles` -L./../zlib -lz
libtool: link: x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf32-avr.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-gen.o plugin.o cpu-avr.o archive64.o
libtool: link: x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/bash ./libtool --config | /bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
cp $libtooldir/libbfd.a libbfd.tmp; \
x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so libbfd.tmp; \
/bin/bash ../../../downloads/binutils/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[5]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd“ wird betreten
make[5]: Für das Ziel „install-exec-am“ ist nichts zu tun.
make[5]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd“ wird verlassen
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd“ wird verlassen
make[3]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd“ wird verlassen
make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/bfd“ wird verlassen
make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/opcodes“ wird betreten
Making install in .
make[3]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/opcodes“ wird betreten
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/opcodes -I. -I../../../downloads/binutils/opcodes -I../bfd -I../../../downloads/binutils/opcodes/../include -I../../../downloads/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../../downloads/binutils/opcodes/dis-buf.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/opcodes -I. -I../../../downloads/binutils/opcodes -I../bfd -I../../../downloads/binutils/opcodes/../include -I../../../downloads/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../../downloads/binutils/opcodes/dis-buf.c -o dis-buf.o
mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/opcodes -I. -I../../../downloads/binutils/opcodes -I../bfd -I../../../downloads/binutils/opcodes/../include -I../../../downloads/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_avr ../../../downloads/binutils/opcodes/disassemble.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/opcodes -I. -I../../../downloads/binutils/opcodes -I../bfd -I../../../downloads/binutils/opcodes/../include -I../../../downloads/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_avr ../../../downloads/binutils/opcodes/disassemble.c -o disassemble.o
mv -f .deps/disassemble.Tpo .deps/disassemble.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/opcodes -I. -I../../../downloads/binutils/opcodes -I../bfd -I../../../downloads/binutils/opcodes/../include -I../../../downloads/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../../downloads/binutils/opcodes/dis-init.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/opcodes -I. -I../../../downloads/binutils/opcodes -I../bfd -I../../../downloads/binutils/opcodes/../include -I../../../downloads/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../../downloads/binutils/opcodes/dis-init.c -o dis-init.o
mv -f .deps/dis-init.Tpo .deps/dis-init.Plo
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/opcodes -I. -I../../../downloads/binutils/opcodes -I../bfd -I../../../downloads/binutils/opcodes/../include -I../../../downloads/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT avr-dis.lo -MD -MP -MF .deps/avr-dis.Tpo -c -o avr-dis.lo ../../../downloads/binutils/opcodes/avr-dis.c
libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/opcodes -I. -I../../../downloads/binutils/opcodes -I../bfd -I../../../downloads/binutils/opcodes/../include -I../../../downloads/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT avr-dis.lo -MD -MP -MF .deps/avr-dis.Tpo -c ../../../downloads/binutils/opcodes/avr-dis.c -o avr-dis.o
mv -f .deps/avr-dis.Tpo .deps/avr-dis.Plo
/bin/bash ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -rpath /home/ubuntixer/local/avrWindows64/x86_64-w64-mingw32/avr/lib -release `cat ../bfd/libtool-soversion` -Wl,--stack,12582912 -o libopcodes.la dis-buf.lo disassemble.lo dis-init.lo avr-dis.lo
libtool: link: x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o avr-dis.o
libtool: link: x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
cp $libtooldir/libopcodes.a libopcodes.tmp; \
x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/9.3-win32/liblto_plugin.so libopcodes.tmp; \
/bin/bash ../../../downloads/binutils/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/opcodes“ wird betreten
make[4]: Für das Ziel „install-exec-am“ ist nichts zu tun.
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/opcodes“ wird verlassen
make[3]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/opcodes“ wird verlassen
Making install in po
make[3]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/opcodes/po“ wird betreten
make[3]: Für das Ziel „install“ ist nichts zu tun.
make[3]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/opcodes/po“ wird verlassen
make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/opcodes“ wird verlassen
make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils“ wird betreten
if [ -r sysinfo.c ]; then \
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/binutils/../zlib sysinfo.c ; \
else \
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/binutils/../zlib ../../../downloads/binutils/binutils/sysinfo.c ; \
fi
gcc -c -I. -I../../../downloads/binutils/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/binutils/../zlib ../../../downloads/binutils/binutils/syslex_wrap.c
gcc -o sysinfo sysinfo.o syslex_wrap.o
./sysinfo -d <../../../downloads/binutils/binutils/sysroff.info >sysroff.h
make install-recursive
make[3]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils“ wird betreten
Making install in doc
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils/doc“ wird betreten
if test -f cxxfilt.man; then \
man=cxxfilt.man; \
else \
man=../../../../downloads/binutils/binutils/doc/cxxfilt.man; \
fi; \
sed -e 's/@PROGRAM@/c++filt/' \
-e 's/cxxfilt/c++filt/' < $man \
> c++filt.1
make[5]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils/doc“ wird betreten
make[5]: Für das Ziel „install-exec-am“ ist nichts zu tun.
/bin/mkdir -p '/home/ubuntixer/local/avrWindows64/share/info'
/usr/bin/install -c -m 644 ../../../../downloads/binutils/binutils/doc/binutils.info '/home/ubuntixer/local/avrWindows64/share/info'
install-info --info-dir='/home/ubuntixer/local/avrWindows64/share/info' '/home/ubuntixer/local/avrWindows64/share/info/binutils.info'
/bin/mkdir -p '/home/ubuntixer/local/avrWindows64/share/man/man1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/addr2line.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-addr2line.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/ar.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-ar.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/dlltool.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-dlltool.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/nm.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-nm.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/objcopy.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-objcopy.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/objdump.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-objdump.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/ranlib.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-ranlib.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/readelf.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-readelf.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/size.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-size.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/strings.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-strings.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/strip.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-strip.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/elfedit.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-elfedit.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/windres.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-windres.1'
/usr/bin/install -c -m 644 '../../../../downloads/binutils/binutils/doc/windmc.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-windmc.1'
/usr/bin/install -c -m 644 'c++filt.1' '/home/ubuntixer/local/avrWindows64/share/man/man1/avr-c++filt.1'
make[5]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils/doc“ wird verlassen
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils/doc“ wird verlassen
Making install in po
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils/po“ wird betreten
make[4]: Für das Ziel „install“ ist nichts zu tun.
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils/po“ wird verlassen
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils“ wird betreten
depbase=`echo size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/binutils -I. -I../../../downloads/binutils/binutils -I../bfd -I../../../downloads/binutils/binutils/../bfd -I../../../downloads/binutils/binutils/../include -DLOCALEDIR="\"/home/ubuntixer/local/avrWindows64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/binutils/../zlib -g -O2 -MT size.o -MD -MP -MF $depbase.Tpo -c -o size.o ../../../downloads/binutils/binutils/size.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bucomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/binutils -I. -I../../../downloads/binutils/binutils -I../bfd -I../../../downloads/binutils/binutils/../bfd -I../../../downloads/binutils/binutils/../include -DLOCALEDIR="\"/home/ubuntixer/local/avrWindows64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/binutils/../zlib -g -O2 -MT bucomm.o -MD -MP -MF $depbase.Tpo -c -o bucomm.o ../../../downloads/binutils/binutils/bucomm.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/binutils -I. -I../../../downloads/binutils/binutils -I../bfd -I../../../downloads/binutils/binutils/../bfd -I../../../downloads/binutils/binutils/../include -DLOCALEDIR="\"/home/ubuntixer/local/avrWindows64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/binutils/../zlib -g -O2 -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o ../../../downloads/binutils/binutils/version.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo filemode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../downloads/binutils/binutils -I. -I../../../downloads/binutils/binutils -I../bfd -I../../../downloads/binutils/binutils/../bfd -I../../../downloads/binutils/binutils/../include -DLOCALEDIR="\"/home/ubuntixer/local/avrWindows64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../../downloads/binutils/binutils/../zlib -g -O2 -MT filemode.o -MD -MP -MF $depbase.Tpo -c -o filemode.o ../../../downloads/binutils/binutils/filemode.c &&\
mv -f $depbase.Tpo $depbase.Po
make[4]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils“ wird verlassen
make[3]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils“ wird verlassen
make[2]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils/binutils“ wird verlassen
make[1]: Verzeichnis „/home/ubuntixer/toolchain/buildWindows/binutils“ wird verlassen
Done in 48 seconds
More information about the Binutils
mailing list