>>> Building on amd64-3 under devel/msp430/gdb BDEPENDS = [devel/msp430/binutils;archivers/bzip2;sysutils/coreutils;devel/msp430/gcc;devel/gmake] DIST = [devel/msp430/gdb:msp430/msp430-gdb-7.2a-20111205.patch;devel/msp430/gdb:msp430/gdb-7.2a.tar.bz2] FULLPKGNAME = msp430-gdb-7.2ap4 RDEPENDS = [devel/msp430/binutils;devel/msp430/gcc] (Junk lock obtained for amd64-3 at 1779299318.17) >>> Running depends in devel/msp430/gdb at 1779299318.25 last junk was in archivers/lzip/plzip /usr/sbin/pkg_add -aI -Drepair coreutils-9.11 msp430-binutils-2.21.1ap3 msp430-gcc-4.6.3p5 was: /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 coreutils-9.11 gmake-4.4.1p0 msp430-binutils-2.21.1ap3 msp430-gcc-4.6.3p5 /usr/sbin/pkg_add -aI -Drepair coreutils-9.11 msp430-binutils-2.21.1ap3 msp430-gcc-4.6.3p5 >>> Running show-prepare-results in devel/msp430/gdb at 1779299323.07 ===> devel/msp430/gdb ===> Building from scratch msp430-gdb-7.2ap4 ===> msp430-gdb-7.2ap4 depends on: msp430-binutils->=2.21.1a -> msp430-binutils-2.21.1ap3 ===> msp430-gdb-7.2ap4 depends on: msp430-gcc->=4.6.3 -> msp430-gcc-4.6.3p5 ===> msp430-gdb-7.2ap4 depends on: coreutils-* -> coreutils-9.11 ===> msp430-gdb-7.2ap4 depends on: gmake-* -> gmake-4.4.1p0 ===> msp430-gdb-7.2ap4 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: c expat m curses z ===> found c.103.0 expat.17.1 m.10.1 curses.16.0 z.7.2 bzip2-1.0.8p0 coreutils-9.11 gmake-4.4.1p0 msp430-binutils-2.21.1ap3 msp430-gcc-4.6.3p5 (Junk lock released for amd64-3 at 1779299324.84) Woken up lang/rakudo distfiles size=19326029 >>> Running patch in devel/msp430/gdb at 1779299324.89 ===> devel/msp430/gdb ===> Checking files for msp430-gdb-7.2ap4 `/usr/ports/distfiles/msp430/gdb-7.2a.tar.bz2' is up to date. `/usr/ports/distfiles/msp430/msp430-gdb-7.2a-20111205.patch' is up to date. >> (SHA256) all files: OK ===> Extracting for msp430-gdb-7.2ap4 ===> Patching for msp430-gdb-7.2ap4 ===> Applying distribution patches for msp430-gdb-7.2ap4 ===> Applying distribution patch msp430-gdb-7.2a-20111205.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Copyright 2000-2011 Free Software Foundation, Inc. | |The material in this patch is a derivative work of the gdb package, |and is subject to licensing and copyright of its parent package. | |This patch adds/enhances support for the Texas Instruments MSP430 family of |microcontrollers to GNU gdb. The material incorporated is maintained |in a git repository hosted at: | | git://mspgcc.git.sourceforge.net/gitroot/mspgcc/gdb | |This patch incorporates changes between: | upstream/release/gdb-7.2a (c06d833afeb33bb26ac9649dc444cc0678ca357a) |and | gdb-7_2/gdb-7.2a (58c8225524d36fc0962289497226283f004d2628) | |To build, obtain the upstream release distribution from: | ftp://ftp.gnu.org/pub/gnu/gdb/gdb-7.2a.tar.bz2 | |Unpack the distribution, apply the patch, and build. (Note: The example |commands are in Bourne-shell syntax.) | | tar xjf gdb-7.2a.tar.bz2 | ( cd gdb-7.2 ; patch -p1 < ../msp430-gdb-7.2a-20111205.patch ) | mkdir -p BUILD/gdb | cd BUILD/gdb | ../../gdb-7.2/configure \ | --target=msp430 \ | --prefix=/usr/local/msp430 \ | 2>&1 | tee co | make 2>&1 | tee mo | make install 2>&1 | tee moi | |For support please use the mspgcc-users mailing list. You can subscribe at |https://lists.sourceforge.net/lists/listinfo/mspgcc-users. Once subscribed, |you can post by email to mspgcc-users@lists.sourceforge.net. To report |bugs, please file a tracker ticket on SourceForge at |https://sourceforge.net/tracker/?group_id=42303&atid=432701 | |Patch file generated: 2011-12-05T14:24:19-06:00 | |Log of relevant changes: |ad6c20c [2011-10-06 11:34:04 -0500] Consolidate decl/defn, hide unreferenced defn |ec15542 [2011-10-06 11:06:42 -0500] Remove undefined static function declarations |078b594 [2011-10-06 11:37:41 -0500] Remove dependence on hacked version number |b6227c5 [2011-01-03 15:51:28 -0600] Convert sim/msp430 to autoconf.ac and regenerate |94fc11f [2011-01-03 12:01:49 -0600] Return null pointer if no useful information found |4f1d068 [2010-07-16 19:50:34 -0500] Apply gdb-6.8.patch from c018dd1 |c9f44ae [2011-01-03 10:52:34 -0600] Remove gratuitous whitespace |6810f9a [2011-01-03 10:51:22 -0600] Run everything through GNU indent |c7026b3 [2010-12-13 11:06:53 -0600] patch from Luca Bruno |8c4adc3 [2010-01-14 11:58:49 +0000] Added patch for gcc 4.4.2 fixing incorrect structure pushing Fixed incorrect "call offset(sp)" instruction generation and simulation Fixed incorrect prologue generation for function with stack frame pointer caused by stack arguments and without local variables |00ba8a8 [2009-11-21 19:30:36 +0000] Added full support for DWARF2 frame info and epilogue-based unwinder. |032bcf9 [2009-10-25 10:25:58 +0000] git-svn-id: http://mspgcc4.svn.sourceforge.net/svnroot/mspgcc4@17 9c79f009-54bf-40f1-a1dd-edde5f34ab85 |a254b44 [2009-10-24 19:14:13 +0000] Added full support for GDB 6.8 and 7.0 Added support for GCC 4.4.2 | |diff --git gdb-7.2a.orig/bfd/archures.c gdb-7.2a/bfd/archures.c |index 0e08571..fa47f55 100644 |--- gdb-7.2a.orig/bfd/archures.c |+++ gdb-7.2a/bfd/archures.c -------------------------- Patching file bfd/archures.c using Plan A... Hunk #1 succeeded at 403. Hunk #2 succeeded at 417. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/bfd/bfd-in2.h gdb-7.2a/bfd/bfd-in2.h |index f97c67f..21f282a 100644 |--- gdb-7.2a.orig/bfd/bfd-in2.h |+++ gdb-7.2a/bfd/bfd-in2.h -------------------------- Patching file bfd/bfd-in2.h using Plan A... Hunk #1 succeeded at 2069. Hunk #2 succeeded at 2083. Hunk #3 succeeded at 4480. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/bfd/cpu-msp430.c gdb-7.2a/bfd/cpu-msp430.c |index 63c301a..88ed2ae 100644 |--- gdb-7.2a.orig/bfd/cpu-msp430.c |+++ gdb-7.2a/bfd/cpu-msp430.c -------------------------- Patching file bfd/cpu-msp430.c using Plan A... Hunk #1 succeeded at 65. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/bfd/elf32-msp430.c gdb-7.2a/bfd/elf32-msp430.c |index 285475c..837344e 100644 |--- gdb-7.2a.orig/bfd/elf32-msp430.c |+++ gdb-7.2a/bfd/elf32-msp430.c -------------------------- Patching file bfd/elf32-msp430.c using Plan A... Hunk #1 succeeded at 90. Hunk #2 succeeded at 120. Hunk #3 succeeded at 163. Hunk #4 succeeded at 470. Hunk #5 succeeded at 514. Hunk #6 succeeded at 586. Hunk #7 succeeded at 641. Hunk #8 succeeded at 665. Hunk #9 succeeded at 674. Hunk #10 succeeded at 981. Hunk #11 succeeded at 1036. Hunk #12 succeeded at 1094. Hunk #13 succeeded at 1149. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/bfd/libbfd.h gdb-7.2a/bfd/libbfd.h |index 3da79d9..4ca4f00 100644 |--- gdb-7.2a.orig/bfd/libbfd.h |+++ gdb-7.2a/bfd/libbfd.h -------------------------- Patching file bfd/libbfd.h using Plan A... Hunk #1 succeeded at 2134. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/bfd/reloc.c gdb-7.2a/bfd/reloc.c |index 7d16869..d083467 100644 |--- gdb-7.2a.orig/bfd/reloc.c |+++ gdb-7.2a/bfd/reloc.c -------------------------- Patching file bfd/reloc.c using Plan A... Hunk #1 succeeded at 5118. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/gdb/configure.tgt gdb-7.2a/gdb/configure.tgt |index 97a532f..4cb2ebd 100644 |--- gdb-7.2a.orig/gdb/configure.tgt |+++ gdb-7.2a/gdb/configure.tgt -------------------------- Patching file gdb/configure.tgt using Plan A... Hunk #1 succeeded at 367. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/gdb/msp430-tdep.c gdb-7.2a/gdb/msp430-tdep.c |new file mode 100644 |index 0000000..b008b76 |--- /dev/null |+++ gdb-7.2a/gdb/msp430-tdep.c -------------------------- (Creating file gdb/msp430-tdep.c...) Patching file gdb/msp430-tdep.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/include/elf/msp430.h gdb-7.2a/include/elf/msp430.h |index 44f5c51..31372c7 100644 |--- gdb-7.2a.orig/include/elf/msp430.h |+++ gdb-7.2a/include/elf/msp430.h -------------------------- Patching file include/elf/msp430.h using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 47. Hunk #3 succeeded at 62. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/include/opcode/msp430.h gdb-7.2a/include/opcode/msp430.h |index d3bf130..60ec9d6 100644 |--- gdb-7.2a.orig/include/opcode/msp430.h |+++ gdb-7.2a/include/opcode/msp430.h -------------------------- Patching file include/opcode/msp430.h using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 34. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/opcodes/msp430-dis.c gdb-7.2a/opcodes/msp430-dis.c |index 9d7edbe..22a6ebd 100644 |--- gdb-7.2a.orig/opcodes/msp430-dis.c |+++ gdb-7.2a/opcodes/msp430-dis.c -------------------------- Patching file opcodes/msp430-dis.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 51. Hunk #3 succeeded at 205. Hunk #4 succeeded at 222. Hunk #5 succeeded at 238. Hunk #6 succeeded at 252. Hunk #7 succeeded at 278. Hunk #8 succeeded at 312. Hunk #9 succeeded at 665. Hunk #10 succeeded at 824. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/configure gdb-7.2a/sim/configure |index b6488e2..9404d6b 100755 |--- gdb-7.2a.orig/sim/configure |+++ gdb-7.2a/sim/configure -------------------------- Patching file sim/configure using Plan A... Hunk #1 succeeded at 651. Hunk #2 succeeded at 3759. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/configure.tgt gdb-7.2a/sim/configure.tgt |index 592bc3c..0bb6b53 100644 |--- gdb-7.2a.orig/sim/configure.tgt |+++ gdb-7.2a/sim/configure.tgt -------------------------- Patching file sim/configure.tgt using Plan A... Hunk #1 succeeded at 82. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/Makefile.in gdb-7.2a/sim/msp430/Makefile.in |new file mode 100644 |index 0000000..c8c95d8 |--- /dev/null |+++ gdb-7.2a/sim/msp430/Makefile.in -------------------------- (Creating file sim/msp430/Makefile.in...) Patching file sim/msp430/Makefile.in using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/config.in gdb-7.2a/sim/msp430/config.in |new file mode 100644 |index 0000000..21724bc |--- /dev/null |+++ gdb-7.2a/sim/msp430/config.in -------------------------- (Creating file sim/msp430/config.in...) Patching file sim/msp430/config.in using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/configure gdb-7.2a/sim/msp430/configure |new file mode 100755 |index 0000000..13e5e55 |--- /dev/null |+++ gdb-7.2a/sim/msp430/configure -------------------------- (Creating file sim/msp430/configure...) Patching file sim/msp430/configure using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/configure.ac gdb-7.2a/sim/msp430/configure.ac |new file mode 100644 |index 0000000..59ce35c |--- /dev/null |+++ gdb-7.2a/sim/msp430/configure.ac -------------------------- (Creating file sim/msp430/configure.ac...) Patching file sim/msp430/configure.ac using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/interp.c gdb-7.2a/sim/msp430/interp.c |new file mode 100644 |index 0000000..5778c89 |--- /dev/null |+++ gdb-7.2a/sim/msp430/interp.c -------------------------- (Creating file sim/msp430/interp.c...) Patching file sim/msp430/interp.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/msp430-alu.c gdb-7.2a/sim/msp430/msp430-alu.c |new file mode 100644 |index 0000000..e013def |--- /dev/null |+++ gdb-7.2a/sim/msp430/msp430-alu.c -------------------------- (Creating file sim/msp430/msp430-alu.c...) Patching file sim/msp430/msp430-alu.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/stamp-h gdb-7.2a/sim/msp430/stamp-h |new file mode 100644 |index 0000000..8b13789 |--- /dev/null |+++ gdb-7.2a/sim/msp430/stamp-h -------------------------- (Creating file sim/msp430/stamp-h...) Patching file sim/msp430/stamp-h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/sysdep.h gdb-7.2a/sim/msp430/sysdep.h |new file mode 100644 |index 0000000..4035572 |--- /dev/null |+++ gdb-7.2a/sim/msp430/sysdep.h -------------------------- (Creating file sim/msp430/sysdep.h...) Patching file sim/msp430/sysdep.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/targ-map.c gdb-7.2a/sim/msp430/targ-map.c |new file mode 100644 |index 0000000..b494ca9 |--- /dev/null |+++ gdb-7.2a/sim/msp430/targ-map.c -------------------------- (Creating file sim/msp430/targ-map.c...) Patching file sim/msp430/targ-map.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git gdb-7.2a.orig/sim/msp430/targ-vals.h gdb-7.2a/sim/msp430/targ-vals.h |new file mode 100644 |index 0000000..9032f82 |--- /dev/null |+++ gdb-7.2a/sim/msp430/targ-vals.h -------------------------- (Creating file sim/msp430/targ-vals.h...) Patching file sim/msp430/targ-vals.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-bfd_doc_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- bfd/doc/Makefile.in.orig Tue Nov 30 11:51:27 2010 |+++ bfd/doc/Makefile.in Tue Nov 30 11:51:33 2010 -------------------------- Patching file bfd/doc/Makefile.in using Plan A... Hunk #1 succeeded at 68. done ===> Applying OpenBSD patch patch-etc_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- etc/Makefile.in.orig Tue Nov 30 11:51:06 2010 |+++ etc/Makefile.in Tue Nov 30 11:51:15 2010 -------------------------- Patching file etc/Makefile.in using Plan A... Hunk #1 succeeded at 64. done ===> Applying OpenBSD patch patch-gdb_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't install the xml syscall files which only contain Linux' syscalls. | |--- gdb/Makefile.in.orig Thu Sep 1 19:30:12 2011 |+++ gdb/Makefile.in Thu Sep 1 19:30:12 2011 -------------------------- Patching file gdb/Makefile.in using Plan A... Hunk #1 succeeded at 1004. done ===> Applying OpenBSD patch patch-gdb_doc_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- gdb/doc/Makefile.in.orig Tue Nov 30 11:50:40 2010 |+++ gdb/doc/Makefile.in Tue Nov 30 11:50:51 2010 -------------------------- Patching file gdb/doc/Makefile.in using Plan A... Hunk #1 succeeded at 71. done ===> Applying OpenBSD patch patch-libiberty_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libiberty/Makefile.in.orig Tue Nov 30 11:50:04 2010 |+++ libiberty/Makefile.in Tue Nov 30 11:50:19 2010 -------------------------- Patching file libiberty/Makefile.in using Plan A... Hunk #1 succeeded at 321. done ===> Applying OpenBSD patch patch-libiberty_testsuite_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |check-expandargv randomly succeeds or fails w/o a reason. | |--- libiberty/testsuite/Makefile.in.orig Tue Nov 30 12:51:50 2010 |+++ libiberty/testsuite/Makefile.in Tue Nov 30 12:52:01 2010 -------------------------- Patching file libiberty/testsuite/Makefile.in using Plan A... Hunk #1 succeeded at 45. done ===> Applying OpenBSD patch patch-sim_msp430_interp_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sim/msp430/interp.c |--- sim/msp430/interp.c.orig |+++ sim/msp430/interp.c -------------------------- Patching file sim/msp430/interp.c using Plan A... Hunk #1 succeeded at 1880. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in devel/msp430/gdb at 1779299337.13 ===> devel/msp430/gdb ===> Generating configure for msp430-gdb-7.2ap4 ===> Configuring for msp430-gdb-7.2ap4 Using /usr/obj/ports/msp430-gdb-7.2a/config.site (generated) configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site checking build system type... x86_64-unknown-openbsd7.9 checking host system type... x86_64-unknown-openbsd7.9 checking target system type... msp430-unknown-none checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gawk... (cached) awk checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16 checking for objdir... .libs checking for version 0.10 (or later revision) of PPL... no checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking libelf.h usability... yes checking libelf.h presence... yes checking for libelf.h... yes checking gelf.h usability... yes checking gelf.h presence... yes checking for gelf.h... yes checking libelf/libelf.h usability... no checking libelf/libelf.h presence... no checking for libelf/libelf.h... no checking libelf/gelf.h usability... no checking libelf/gelf.h presence... no checking for libelf/gelf.h... no checking for the correct version of libelf... yes checking for elf_getshdrstrndx... yes checking for default BUILD_CONFIG... checking for bison... yacc checking for bison... bison checking for gm4... gm4 checking for flex... (cached) flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... (cached) /usr/bin/ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for msp430-cc... no checking for msp430-gcc... msp430-gcc checking for msp430-c++... msp430-c++ checking for msp430-gcc... msp430-gcc checking for msp430-gcj... no checking for msp430-gfortran... no checking for msp430-ar... msp430-ar checking for msp430-as... msp430-as checking for msp430-dlltool... no checking for msp430-ld... msp430-ld checking for msp430-lipo... no checking for msp430-nm... msp430-nm checking for msp430-objdump... msp430-objdump checking for msp430-ranlib... msp430-ranlib checking for msp430-strip... msp430-strip checking for msp430-windres... no checking for msp430-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 gcj... pre-installed checking where to find the target gfortran... 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 objdump... pre-installed checking where to find the target ranlib... 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 checking whether -fkeep-inline-functions is supported... yes configure: creating ./config.status config.status: creating Makefile >>> Running build in devel/msp430/gdb at 1779299346.38 ===> devel/msp430/gdb ===> Building for msp430-gdb-7.2ap4 gmake[1]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2' Configuring in ./libiberty configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for perl... (cached) /usr/bin/perl checking build system type... x86_64-unknown-openbsd7.9 checking host system type... x86_64-unknown-openbsd7.9 checking for x86_64-unknown-openbsd7.9-ar... ar checking for x86_64-unknown-openbsd7.9-ranlib... ranlib checking for x86_64-unknown-openbsd7.9-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to run the C preprocessor... cc -E checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wc++-compat... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -pedantic ... yes checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking for sys/file.h... (cached) yes checking for sys/param.h... (cached) yes checking for limits.h... (cached) yes checking for stdlib.h... (cached) yes checking for malloc.h... (cached) no checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... (cached) yes checking for fcntl.h... (cached) yes checking for alloca.h... no checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... no checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... (cached) yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether errno must be declared... no checking size of int... 4 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking for uintptr_t... yes checking for pid_t... (cached) yes checking for library containing strerror... none required checking for asprintf... (cached) yes checking for atexit... (cached) yes checking for basename... (cached) yes checking for bcmp... (cached) yes checking for bcopy... (cached) yes checking for bsearch... (cached) yes checking for bzero... (cached) yes checking for calloc... (cached) yes checking for clock... (cached) yes checking for ffs... (cached) yes checking for getcwd... (cached) yes checking for getpagesize... (cached) yes checking for gettimeofday... (cached) yes checking for index... (cached) yes checking for insque... (cached) yes checking for memchr... (cached) yes checking for memcmp... (cached) yes checking for memcpy... (cached) yes checking for memmem... (cached) yes checking for memmove... (cached) yes checking for mempcpy... no checking for memset... (cached) yes checking for mkstemps... (cached) yes checking for putenv... (cached) yes checking for random... (cached) yes checking for rename... (cached) yes checking for rindex... (cached) yes checking for setenv... (cached) yes checking for snprintf... (cached) yes checking for sigsetmask... (cached) yes checking for stpcpy... (cached) yes checking for stpncpy... yes checking for strcasecmp... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strncasecmp... (cached) yes checking for strndup... yes checking for strrchr... (cached) yes checking for strstr... (cached) yes checking for strtod... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for strverscmp... no checking for tmpnam... (cached) yes checking for vasprintf... (cached) yes checking for vfprintf... (cached) yes checking for vprintf... (cached) yes checking for vsnprintf... (cached) yes checking for vsprintf... (cached) yes checking for waitpid... (cached) yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... (cached) yes checking for on_exit... no checking for psignal... (cached) yes checking for strerror... (cached) yes checking for strsignal... (cached) yes checking for sysconf... (cached) yes checking for times... (cached) yes checking for sbrk... (cached) yes checking for gettimeofday... (cached) yes checking for realpath... (cached) yes checking for canonicalize_file_name... no checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no checking for sysctl... (cached) yes checking for wait3... (cached) yes checking for wait4... (cached) yes checking for __fsetlocking... no checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for working strncmp... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands Configuring in ./intl configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking whether gmake sets $(MAKE)... yes checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking whether NLS is requested... no checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for x86_64-unknown-openbsd7.9-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking build system type... x86_64-unknown-openbsd7.9 checking host system type... x86_64-unknown-openbsd7.9 checking for x86_64-unknown-openbsd7.9-ranlib... ranlib checking for library containing strerror... none required checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking whether we are using the GNU C Library 2.1 or newer... no checking whether integer division by zero raises SIGFPE... no checking for inttypes.h... yes checking for stdint.h... yes checking for unsigned long long... (cached) yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for nl_types.h... (cached) yes checking for malloc.h... (cached) no checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for feof_unlocked... no checking for fgets_unlocked... no checking for getc_unlocked... (cached) yes checking for getcwd... (cached) yes checking for getegid... (cached) yes checking for geteuid... (cached) yes checking for getgid... (cached) yes checking for getuid... (cached) yes checking for mempcpy... no checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for stpcpy... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for strtoul... (cached) yes checking for tsearch... (cached) yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for __fsetlocking... no checking for iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.a checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 3.8.2, ok 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 config.status: creating Makefile config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands Configuring in ./bfd configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.9 checking host system type... x86_64-unknown-openbsd7.9 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.9-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking for x86_64-unknown-openbsd7.9-ar... ar checking for x86_64-unknown-openbsd7.9-ranlib... ranlib checking for x86_64-unknown-openbsd7.9-gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for x86_64-unknown-openbsd7.9-objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for x86_64-unknown-openbsd7.9-ar... (cached) ar checking for x86_64-unknown-openbsd7.9-strip... no checking for strip... (cached) strip checking for x86_64-unknown-openbsd7.9-ranlib... (cached) ranlib checking command to parse nm output from cc object... ok checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.9 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow 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/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking size of long long... (cached) 8 checking size of void *... 8 checking size of long... 8 checking alloca.h usability... no checking alloca.h presence... no checking for alloca.h... no checking for stddef.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/stat.h... (cached) yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in bfd_stdint.h... stdint.h (already complete) checking whether time.h and sys/time.h may both be included... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking whether string.h and strings.h may both be included... yes checking for fcntl... (cached) yes checking for getpagesize... (cached) yes checking for setitimer... (cached) yes checking for sysconf... (cached) yes checking for fdopen... (cached) yes checking for getuid... (cached) yes checking for getgid... (cached) yes checking for fileno... (cached) yes checking for strtoull... (cached) yes checking whether basename is declared... no checking whether ftello is declared... yes checking whether ftello64 is declared... no checking whether fseeko is declared... yes checking whether fseeko64 is declared... no checking whether ffs is declared... yes checking whether free is declared... yes checking whether getenv is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether stpcpy is declared... yes checking whether strstr is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking for library containing zlibVersion... -lz checking for zlib.h... (cached) yes checking linker --as-needed support... yes checking for cos in -lm... (cached) yes checking for gcc version with buggy 64-bit support... no checking for ftello... (cached) yes checking for ftello64... no checking for fseeko... (cached) yes checking for fseeko64... no checking for fopen64... no checking size of off_t... 8 checking file_ptr type... BFD_HOST_64_BIT checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for madvise... (cached) yes checking for mprotect... (cached) yes configure: updating cache ./config.cache 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 bfd_stdint.h commands config.status: executing default commands gmake[2]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/libiberty' if [ x"-fpic" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./regex.c -o pic/regex.o; \ else true; fi In file included from ./regex.c:638: ./regex.c:3972:24: warning: implicit conversion from 'int' to enumeration type 'reg_errcode_t' is invalid in C++ [-Wimplicit-int-enum-cast] 3972 | FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./regex.c:2278:39: note: expanded from macro 'FREE_STACK_RETURN' 2278 | return (free (compile_stack.stack), value) | ~ ^~~~~ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o regex.o In file included from ./regex.c:638: ./regex.c:3972:24: warning: implicit conversion from 'int' to enumeration type 'reg_errcode_t' is invalid in C++ [-Wimplicit-int-enum-cast] 3972 | FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./regex.c:2278:39: note: expanded from macro 'FREE_STACK_RETURN' 2278 | return (free (compile_stack.stack), value) | ~ ^~~~~ 1 warning generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./cplus-dem.c -o pic/cplus-dem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o cplus-dem.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./cp-demangle.c -o pic/cp-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c -o cp-demangle.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./md5.c -o pic/md5.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o md5.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./sha1.c -o pic/sha1.o; \ else true; fi ./sha1.c:235:11: warning: defining a type within 'offsetof' is a C23 extension [-Wc23-extensions] 235 | if (UNALIGNED_P (buffer)) | ^~~~~~~~~~~~~~~~~~~~ ./sha1.c:234:41: note: expanded from macro 'UNALIGNED_P' 234 | # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) | ^~~~~~~~~~~~~~~~~~~~~ ./sha1.c:233:34: note: expanded from macro 'alignof' 233 | # define alignof(type) offsetof (struct { char c; type x; }, x) | ^~~~~~ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sha1.c -o sha1.o ./sha1.c:235:11: warning: defining a type within 'offsetof' is a C23 extension [-Wc23-extensions] 235 | if (UNALIGNED_P (buffer)) | ^~~~~~~~~~~~~~~~~~~~ ./sha1.c:234:41: note: expanded from macro 'UNALIGNED_P' 234 | # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) | ^~~~~~~~~~~~~~~~~~~~~ ./sha1.c:233:34: note: expanded from macro 'alignof' 233 | # define alignof(type) offsetof (struct { char c; type x; }, x) | ^~~~~~ 1 warning generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./alloca.c -o pic/alloca.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o alloca.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./argv.c -o pic/argv.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o argv.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./choose-temp.c -o pic/choose-temp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c -o choose-temp.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./concat.c -o pic/concat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o concat.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./cp-demint.c -o pic/cp-demint.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o cp-demint.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./crc32.c -o pic/crc32.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./crc32.c -o crc32.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./dyn-string.c -o pic/dyn-string.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -o dyn-string.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./fdmatch.c -o pic/fdmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o fdmatch.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./fibheap.c -o pic/fibheap.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o fibheap.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./filename_cmp.c -o pic/filename_cmp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c -o filename_cmp.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./floatformat.c -o pic/floatformat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c -o floatformat.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./fnmatch.c -o pic/fnmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o fnmatch.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked.c -o fopen_unlocked.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./getopt.c -o pic/getopt.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o getopt.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./getopt1.c -o pic/getopt1.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./getpwd.c -o pic/getpwd.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o getpwd.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./getruntime.c -o pic/getruntime.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -o getruntime.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./hashtab.c -o pic/hashtab.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o hashtab.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./hex.c -o pic/hex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o hex.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./lbasename.c -o pic/lbasename.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o lbasename.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./lrealpath.c -o pic/lrealpath.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o lrealpath.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-prefix.c -o make-relative-prefix.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./make-temp-file.c -o pic/make-temp-file.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file.c -o make-temp-file.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./objalloc.c -o pic/objalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o objalloc.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./obstack.c -o pic/obstack.o; \ else true; fi ./obstack.c:166:17: warning: cast from 'void *(*)(long)' to 'struct _obstack_chunk *(*)(void *, long)' converts to incompatible function type [-Wcast-function-type-mismatch] 166 | h->chunkfun = (struct _obstack_chunk * (*)(void *, long)) chunkfun; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:167:16: warning: cast from 'void (*)(void *)' to 'void (*)(void *, struct _obstack_chunk *)' converts to incompatible function type [-Wcast-function-type-mismatch] 167 | h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:172:22: warning: cast from 'struct _obstack_chunk *(*)(void *, long)' to 'struct _obstack_chunk *(*)(long)' converts to incompatible function type [-Wcast-function-type-mismatch] 172 | chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:107:8: note: expanded from macro 'CALL_CHUNKFUN' 107 | : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:148:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] 148 | alignment = (int) DEFAULT_ALIGNMENT; | ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' 60 | ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) | ^ ~~~~~~~~~~ ./obstack.c:218:22: warning: cast from 'struct _obstack_chunk *(*)(void *, long)' to 'struct _obstack_chunk *(*)(long)' converts to incompatible function type [-Wcast-function-type-mismatch] 218 | chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:107:8: note: expanded from macro 'CALL_CHUNKFUN' 107 | : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:193:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] 193 | alignment = (int) DEFAULT_ALIGNMENT; | ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' 60 | ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) | ^ ~~~~~~~~~~ ./obstack.c:253:15: warning: cast from 'struct _obstack_chunk *(*)(void *, long)' to 'struct _obstack_chunk *(*)(long)' converts to incompatible function type [-Wcast-function-type-mismatch] 253 | new_chunk = CALL_CHUNKFUN (h, new_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:107:8: note: expanded from macro 'CALL_CHUNKFUN' 107 | : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:286:7: warning: cast from 'void (*)(void *, struct _obstack_chunk *)' to 'void (*)(void *)' converts to incompatible function type [-Wcast-function-type-mismatch] 286 | CALL_FREEFUN (h, old_chunk); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:114:9: note: expanded from macro 'CALL_FREEFUN' 114 | (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:263:32: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] 263 | if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) | ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' 60 | ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) | ^ ~~~~~~~~~~ ./obstack.c:342:7: warning: cast from 'void (*)(void *, struct _obstack_chunk *)' to 'void (*)(void *)' converts to incompatible function type [-Wcast-function-type-mismatch] 342 | CALL_FREEFUN (h, lp); | ^~~~~~~~~~~~~~~~~~~~ ./obstack.c:114:9: note: expanded from macro 'CALL_FREEFUN' 114 | (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:374:7: warning: cast from 'void (*)(void *, struct _obstack_chunk *)' to 'void (*)(void *)' converts to incompatible function type [-Wcast-function-type-mismatch] 374 | CALL_FREEFUN (h, lp); | ^~~~~~~~~~~~~~~~~~~~ ./obstack.c:114:9: note: expanded from macro 'CALL_FREEFUN' 114 | (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 warnings generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o obstack.o ./obstack.c:166:17: warning: cast from 'void *(*)(long)' to 'struct _obstack_chunk *(*)(void *, long)' converts to incompatible function type [-Wcast-function-type-mismatch] 166 | h->chunkfun = (struct _obstack_chunk * (*)(void *, long)) chunkfun; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:167:16: warning: cast from 'void (*)(void *)' to 'void (*)(void *, struct _obstack_chunk *)' converts to incompatible function type [-Wcast-function-type-mismatch] 167 | h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:172:22: warning: cast from 'struct _obstack_chunk *(*)(void *, long)' to 'struct _obstack_chunk *(*)(long)' converts to incompatible function type [-Wcast-function-type-mismatch] 172 | chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:107:8: note: expanded from macro 'CALL_CHUNKFUN' 107 | : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:148:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] 148 | alignment = (int) DEFAULT_ALIGNMENT; | ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' 60 | ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) | ^ ~~~~~~~~~~ ./obstack.c:218:22: warning: cast from 'struct _obstack_chunk *(*)(void *, long)' to 'struct _obstack_chunk *(*)(long)' converts to incompatible function type [-Wcast-function-type-mismatch] 218 | chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:107:8: note: expanded from macro 'CALL_CHUNKFUN' 107 | : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:193:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] 193 | alignment = (int) DEFAULT_ALIGNMENT; | ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' 60 | ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) | ^ ~~~~~~~~~~ ./obstack.c:253:15: warning: cast from 'struct _obstack_chunk *(*)(void *, long)' to 'struct _obstack_chunk *(*)(long)' converts to incompatible function type [-Wcast-function-type-mismatch] 253 | new_chunk = CALL_CHUNKFUN (h, new_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:107:8: note: expanded from macro 'CALL_CHUNKFUN' 107 | : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:286:7: warning: cast from 'void (*)(void *, struct _obstack_chunk *)' to 'void (*)(void *)' converts to incompatible function type [-Wcast-function-type-mismatch] 286 | CALL_FREEFUN (h, old_chunk); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:114:9: note: expanded from macro 'CALL_FREEFUN' 114 | (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:263:32: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] 263 | if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) | ^~~~~~~~~~~~~~~~~ ./obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' 60 | ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) | ^ ~~~~~~~~~~ ./obstack.c:342:7: warning: cast from 'void (*)(void *, struct _obstack_chunk *)' to 'void (*)(void *)' converts to incompatible function type [-Wcast-function-type-mismatch] 342 | CALL_FREEFUN (h, lp); | ^~~~~~~~~~~~~~~~~~~~ ./obstack.c:114:9: note: expanded from macro 'CALL_FREEFUN' 114 | (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./obstack.c:374:7: warning: cast from 'void (*)(void *, struct _obstack_chunk *)' to 'void (*)(void *)' converts to incompatible function type [-Wcast-function-type-mismatch] 374 | CALL_FREEFUN (h, lp); | ^~~~~~~~~~~~~~~~~~~~ ./obstack.c:114:9: note: expanded from macro 'CALL_FREEFUN' 114 | (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 warnings generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./partition.c -o pic/partition.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o partition.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./pexecute.c -o pic/pexecute.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o pexecute.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./physmem.c -o pic/physmem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o physmem.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./pex-common.c -o pic/pex-common.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -o pex-common.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./pex-one.c -o pic/pex-one.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o pex-one.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./pex-unix.c -o pic/pex-unix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-unix.c -o pex-unix.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./safe-ctype.c -o pic/safe-ctype.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -o safe-ctype.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./sort.c -o pic/sort.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o sort.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./spaces.c -o pic/spaces.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o spaces.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./splay-tree.c -o pic/splay-tree.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -o splay-tree.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./strerror.c -o pic/strerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o strerror.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./strsignal.c -o pic/strsignal.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o strsignal.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xatexit.c -o pic/xatexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o xatexit.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xexit.c -o pic/xexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o xexit.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xmalloc.c -o pic/xmalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o xmalloc.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xmemdup.c -o pic/xmemdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o xmemdup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xstrdup.c -o pic/xstrdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o xstrdup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xstrerror.c -o pic/xstrerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o xstrerror.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./xstrndup.c -o pic/xstrndup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o xstrndup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./mempcpy.c -o pic/mempcpy.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./mempcpy.c -o mempcpy.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic ./strverscmp.c -o pic/strverscmp.o; \ else true; fi ./strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8] 4 | Contributed by Jean-Franois Bignolles , 1997. | ^ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strverscmp.c -o strverscmp.o ./strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8] 4 | Contributed by Jean-Franois Bignolles , 1997. | ^ 1 warning generated. rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ranlib ./libiberty.a if [ x"-fpic" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list gmake[3]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/libiberty/testsuite' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/libiberty/testsuite' gmake[2]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/libiberty' gmake[2]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/intl' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/intl' gmake[2]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd' creating bfdver.h rm -f elf32-target.h sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new mv -f elf32-target.new elf32-target.h rm -f elf64-target.h sed -e s/NN/64/g < ./elfxx-target.h > elf64-target.new mv -f elf64-target.new elf64-target.h rm -f targmatch.h sed -f ./targmatch.sed < ./config.bfd > targmatch.new mv -f targmatch.new targmatch.h Making info in doc gmake[3]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd/doc' gmake[3]: Nothing to be done for 'info'. gmake[3]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd/doc' Making info in po gmake[3]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd/po' ( if test 'x.' != 'x.'; then \ posrcprefix='../'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ./SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ./BLD-POTFILES.in \ | sed -e '$s/\\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/sh ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands gmake[3]: Nothing to be done for 'info'. gmake[3]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd/po' gmake[3]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[3]: Nothing to be done for 'info-am'. gmake[3]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd' gmake all-recursive gmake[3]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd' Making all in doc gmake[4]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd/doc' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd/doc' Making all in po gmake[4]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd/po' gmake[4]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd' rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h /bin/sh ./../move-if-change bfd-tmp.h bfd.h rm -f bfd-tmp.h touch stmp-bfd-h /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo archive.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c archive.c -o archive.o mv -f .deps/archive.Tpo .deps/archive.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_msp430_vec -DSELECT_VECS='&bfd_elf32_msp430_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_msp430_arch' ./archures.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_msp430_vec "-DSELECT_VECS=&bfd_elf32_msp430_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_msp430_arch" ./archures.c -o archures.o mv -f .deps/archures.Tpo .deps/archures.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo bfd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c bfd.c -o bfd.o mv -f .deps/bfd.Tpo .deps/bfd.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo bfdio.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c bfdio.c -o bfdio.o bfdio.c:580:31: warning: 'memset' call operates on objects of type 'struct stat' while the size is based on a different type 'struct stat *' [-Wsizeof-pointer-memaccess] 580 | memset (statbuf, 0, sizeof (statbuf)); | ~~~~~~~ ^~~~~~~ bfdio.c:580:31: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? 580 | memset (statbuf, 0, sizeof (statbuf)); | ^~~~~~~ 1 warning generated. mv -f .deps/bfdio.Tpo .deps/bfdio.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo bfdwin.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c bfdwin.c -o bfdwin.o mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o cache.c:501:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 501 | bfd_cache_close_all () | ^ | void 1 warning generated. mv -f .deps/cache.Tpo .deps/cache.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo coffgen.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c coffgen.c -o coffgen.o mv -f .deps/coffgen.Tpo .deps/coffgen.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo corefile.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c corefile.c -o corefile.o mv -f .deps/corefile.Tpo .deps/corefile.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo format.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o mv -f .deps/format.Tpo .deps/format.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o mv -f .deps/init.Tpo .deps/init.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo libbfd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c libbfd.c -o libbfd.o mv -f .deps/libbfd.Tpo .deps/libbfd.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo opncls.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c opncls.c -o opncls.o mv -f .deps/opncls.Tpo .deps/opncls.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo reloc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c reloc.c -o reloc.o mv -f .deps/reloc.Tpo .deps/reloc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo section.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT section.lo -MD -MP -MF .deps/section.Tpo -c section.c -o section.o mv -f .deps/section.Tpo .deps/section.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo syms.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c syms.c -o syms.o mv -f .deps/syms.Tpo .deps/syms.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_msp430_vec -DSELECT_VECS='&bfd_elf32_msp430_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_msp430_arch' ./targets.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_msp430_vec "-DSELECT_VECS=&bfd_elf32_msp430_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_msp430_arch" ./targets.c -o targets.o mv -f .deps/targets.Tpo .deps/targets.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o mv -f .deps/hash.Tpo .deps/hash.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo linker.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.c -o linker.o mv -f .deps/linker.Tpo .deps/linker.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo srec.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c srec.c -o srec.o srec.c:1310:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1310 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5528:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5528 | NAME##_bfd_copy_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :19:1: note: expanded from here 19 | _bfd_generic_bfd_copy_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:252:4: note: expanded from macro '_bfd_generic_bfd_copy_private_bfd_data' 252 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1310:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1310 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5529:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5529 | NAME##_bfd_merge_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :20:1: note: expanded from here 20 | _bfd_generic_bfd_merge_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:254:4: note: expanded from macro '_bfd_generic_bfd_merge_private_bfd_data' 254 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1310:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, bfd *, asection *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1310 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5531:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5531 | NAME##_bfd_copy_private_section_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :21:1: note: expanded from here 21 | _bfd_generic_bfd_copy_private_section_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:258:4: note: expanded from macro '_bfd_generic_bfd_copy_private_section_data' 258 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1310:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1310 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5532:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5532 | NAME##_bfd_copy_private_symbol_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :22:1: note: expanded from here 22 | _bfd_generic_bfd_copy_private_symbol_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:260:4: note: expanded from macro '_bfd_generic_bfd_copy_private_symbol_data' 260 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1310:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1310 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5533:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5533 | NAME##_bfd_copy_private_header_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :23:1: note: expanded from here 23 | _bfd_generic_bfd_copy_private_header_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:262:4: note: expanded from macro '_bfd_generic_bfd_copy_private_header_data' 262 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1310:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, flagword)' (aka 'int (*)(struct bfd *, unsigned int)') converts to incompatible function type [-Wcast-function-type-mismatch] 1310 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5534:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5534 | NAME##_bfd_set_private_flags, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :24:1: note: expanded from here 24 | _bfd_generic_bfd_set_private_flags | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:256:4: note: expanded from macro '_bfd_generic_bfd_set_private_flags' 256 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1310:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, void *)' (aka 'int (*)(struct bfd *, void *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1310 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5535:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5535 | NAME##_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :25:1: note: expanded from here 25 | _bfd_generic_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:264:4: note: expanded from macro '_bfd_generic_bfd_print_private_bfd_data' 264 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1312:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)' (aka 'int (*)(struct bfd *, char **, unsigned long *, const char **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1312 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5581:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5581 | NAME##_construct_extended_name_table, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :31:1: note: expanded from here 31 | _bfd_noarchive_construct_extended_name_table | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:285:4: note: expanded from macro '_bfd_noarchive_construct_extended_name_table' 285 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 286 | bfd_false) | ~~~~~~~~~ srec.c:1312:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, const char *, char *)' (aka 'void (*)(struct bfd *, const char *, char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1312 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5582:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5582 | NAME##_truncate_arname, \ | ^~~~~~~~~~~~~~~~~~~~~~ :32:1: note: expanded from here 32 | _bfd_noarchive_truncate_arname | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:288:4: note: expanded from macro '_bfd_noarchive_truncate_arname' 288 | ((void (*) (bfd *, const char *, char *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1312:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)' (aka 'int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)') converts to incompatible function type [-Wcast-function-type-mismatch] 1312 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5583:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5583 | NAME##_write_armap, \ | ^~~~~~~~~~~~~~~~~~ :33:1: note: expanded from here 33 | _bfd_noarchive_write_armap | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:290:4: note: expanded from macro '_bfd_noarchive_write_armap' 290 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 291 | bfd_false) | ~~~~~~~~~ srec.c:1312:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1312 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5585:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5585 | NAME##_write_ar_hdr, \ | ^~~~~~~~~~~~~~~~~~~ :35:1: note: expanded from here 35 | _bfd_noarchive_write_ar_hdr | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:294:4: note: expanded from macro '_bfd_noarchive_write_ar_hdr' 294 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1312:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, bfd *)' (aka 'struct bfd *(*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1312 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5586:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5586 | NAME##_openr_next_archived_file, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :36:1: note: expanded from here 36 | _bfd_noarchive_openr_next_archived_file | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:296:4: note: expanded from macro '_bfd_noarchive_openr_next_archived_file' 296 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1312:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, symindex)' (aka 'struct bfd *(*)(struct bfd *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 1312 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5587:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5587 | NAME##_get_elt_at_index, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :37:1: note: expanded from here 37 | _bfd_noarchive_get_elt_at_index | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:298:4: note: expanded from macro '_bfd_noarchive_get_elt_at_index' 298 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1313:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1313 | BFD_JUMP_TABLE_SYMBOLS (srec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5614:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5614 | NAME##_bfd_is_target_special_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :46:1: note: expanded from here 46 | srec_bfd_is_target_special_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1242:52: note: expanded from macro 'srec_bfd_is_target_special_symbol' 1242 | #define srec_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1313:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'alent *(*)(bfd *, asymbol *)' (aka 'struct lineno_cache_entry *(*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1313 | BFD_JUMP_TABLE_SYMBOLS (srec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5615:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5615 | NAME##_get_lineno, \ | ^~~~~~~~~~~~~~~~~ :47:1: note: expanded from here 47 | srec_get_lineno | ^~~~~~~~~~~~~~~ srec.c:1244:51: note: expanded from macro 'srec_get_lineno' 1244 | #define srec_get_lineno _bfd_nosymbols_get_lineno | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:403:4: note: expanded from macro '_bfd_nosymbols_get_lineno' 403 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1313:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, unsigned long, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1313 | BFD_JUMP_TABLE_SYMBOLS (srec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5616:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5616 | NAME##_find_nearest_line, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :48:1: note: expanded from here 48 | srec_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~ srec.c:1245:51: note: expanded from macro 'srec_find_nearest_line' 1245 | #define srec_find_nearest_line _bfd_nosymbols_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:405:4: note: expanded from macro '_bfd_nosymbols_find_nearest_line' 405 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 406 | const char **, unsigned int *)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 407 | bfd_false) | ~~~~~~~~~ srec.c:1313:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1313 | BFD_JUMP_TABLE_SYMBOLS (srec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5618:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5618 | NAME##_find_inliner_info, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :49:1: note: expanded from here 49 | srec_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~ srec.c:1246:51: note: expanded from macro 'srec_find_inliner_info' 1246 | #define srec_find_inliner_info _bfd_nosymbols_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:409:4: note: expanded from macro '_bfd_nosymbols_find_inliner_info' 409 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 410 | bfd_false) | ~~~~~~~~~ srec.c:1313:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, void *, unsigned long)' (aka 'struct bfd_symbol *(*)(struct bfd *, void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 1313 | BFD_JUMP_TABLE_SYMBOLS (srec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5619:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5619 | NAME##_bfd_make_debug_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :50:1: note: expanded from here 50 | srec_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1248:51: note: expanded from macro 'srec_bfd_make_debug_symbol' 1248 | #define srec_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:412:4: note: expanded from macro '_bfd_nosymbols_bfd_make_debug_symbol' 412 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1314:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, bfd_reloc_code_real_type)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, enum bfd_reloc_code_real)') converts to incompatible function type [-Wcast-function-type-mismatch] 1314 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5663:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5663 | NAME##_bfd_reloc_type_lookup, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :55:1: note: expanded from here 55 | _bfd_norelocs_bfd_reloc_type_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:426:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_type_lookup' 426 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1314:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, const char *)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, const char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1314 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5664:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5664 | NAME##_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :56:1: note: expanded from here 56 | _bfd_norelocs_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:428:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_name_lookup' 428 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1317:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, asymbol **)' (aka 'long (*)(struct bfd *, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1317 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5764:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5764 | NAME##_canonicalize_dynamic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :76:1: note: expanded from here 76 | _bfd_nodynamic_canonicalize_dynamic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:499:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_symtab' 499 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1317:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, long, asymbol **, long, asymbol **, asymbol **)' (aka 'long (*)(struct bfd *, long, struct bfd_symbol **, long, struct bfd_symbol **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1317 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5765:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5765 | NAME##_get_synthetic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :77:1: note: expanded from here 77 | _bfd_nodynamic_get_synthetic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:501:4: note: expanded from macro '_bfd_nodynamic_get_synthetic_symtab' 501 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1317:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, arelent **, asymbol **)' (aka 'long (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1317 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5767:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5767 | NAME##_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :79:1: note: expanded from here 79 | _bfd_nodynamic_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:504:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_reloc' 504 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5528:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5528 | NAME##_bfd_copy_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :85:1: note: expanded from here 85 | _bfd_generic_bfd_copy_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:252:4: note: expanded from macro '_bfd_generic_bfd_copy_private_bfd_data' 252 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5529:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5529 | NAME##_bfd_merge_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :86:1: note: expanded from here 86 | _bfd_generic_bfd_merge_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:254:4: note: expanded from macro '_bfd_generic_bfd_merge_private_bfd_data' 254 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, bfd *, asection *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5531:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5531 | NAME##_bfd_copy_private_section_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :87:1: note: expanded from here 87 | _bfd_generic_bfd_copy_private_section_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:258:4: note: expanded from macro '_bfd_generic_bfd_copy_private_section_data' 258 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5532:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5532 | NAME##_bfd_copy_private_symbol_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :88:1: note: expanded from here 88 | _bfd_generic_bfd_copy_private_symbol_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:260:4: note: expanded from macro '_bfd_generic_bfd_copy_private_symbol_data' 260 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5533:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5533 | NAME##_bfd_copy_private_header_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :89:1: note: expanded from here 89 | _bfd_generic_bfd_copy_private_header_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:262:4: note: expanded from macro '_bfd_generic_bfd_copy_private_header_data' 262 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, flagword)' (aka 'int (*)(struct bfd *, unsigned int)') converts to incompatible function type [-Wcast-function-type-mismatch] 1365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5534:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5534 | NAME##_bfd_set_private_flags, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :90:1: note: expanded from here 90 | _bfd_generic_bfd_set_private_flags | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:256:4: note: expanded from macro '_bfd_generic_bfd_set_private_flags' 256 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, void *)' (aka 'int (*)(struct bfd *, void *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5535:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5535 | NAME##_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :91:1: note: expanded from here 91 | _bfd_generic_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:264:4: note: expanded from macro '_bfd_generic_bfd_print_private_bfd_data' 264 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1367:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)' (aka 'int (*)(struct bfd *, char **, unsigned long *, const char **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5581:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5581 | NAME##_construct_extended_name_table, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :97:1: note: expanded from here 97 | _bfd_noarchive_construct_extended_name_table | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:285:4: note: expanded from macro '_bfd_noarchive_construct_extended_name_table' 285 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 286 | bfd_false) | ~~~~~~~~~ srec.c:1367:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, const char *, char *)' (aka 'void (*)(struct bfd *, const char *, char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5582:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5582 | NAME##_truncate_arname, \ | ^~~~~~~~~~~~~~~~~~~~~~ :98:1: note: expanded from here 98 | _bfd_noarchive_truncate_arname | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:288:4: note: expanded from macro '_bfd_noarchive_truncate_arname' 288 | ((void (*) (bfd *, const char *, char *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1367:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)' (aka 'int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)') converts to incompatible function type [-Wcast-function-type-mismatch] 1367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5583:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5583 | NAME##_write_armap, \ | ^~~~~~~~~~~~~~~~~~ :99:1: note: expanded from here 99 | _bfd_noarchive_write_armap | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:290:4: note: expanded from macro '_bfd_noarchive_write_armap' 290 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 291 | bfd_false) | ~~~~~~~~~ srec.c:1367:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5585:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5585 | NAME##_write_ar_hdr, \ | ^~~~~~~~~~~~~~~~~~~ :101:1: note: expanded from here 101 | _bfd_noarchive_write_ar_hdr | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:294:4: note: expanded from macro '_bfd_noarchive_write_ar_hdr' 294 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1367:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, bfd *)' (aka 'struct bfd *(*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5586:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5586 | NAME##_openr_next_archived_file, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :102:1: note: expanded from here 102 | _bfd_noarchive_openr_next_archived_file | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:296:4: note: expanded from macro '_bfd_noarchive_openr_next_archived_file' 296 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1367:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, symindex)' (aka 'struct bfd *(*)(struct bfd *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 1367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5587:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5587 | NAME##_get_elt_at_index, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :103:1: note: expanded from here 103 | _bfd_noarchive_get_elt_at_index | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:298:4: note: expanded from macro '_bfd_noarchive_get_elt_at_index' 298 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1368 | BFD_JUMP_TABLE_SYMBOLS (srec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5614:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5614 | NAME##_bfd_is_target_special_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :112:1: note: expanded from here 112 | srec_bfd_is_target_special_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1242:52: note: expanded from macro 'srec_bfd_is_target_special_symbol' 1242 | #define srec_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1368:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'alent *(*)(bfd *, asymbol *)' (aka 'struct lineno_cache_entry *(*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1368 | BFD_JUMP_TABLE_SYMBOLS (srec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5615:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5615 | NAME##_get_lineno, \ | ^~~~~~~~~~~~~~~~~ :113:1: note: expanded from here 113 | srec_get_lineno | ^~~~~~~~~~~~~~~ srec.c:1244:51: note: expanded from macro 'srec_get_lineno' 1244 | #define srec_get_lineno _bfd_nosymbols_get_lineno | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:403:4: note: expanded from macro '_bfd_nosymbols_get_lineno' 403 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, unsigned long, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1368 | BFD_JUMP_TABLE_SYMBOLS (srec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5616:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5616 | NAME##_find_nearest_line, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :114:1: note: expanded from here 114 | srec_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~ srec.c:1245:51: note: expanded from macro 'srec_find_nearest_line' 1245 | #define srec_find_nearest_line _bfd_nosymbols_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:405:4: note: expanded from macro '_bfd_nosymbols_find_nearest_line' 405 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 406 | const char **, unsigned int *)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 407 | bfd_false) | ~~~~~~~~~ srec.c:1368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1368 | BFD_JUMP_TABLE_SYMBOLS (srec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5618:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5618 | NAME##_find_inliner_info, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :115:1: note: expanded from here 115 | srec_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~ srec.c:1246:51: note: expanded from macro 'srec_find_inliner_info' 1246 | #define srec_find_inliner_info _bfd_nosymbols_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:409:4: note: expanded from macro '_bfd_nosymbols_find_inliner_info' 409 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 410 | bfd_false) | ~~~~~~~~~ srec.c:1368:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, void *, unsigned long)' (aka 'struct bfd_symbol *(*)(struct bfd *, void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 1368 | BFD_JUMP_TABLE_SYMBOLS (srec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5619:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5619 | NAME##_bfd_make_debug_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :116:1: note: expanded from here 116 | srec_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1248:51: note: expanded from macro 'srec_bfd_make_debug_symbol' 1248 | #define srec_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:412:4: note: expanded from macro '_bfd_nosymbols_bfd_make_debug_symbol' 412 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1369:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, bfd_reloc_code_real_type)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, enum bfd_reloc_code_real)') converts to incompatible function type [-Wcast-function-type-mismatch] 1369 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5663:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5663 | NAME##_bfd_reloc_type_lookup, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :121:1: note: expanded from here 121 | _bfd_norelocs_bfd_reloc_type_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:426:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_type_lookup' 426 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1369:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, const char *)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, const char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1369 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5664:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5664 | NAME##_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :122:1: note: expanded from here 122 | _bfd_norelocs_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:428:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_name_lookup' 428 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1372:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, asymbol **)' (aka 'long (*)(struct bfd *, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1372 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5764:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5764 | NAME##_canonicalize_dynamic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :6:1: note: expanded from here 6 | _bfd_nodynamic_canonicalize_dynamic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:499:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_symtab' 499 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1372:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, long, asymbol **, long, asymbol **, asymbol **)' (aka 'long (*)(struct bfd *, long, struct bfd_symbol **, long, struct bfd_symbol **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1372 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5765:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5765 | NAME##_get_synthetic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :7:1: note: expanded from here 7 | _bfd_nodynamic_get_synthetic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:501:4: note: expanded from macro '_bfd_nodynamic_get_synthetic_symtab' 501 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srec.c:1372:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, arelent **, asymbol **)' (aka 'long (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1372 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5767:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5767 | NAME##_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :9:1: note: expanded from here 9 | _bfd_nodynamic_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:504:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_reloc' 504 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 46 warnings generated. mv -f .deps/srec.Tpo .deps/srec.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo binary.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c binary.c -o binary.o binary.c:355:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 355 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5528:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5528 | NAME##_bfd_copy_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :9:1: note: expanded from here 9 | _bfd_generic_bfd_copy_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:252:4: note: expanded from macro '_bfd_generic_bfd_copy_private_bfd_data' 252 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:355:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 355 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5529:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5529 | NAME##_bfd_merge_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :10:1: note: expanded from here 10 | _bfd_generic_bfd_merge_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:254:4: note: expanded from macro '_bfd_generic_bfd_merge_private_bfd_data' 254 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:355:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, bfd *, asection *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)') converts to incompatible function type [-Wcast-function-type-mismatch] 355 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5531:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5531 | NAME##_bfd_copy_private_section_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :11:1: note: expanded from here 11 | _bfd_generic_bfd_copy_private_section_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:258:4: note: expanded from macro '_bfd_generic_bfd_copy_private_section_data' 258 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:355:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 355 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5532:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5532 | NAME##_bfd_copy_private_symbol_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :12:1: note: expanded from here 12 | _bfd_generic_bfd_copy_private_symbol_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:260:4: note: expanded from macro '_bfd_generic_bfd_copy_private_symbol_data' 260 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:355:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 355 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5533:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5533 | NAME##_bfd_copy_private_header_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :13:1: note: expanded from here 13 | _bfd_generic_bfd_copy_private_header_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:262:4: note: expanded from macro '_bfd_generic_bfd_copy_private_header_data' 262 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:355:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, flagword)' (aka 'int (*)(struct bfd *, unsigned int)') converts to incompatible function type [-Wcast-function-type-mismatch] 355 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5534:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5534 | NAME##_bfd_set_private_flags, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :14:1: note: expanded from here 14 | _bfd_generic_bfd_set_private_flags | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:256:4: note: expanded from macro '_bfd_generic_bfd_set_private_flags' 256 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:355:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, void *)' (aka 'int (*)(struct bfd *, void *)') converts to incompatible function type [-Wcast-function-type-mismatch] 355 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5535:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5535 | NAME##_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :15:1: note: expanded from here 15 | _bfd_generic_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:264:4: note: expanded from macro '_bfd_generic_bfd_print_private_bfd_data' 264 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:357:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)' (aka 'int (*)(struct bfd *, char **, unsigned long *, const char **)') converts to incompatible function type [-Wcast-function-type-mismatch] 357 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5581:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5581 | NAME##_construct_extended_name_table, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :21:1: note: expanded from here 21 | _bfd_noarchive_construct_extended_name_table | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:285:4: note: expanded from macro '_bfd_noarchive_construct_extended_name_table' 285 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 286 | bfd_false) | ~~~~~~~~~ binary.c:357:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, const char *, char *)' (aka 'void (*)(struct bfd *, const char *, char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 357 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5582:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5582 | NAME##_truncate_arname, \ | ^~~~~~~~~~~~~~~~~~~~~~ :22:1: note: expanded from here 22 | _bfd_noarchive_truncate_arname | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:288:4: note: expanded from macro '_bfd_noarchive_truncate_arname' 288 | ((void (*) (bfd *, const char *, char *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:357:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)' (aka 'int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)') converts to incompatible function type [-Wcast-function-type-mismatch] 357 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5583:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5583 | NAME##_write_armap, \ | ^~~~~~~~~~~~~~~~~~ :23:1: note: expanded from here 23 | _bfd_noarchive_write_armap | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:290:4: note: expanded from macro '_bfd_noarchive_write_armap' 290 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 291 | bfd_false) | ~~~~~~~~~ binary.c:357:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 357 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5585:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5585 | NAME##_write_ar_hdr, \ | ^~~~~~~~~~~~~~~~~~~ :25:1: note: expanded from here 25 | _bfd_noarchive_write_ar_hdr | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:294:4: note: expanded from macro '_bfd_noarchive_write_ar_hdr' 294 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:357:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, bfd *)' (aka 'struct bfd *(*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 357 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5586:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5586 | NAME##_openr_next_archived_file, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :26:1: note: expanded from here 26 | _bfd_noarchive_openr_next_archived_file | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:296:4: note: expanded from macro '_bfd_noarchive_openr_next_archived_file' 296 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:357:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, symindex)' (aka 'struct bfd *(*)(struct bfd *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 357 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5587:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5587 | NAME##_get_elt_at_index, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :27:1: note: expanded from here 27 | _bfd_noarchive_get_elt_at_index | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:298:4: note: expanded from macro '_bfd_noarchive_get_elt_at_index' 298 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:358:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, void *, asymbol *, bfd_print_symbol_type)' (aka 'void (*)(struct bfd *, void *, struct bfd_symbol *, enum bfd_print_symbol)') converts to incompatible function type [-Wcast-function-type-mismatch] 358 | BFD_JUMP_TABLE_SYMBOLS (binary), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5611:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5611 | NAME##_print_symbol, \ | ^~~~~~~~~~~~~~~~~~~ :33:1: note: expanded from here 33 | binary_print_symbol | ^~~~~~~~~~~~~~~~~~~ binary.c:193:35: note: expanded from macro 'binary_print_symbol' 193 | #define binary_print_symbol _bfd_nosymbols_print_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:395:4: note: expanded from macro '_bfd_nosymbols_print_symbol' 395 | ((void (*) (bfd *, void *, asymbol *, bfd_print_symbol_type)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:358:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 358 | BFD_JUMP_TABLE_SYMBOLS (binary), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5614:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5614 | NAME##_bfd_is_target_special_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :36:1: note: expanded from here 36 | binary_bfd_is_target_special_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:212:46: note: expanded from macro 'binary_bfd_is_target_special_symbol' 212 | #define binary_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:358:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'alent *(*)(bfd *, asymbol *)' (aka 'struct lineno_cache_entry *(*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 358 | BFD_JUMP_TABLE_SYMBOLS (binary), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5615:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5615 | NAME##_get_lineno, \ | ^~~~~~~~~~~~~~~~~ :37:1: note: expanded from here 37 | binary_get_lineno | ^~~~~~~~~~~~~~~~~ binary.c:206:44: note: expanded from macro 'binary_get_lineno' 206 | #define binary_get_lineno _bfd_nosymbols_get_lineno | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:403:4: note: expanded from macro '_bfd_nosymbols_get_lineno' 403 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:358:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, unsigned long, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 358 | BFD_JUMP_TABLE_SYMBOLS (binary), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5616:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5616 | NAME##_find_nearest_line, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :38:1: note: expanded from here 38 | binary_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~~~ binary.c:207:44: note: expanded from macro 'binary_find_nearest_line' 207 | #define binary_find_nearest_line _bfd_nosymbols_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:405:4: note: expanded from macro '_bfd_nosymbols_find_nearest_line' 405 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 406 | const char **, unsigned int *)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 407 | bfd_false) | ~~~~~~~~~ binary.c:358:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 358 | BFD_JUMP_TABLE_SYMBOLS (binary), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5618:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5618 | NAME##_find_inliner_info, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :39:1: note: expanded from here 39 | binary_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~~~ binary.c:208:44: note: expanded from macro 'binary_find_inliner_info' 208 | #define binary_find_inliner_info _bfd_nosymbols_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:409:4: note: expanded from macro '_bfd_nosymbols_find_inliner_info' 409 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 410 | bfd_false) | ~~~~~~~~~ binary.c:358:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, void *, unsigned long)' (aka 'struct bfd_symbol *(*)(struct bfd *, void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 358 | BFD_JUMP_TABLE_SYMBOLS (binary), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5619:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5619 | NAME##_bfd_make_debug_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :40:1: note: expanded from here 40 | binary_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:209:44: note: expanded from macro 'binary_bfd_make_debug_symbol' 209 | #define binary_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:412:4: note: expanded from macro '_bfd_nosymbols_bfd_make_debug_symbol' 412 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:359:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, bfd_reloc_code_real_type)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, enum bfd_reloc_code_real)') converts to incompatible function type [-Wcast-function-type-mismatch] 359 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5663:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5663 | NAME##_bfd_reloc_type_lookup, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :45:1: note: expanded from here 45 | _bfd_norelocs_bfd_reloc_type_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:426:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_type_lookup' 426 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:359:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, const char *)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, const char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 359 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5664:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5664 | NAME##_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :46:1: note: expanded from here 46 | _bfd_norelocs_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:428:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_name_lookup' 428 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:362:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, asymbol **)' (aka 'long (*)(struct bfd *, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 362 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5764:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5764 | NAME##_canonicalize_dynamic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :66:1: note: expanded from here 66 | _bfd_nodynamic_canonicalize_dynamic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:499:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_symtab' 499 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:362:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, long, asymbol **, long, asymbol **, asymbol **)' (aka 'long (*)(struct bfd *, long, struct bfd_symbol **, long, struct bfd_symbol **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 362 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5765:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5765 | NAME##_get_synthetic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :67:1: note: expanded from here 67 | _bfd_nodynamic_get_synthetic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:501:4: note: expanded from macro '_bfd_nodynamic_get_synthetic_symtab' 501 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ binary.c:362:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, arelent **, asymbol **)' (aka 'long (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 362 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5767:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5767 | NAME##_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :69:1: note: expanded from here 69 | _bfd_nodynamic_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:504:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_reloc' 504 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 warnings generated. mv -f .deps/binary.Tpo .deps/binary.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo tekhex.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c tekhex.c -o tekhex.o tekhex.c:1002:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1002 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5528:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5528 | NAME##_bfd_copy_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :17:1: note: expanded from here 17 | _bfd_generic_bfd_copy_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:252:4: note: expanded from macro '_bfd_generic_bfd_copy_private_bfd_data' 252 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1002:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1002 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5529:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5529 | NAME##_bfd_merge_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :18:1: note: expanded from here 18 | _bfd_generic_bfd_merge_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:254:4: note: expanded from macro '_bfd_generic_bfd_merge_private_bfd_data' 254 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1002:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, bfd *, asection *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1002 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5531:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5531 | NAME##_bfd_copy_private_section_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :19:1: note: expanded from here 19 | _bfd_generic_bfd_copy_private_section_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:258:4: note: expanded from macro '_bfd_generic_bfd_copy_private_section_data' 258 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1002:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1002 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5532:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5532 | NAME##_bfd_copy_private_symbol_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :20:1: note: expanded from here 20 | _bfd_generic_bfd_copy_private_symbol_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:260:4: note: expanded from macro '_bfd_generic_bfd_copy_private_symbol_data' 260 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1002:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1002 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5533:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5533 | NAME##_bfd_copy_private_header_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :21:1: note: expanded from here 21 | _bfd_generic_bfd_copy_private_header_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:262:4: note: expanded from macro '_bfd_generic_bfd_copy_private_header_data' 262 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1002:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, flagword)' (aka 'int (*)(struct bfd *, unsigned int)') converts to incompatible function type [-Wcast-function-type-mismatch] 1002 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5534:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5534 | NAME##_bfd_set_private_flags, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :22:1: note: expanded from here 22 | _bfd_generic_bfd_set_private_flags | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:256:4: note: expanded from macro '_bfd_generic_bfd_set_private_flags' 256 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1002:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, void *)' (aka 'int (*)(struct bfd *, void *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1002 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5535:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5535 | NAME##_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :23:1: note: expanded from here 23 | _bfd_generic_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:264:4: note: expanded from macro '_bfd_generic_bfd_print_private_bfd_data' 264 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1004:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)' (aka 'int (*)(struct bfd *, char **, unsigned long *, const char **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1004 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5581:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5581 | NAME##_construct_extended_name_table, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :29:1: note: expanded from here 29 | _bfd_noarchive_construct_extended_name_table | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:285:4: note: expanded from macro '_bfd_noarchive_construct_extended_name_table' 285 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 286 | bfd_false) | ~~~~~~~~~ tekhex.c:1004:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, const char *, char *)' (aka 'void (*)(struct bfd *, const char *, char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1004 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5582:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5582 | NAME##_truncate_arname, \ | ^~~~~~~~~~~~~~~~~~~~~~ :30:1: note: expanded from here 30 | _bfd_noarchive_truncate_arname | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:288:4: note: expanded from macro '_bfd_noarchive_truncate_arname' 288 | ((void (*) (bfd *, const char *, char *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1004:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)' (aka 'int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)') converts to incompatible function type [-Wcast-function-type-mismatch] 1004 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5583:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5583 | NAME##_write_armap, \ | ^~~~~~~~~~~~~~~~~~ :31:1: note: expanded from here 31 | _bfd_noarchive_write_armap | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:290:4: note: expanded from macro '_bfd_noarchive_write_armap' 290 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 291 | bfd_false) | ~~~~~~~~~ tekhex.c:1004:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1004 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5585:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5585 | NAME##_write_ar_hdr, \ | ^~~~~~~~~~~~~~~~~~~ :33:1: note: expanded from here 33 | _bfd_noarchive_write_ar_hdr | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:294:4: note: expanded from macro '_bfd_noarchive_write_ar_hdr' 294 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1004:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, bfd *)' (aka 'struct bfd *(*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1004 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5586:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5586 | NAME##_openr_next_archived_file, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :34:1: note: expanded from here 34 | _bfd_noarchive_openr_next_archived_file | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:296:4: note: expanded from macro '_bfd_noarchive_openr_next_archived_file' 296 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1004:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, symindex)' (aka 'struct bfd *(*)(struct bfd *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 1004 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5587:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5587 | NAME##_get_elt_at_index, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :35:1: note: expanded from here 35 | _bfd_noarchive_get_elt_at_index | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:298:4: note: expanded from macro '_bfd_noarchive_get_elt_at_index' 298 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1005:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1005 | BFD_JUMP_TABLE_SYMBOLS (tekhex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5614:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5614 | NAME##_bfd_is_target_special_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :44:1: note: expanded from here 44 | tekhex_bfd_is_target_special_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:935:46: note: expanded from macro 'tekhex_bfd_is_target_special_symbol' 935 | #define tekhex_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1005:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'alent *(*)(bfd *, asymbol *)' (aka 'struct lineno_cache_entry *(*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1005 | BFD_JUMP_TABLE_SYMBOLS (tekhex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5615:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5615 | NAME##_get_lineno, \ | ^~~~~~~~~~~~~~~~~ :45:1: note: expanded from here 45 | tekhex_get_lineno | ^~~~~~~~~~~~~~~~~ tekhex.c:937:53: note: expanded from macro 'tekhex_get_lineno' 937 | #define tekhex_get_lineno _bfd_nosymbols_get_lineno | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:403:4: note: expanded from macro '_bfd_nosymbols_get_lineno' 403 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1005:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, unsigned long, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1005 | BFD_JUMP_TABLE_SYMBOLS (tekhex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5616:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5616 | NAME##_find_nearest_line, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :46:1: note: expanded from here 46 | tekhex_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:938:53: note: expanded from macro 'tekhex_find_nearest_line' 938 | #define tekhex_find_nearest_line _bfd_nosymbols_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:405:4: note: expanded from macro '_bfd_nosymbols_find_nearest_line' 405 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 406 | const char **, unsigned int *)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 407 | bfd_false) | ~~~~~~~~~ tekhex.c:1005:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1005 | BFD_JUMP_TABLE_SYMBOLS (tekhex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5618:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5618 | NAME##_find_inliner_info, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :47:1: note: expanded from here 47 | tekhex_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:939:53: note: expanded from macro 'tekhex_find_inliner_info' 939 | #define tekhex_find_inliner_info _bfd_nosymbols_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:409:4: note: expanded from macro '_bfd_nosymbols_find_inliner_info' 409 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 410 | bfd_false) | ~~~~~~~~~ tekhex.c:1005:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, void *, unsigned long)' (aka 'struct bfd_symbol *(*)(struct bfd *, void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 1005 | BFD_JUMP_TABLE_SYMBOLS (tekhex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5619:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5619 | NAME##_bfd_make_debug_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :48:1: note: expanded from here 48 | tekhex_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:940:53: note: expanded from macro 'tekhex_bfd_make_debug_symbol' 940 | #define tekhex_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:412:4: note: expanded from macro '_bfd_nosymbols_bfd_make_debug_symbol' 412 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1006:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, bfd_reloc_code_real_type)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, enum bfd_reloc_code_real)') converts to incompatible function type [-Wcast-function-type-mismatch] 1006 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5663:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5663 | NAME##_bfd_reloc_type_lookup, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :53:1: note: expanded from here 53 | _bfd_norelocs_bfd_reloc_type_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:426:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_type_lookup' 426 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1006:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, const char *)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, const char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 1006 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5664:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5664 | NAME##_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :54:1: note: expanded from here 54 | _bfd_norelocs_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:428:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_name_lookup' 428 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1009:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, asymbol **)' (aka 'long (*)(struct bfd *, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1009 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5764:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5764 | NAME##_canonicalize_dynamic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :74:1: note: expanded from here 74 | _bfd_nodynamic_canonicalize_dynamic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:499:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_symtab' 499 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1009:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, long, asymbol **, long, asymbol **, asymbol **)' (aka 'long (*)(struct bfd *, long, struct bfd_symbol **, long, struct bfd_symbol **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1009 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5765:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5765 | NAME##_get_synthetic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :75:1: note: expanded from here 75 | _bfd_nodynamic_get_synthetic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:501:4: note: expanded from macro '_bfd_nodynamic_get_synthetic_symtab' 501 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tekhex.c:1009:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, arelent **, asymbol **)' (aka 'long (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 1009 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5767:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5767 | NAME##_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :77:1: note: expanded from here 77 | _bfd_nodynamic_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:504:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_reloc' 504 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 warnings generated. mv -f .deps/tekhex.Tpo .deps/tekhex.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ihex.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ihex.c -o ihex.o ihex.c:987:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 987 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5528:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5528 | NAME##_bfd_copy_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :13:1: note: expanded from here 13 | _bfd_generic_bfd_copy_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:252:4: note: expanded from macro '_bfd_generic_bfd_copy_private_bfd_data' 252 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:987:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 987 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5529:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5529 | NAME##_bfd_merge_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :14:1: note: expanded from here 14 | _bfd_generic_bfd_merge_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:254:4: note: expanded from macro '_bfd_generic_bfd_merge_private_bfd_data' 254 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:987:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, bfd *, asection *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)') converts to incompatible function type [-Wcast-function-type-mismatch] 987 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5531:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5531 | NAME##_bfd_copy_private_section_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :15:1: note: expanded from here 15 | _bfd_generic_bfd_copy_private_section_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:258:4: note: expanded from macro '_bfd_generic_bfd_copy_private_section_data' 258 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:987:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 987 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5532:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5532 | NAME##_bfd_copy_private_symbol_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :16:1: note: expanded from here 16 | _bfd_generic_bfd_copy_private_symbol_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:260:4: note: expanded from macro '_bfd_generic_bfd_copy_private_symbol_data' 260 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:987:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 987 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5533:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5533 | NAME##_bfd_copy_private_header_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :17:1: note: expanded from here 17 | _bfd_generic_bfd_copy_private_header_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:262:4: note: expanded from macro '_bfd_generic_bfd_copy_private_header_data' 262 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:987:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, flagword)' (aka 'int (*)(struct bfd *, unsigned int)') converts to incompatible function type [-Wcast-function-type-mismatch] 987 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5534:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5534 | NAME##_bfd_set_private_flags, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :18:1: note: expanded from here 18 | _bfd_generic_bfd_set_private_flags | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:256:4: note: expanded from macro '_bfd_generic_bfd_set_private_flags' 256 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:987:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, void *)' (aka 'int (*)(struct bfd *, void *)') converts to incompatible function type [-Wcast-function-type-mismatch] 987 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5535:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5535 | NAME##_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :19:1: note: expanded from here 19 | _bfd_generic_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:264:4: note: expanded from macro '_bfd_generic_bfd_print_private_bfd_data' 264 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:989:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)' (aka 'int (*)(struct bfd *, char **, unsigned long *, const char **)') converts to incompatible function type [-Wcast-function-type-mismatch] 989 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5581:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5581 | NAME##_construct_extended_name_table, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :25:1: note: expanded from here 25 | _bfd_noarchive_construct_extended_name_table | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:285:4: note: expanded from macro '_bfd_noarchive_construct_extended_name_table' 285 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 286 | bfd_false) | ~~~~~~~~~ ihex.c:989:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, const char *, char *)' (aka 'void (*)(struct bfd *, const char *, char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 989 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5582:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5582 | NAME##_truncate_arname, \ | ^~~~~~~~~~~~~~~~~~~~~~ :26:1: note: expanded from here 26 | _bfd_noarchive_truncate_arname | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:288:4: note: expanded from macro '_bfd_noarchive_truncate_arname' 288 | ((void (*) (bfd *, const char *, char *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:989:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)' (aka 'int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)') converts to incompatible function type [-Wcast-function-type-mismatch] 989 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5583:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5583 | NAME##_write_armap, \ | ^~~~~~~~~~~~~~~~~~ :27:1: note: expanded from here 27 | _bfd_noarchive_write_armap | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:290:4: note: expanded from macro '_bfd_noarchive_write_armap' 290 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 291 | bfd_false) | ~~~~~~~~~ ihex.c:989:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 989 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5585:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5585 | NAME##_write_ar_hdr, \ | ^~~~~~~~~~~~~~~~~~~ :29:1: note: expanded from here 29 | _bfd_noarchive_write_ar_hdr | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:294:4: note: expanded from macro '_bfd_noarchive_write_ar_hdr' 294 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:989:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, bfd *)' (aka 'struct bfd *(*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 989 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5586:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5586 | NAME##_openr_next_archived_file, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :30:1: note: expanded from here 30 | _bfd_noarchive_openr_next_archived_file | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:296:4: note: expanded from macro '_bfd_noarchive_openr_next_archived_file' 296 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:989:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, symindex)' (aka 'struct bfd *(*)(struct bfd *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 989 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5587:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5587 | NAME##_get_elt_at_index, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :31:1: note: expanded from here 31 | _bfd_noarchive_get_elt_at_index | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:298:4: note: expanded from macro '_bfd_noarchive_get_elt_at_index' 298 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:990:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, asymbol **)' (aka 'long (*)(struct bfd *, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5609:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5609 | NAME##_canonicalize_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ :35:1: note: expanded from here 35 | ihex_canonicalize_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:918:52: note: expanded from macro 'ihex_canonicalize_symtab' 918 | #define ihex_canonicalize_symtab ((long (*) (bfd *, asymbol **)) bfd_0l) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:990:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, void *, asymbol *, bfd_print_symbol_type)' (aka 'void (*)(struct bfd *, void *, struct bfd_symbol *, enum bfd_print_symbol)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5611:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5611 | NAME##_print_symbol, \ | ^~~~~~~~~~~~~~~~~~~ :37:1: note: expanded from here 37 | ihex_print_symbol | ^~~~~~~~~~~~~~~~~ ihex.c:920:51: note: expanded from macro 'ihex_print_symbol' 920 | #define ihex_print_symbol _bfd_nosymbols_print_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:395:4: note: expanded from macro '_bfd_nosymbols_print_symbol' 395 | ((void (*) (bfd *, void *, asymbol *, bfd_print_symbol_type)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:990:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, asymbol *, symbol_info *)' (aka 'void (*)(struct bfd *, struct bfd_symbol *, struct _symbol_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5612:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5612 | NAME##_get_symbol_info, \ | ^~~~~~~~~~~~~~~~~~~~~~ :38:1: note: expanded from here 38 | ihex_get_symbol_info | ^~~~~~~~~~~~~~~~~~~~ ihex.c:921:51: note: expanded from macro 'ihex_get_symbol_info' 921 | #define ihex_get_symbol_info _bfd_nosymbols_get_symbol_info | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:397:4: note: expanded from macro '_bfd_nosymbols_get_symbol_info' 397 | ((void (*) (bfd *, asymbol *, symbol_info *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:990:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, const char *)' (aka 'int (*)(struct bfd *, const char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5613:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5613 | NAME##_bfd_is_local_label_name, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :39:1: note: expanded from here 39 | ihex_bfd_is_local_label_name | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:923:51: note: expanded from macro 'ihex_bfd_is_local_label_name' 923 | #define ihex_bfd_is_local_label_name _bfd_nosymbols_bfd_is_local_label_name | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:399:4: note: expanded from macro '_bfd_nosymbols_bfd_is_local_label_name' 399 | ((bfd_boolean (*) (bfd *, const char *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:990:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5614:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5614 | NAME##_bfd_is_target_special_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :40:1: note: expanded from here 40 | ihex_bfd_is_target_special_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:922:52: note: expanded from macro 'ihex_bfd_is_target_special_symbol' 922 | #define ihex_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:990:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'alent *(*)(bfd *, asymbol *)' (aka 'struct lineno_cache_entry *(*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5615:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5615 | NAME##_get_lineno, \ | ^~~~~~~~~~~~~~~~~ :41:1: note: expanded from here 41 | ihex_get_lineno | ^~~~~~~~~~~~~~~ ihex.c:924:51: note: expanded from macro 'ihex_get_lineno' 924 | #define ihex_get_lineno _bfd_nosymbols_get_lineno | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:403:4: note: expanded from macro '_bfd_nosymbols_get_lineno' 403 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:990:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, unsigned long, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5616:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5616 | NAME##_find_nearest_line, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :42:1: note: expanded from here 42 | ihex_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~ ihex.c:925:51: note: expanded from macro 'ihex_find_nearest_line' 925 | #define ihex_find_nearest_line _bfd_nosymbols_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:405:4: note: expanded from macro '_bfd_nosymbols_find_nearest_line' 405 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 406 | const char **, unsigned int *)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 407 | bfd_false) | ~~~~~~~~~ ihex.c:990:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5618:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5618 | NAME##_find_inliner_info, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :43:1: note: expanded from here 43 | ihex_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~ ihex.c:926:51: note: expanded from macro 'ihex_find_inliner_info' 926 | #define ihex_find_inliner_info _bfd_nosymbols_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:409:4: note: expanded from macro '_bfd_nosymbols_find_inliner_info' 409 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 410 | bfd_false) | ~~~~~~~~~ ihex.c:990:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, void *, unsigned long)' (aka 'struct bfd_symbol *(*)(struct bfd *, void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5619:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5619 | NAME##_bfd_make_debug_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :44:1: note: expanded from here 44 | ihex_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:927:51: note: expanded from macro 'ihex_bfd_make_debug_symbol' 927 | #define ihex_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:412:4: note: expanded from macro '_bfd_nosymbols_bfd_make_debug_symbol' 412 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:990:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, bfd_boolean, void **, unsigned int *)' (aka 'long (*)(struct bfd *, int, void **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5620:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5620 | NAME##_read_minisymbols, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :45:1: note: expanded from here 45 | ihex_read_minisymbols | ^~~~~~~~~~~~~~~~~~~~~ ihex.c:928:51: note: expanded from macro 'ihex_read_minisymbols' 928 | #define ihex_read_minisymbols _bfd_nosymbols_read_minisymbols | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:414:4: note: expanded from macro '_bfd_nosymbols_read_minisymbols' 414 | ((long (*) (bfd *, bfd_boolean, void **, unsigned int *)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:990:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, bfd_boolean, const void *, asymbol *)' (aka 'struct bfd_symbol *(*)(struct bfd *, int, const void *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 990 | BFD_JUMP_TABLE_SYMBOLS (ihex), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5621:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5621 | NAME##_minisymbol_to_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :46:1: note: expanded from here 46 | ihex_minisymbol_to_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:929:51: note: expanded from macro 'ihex_minisymbol_to_symbol' 929 | #define ihex_minisymbol_to_symbol _bfd_nosymbols_minisymbol_to_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:416:4: note: expanded from macro '_bfd_nosymbols_minisymbol_to_symbol' 416 | ((asymbol *(*) (bfd *, bfd_boolean, const void *, asymbol *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 417 | bfd_nullvoidptr) | ~~~~~~~~~~~~~~~ ihex.c:991:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, bfd_reloc_code_real_type)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, enum bfd_reloc_code_real)') converts to incompatible function type [-Wcast-function-type-mismatch] 991 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5663:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5663 | NAME##_bfd_reloc_type_lookup, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :49:1: note: expanded from here 49 | _bfd_norelocs_bfd_reloc_type_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:426:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_type_lookup' 426 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:991:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, const char *)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, const char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 991 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5664:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5664 | NAME##_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :50:1: note: expanded from here 50 | _bfd_norelocs_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:428:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_name_lookup' 428 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:994:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, asymbol **)' (aka 'long (*)(struct bfd *, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 994 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5764:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5764 | NAME##_canonicalize_dynamic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :70:1: note: expanded from here 70 | _bfd_nodynamic_canonicalize_dynamic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:499:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_symtab' 499 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:994:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, long, asymbol **, long, asymbol **, asymbol **)' (aka 'long (*)(struct bfd *, long, struct bfd_symbol **, long, struct bfd_symbol **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 994 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5765:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5765 | NAME##_get_synthetic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :71:1: note: expanded from here 71 | _bfd_nodynamic_get_synthetic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:501:4: note: expanded from macro '_bfd_nodynamic_get_synthetic_symtab' 501 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ihex.c:994:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, arelent **, asymbol **)' (aka 'long (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 994 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5767:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5767 | NAME##_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :73:1: note: expanded from here 73 | _bfd_nodynamic_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:504:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_reloc' 504 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29 warnings generated. mv -f .deps/ihex.Tpo .deps/ihex.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo stabs.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c stabs.c -o stabs.o mv -f .deps/stabs.Tpo .deps/stabs.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo stab-syms.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c stab-syms.c -o stab-syms.o stab-syms.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 48 | bfd_get_stab_name (code) | ^ 1 warning generated. mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo merge.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c merge.c -o merge.o mv -f .deps/merge.Tpo .deps/merge.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/local/lib/debug\" ./dwarf2.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/local/lib/debug\" ./dwarf2.c -o dwarf2.o mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo simple.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c simple.c -o simple.o mv -f .deps/simple.Tpo .deps/simple.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo compress.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -o compress.o mv -f .deps/compress.Tpo .deps/compress.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo verilog.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c verilog.c -o verilog.o verilog.c:362:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 362 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5528:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5528 | NAME##_bfd_copy_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :9:1: note: expanded from here 9 | _bfd_generic_bfd_copy_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:252:4: note: expanded from macro '_bfd_generic_bfd_copy_private_bfd_data' 252 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:362:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 362 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5529:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5529 | NAME##_bfd_merge_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :10:1: note: expanded from here 10 | _bfd_generic_bfd_merge_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:254:4: note: expanded from macro '_bfd_generic_bfd_merge_private_bfd_data' 254 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:362:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, bfd *, asection *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)') converts to incompatible function type [-Wcast-function-type-mismatch] 362 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5531:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5531 | NAME##_bfd_copy_private_section_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :11:1: note: expanded from here 11 | _bfd_generic_bfd_copy_private_section_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:258:4: note: expanded from macro '_bfd_generic_bfd_copy_private_section_data' 258 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:362:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 362 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5532:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5532 | NAME##_bfd_copy_private_symbol_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :12:1: note: expanded from here 12 | _bfd_generic_bfd_copy_private_symbol_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:260:4: note: expanded from macro '_bfd_generic_bfd_copy_private_symbol_data' 260 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:362:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 362 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5533:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5533 | NAME##_bfd_copy_private_header_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :13:1: note: expanded from here 13 | _bfd_generic_bfd_copy_private_header_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:262:4: note: expanded from macro '_bfd_generic_bfd_copy_private_header_data' 262 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:362:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, flagword)' (aka 'int (*)(struct bfd *, unsigned int)') converts to incompatible function type [-Wcast-function-type-mismatch] 362 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5534:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5534 | NAME##_bfd_set_private_flags, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :14:1: note: expanded from here 14 | _bfd_generic_bfd_set_private_flags | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:256:4: note: expanded from macro '_bfd_generic_bfd_set_private_flags' 256 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:362:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, void *)' (aka 'int (*)(struct bfd *, void *)') converts to incompatible function type [-Wcast-function-type-mismatch] 362 | BFD_JUMP_TABLE_COPY (_bfd_generic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5535:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5535 | NAME##_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :15:1: note: expanded from here 15 | _bfd_generic_bfd_print_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:264:4: note: expanded from macro '_bfd_generic_bfd_print_private_bfd_data' 264 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:364:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)' (aka 'int (*)(struct bfd *, char **, unsigned long *, const char **)') converts to incompatible function type [-Wcast-function-type-mismatch] 364 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5581:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5581 | NAME##_construct_extended_name_table, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :21:1: note: expanded from here 21 | _bfd_noarchive_construct_extended_name_table | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:285:4: note: expanded from macro '_bfd_noarchive_construct_extended_name_table' 285 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 286 | bfd_false) | ~~~~~~~~~ verilog.c:364:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, const char *, char *)' (aka 'void (*)(struct bfd *, const char *, char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 364 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5582:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5582 | NAME##_truncate_arname, \ | ^~~~~~~~~~~~~~~~~~~~~~ :22:1: note: expanded from here 22 | _bfd_noarchive_truncate_arname | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:288:4: note: expanded from macro '_bfd_noarchive_truncate_arname' 288 | ((void (*) (bfd *, const char *, char *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:364:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)' (aka 'int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)') converts to incompatible function type [-Wcast-function-type-mismatch] 364 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5583:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5583 | NAME##_write_armap, \ | ^~~~~~~~~~~~~~~~~~ :23:1: note: expanded from here 23 | _bfd_noarchive_write_armap | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:290:4: note: expanded from macro '_bfd_noarchive_write_armap' 290 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 291 | bfd_false) | ~~~~~~~~~ verilog.c:364:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 364 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5585:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5585 | NAME##_write_ar_hdr, \ | ^~~~~~~~~~~~~~~~~~~ :25:1: note: expanded from here 25 | _bfd_noarchive_write_ar_hdr | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:294:4: note: expanded from macro '_bfd_noarchive_write_ar_hdr' 294 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:364:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, bfd *)' (aka 'struct bfd *(*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 364 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5586:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5586 | NAME##_openr_next_archived_file, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :26:1: note: expanded from here 26 | _bfd_noarchive_openr_next_archived_file | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:296:4: note: expanded from macro '_bfd_noarchive_openr_next_archived_file' 296 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:364:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd *(*)(bfd *, symindex)' (aka 'struct bfd *(*)(struct bfd *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 364 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5587:3: note: expanded from macro 'BFD_JUMP_TABLE_ARCHIVE' 5587 | NAME##_get_elt_at_index, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :27:1: note: expanded from here 27 | _bfd_noarchive_get_elt_at_index | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:298:4: note: expanded from macro '_bfd_noarchive_get_elt_at_index' 298 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:365:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, asymbol **)' (aka 'long (*)(struct bfd *, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5609:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5609 | NAME##_canonicalize_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ :31:1: note: expanded from here 31 | _bfd_nosymbols_canonicalize_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:392:4: note: expanded from macro '_bfd_nosymbols_canonicalize_symtab' 392 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:365:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, void *, asymbol *, bfd_print_symbol_type)' (aka 'void (*)(struct bfd *, void *, struct bfd_symbol *, enum bfd_print_symbol)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5611:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5611 | NAME##_print_symbol, \ | ^~~~~~~~~~~~~~~~~~~ :33:1: note: expanded from here 33 | _bfd_nosymbols_print_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:395:4: note: expanded from macro '_bfd_nosymbols_print_symbol' 395 | ((void (*) (bfd *, void *, asymbol *, bfd_print_symbol_type)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:365:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, asymbol *, symbol_info *)' (aka 'void (*)(struct bfd *, struct bfd_symbol *, struct _symbol_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5612:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5612 | NAME##_get_symbol_info, \ | ^~~~~~~~~~~~~~~~~~~~~~ :34:1: note: expanded from here 34 | _bfd_nosymbols_get_symbol_info | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:397:4: note: expanded from macro '_bfd_nosymbols_get_symbol_info' 397 | ((void (*) (bfd *, asymbol *, symbol_info *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, const char *)' (aka 'int (*)(struct bfd *, const char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5613:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5613 | NAME##_bfd_is_local_label_name, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :35:1: note: expanded from here 35 | _bfd_nosymbols_bfd_is_local_label_name | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:399:4: note: expanded from macro '_bfd_nosymbols_bfd_is_local_label_name' 399 | ((bfd_boolean (*) (bfd *, const char *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5614:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5614 | NAME##_bfd_is_target_special_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :36:1: note: expanded from here 36 | _bfd_nosymbols_bfd_is_target_special_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:401:4: note: expanded from macro '_bfd_nosymbols_bfd_is_target_special_symbol' 401 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:365:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'alent *(*)(bfd *, asymbol *)' (aka 'struct lineno_cache_entry *(*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5615:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5615 | NAME##_get_lineno, \ | ^~~~~~~~~~~~~~~~~ :37:1: note: expanded from here 37 | _bfd_nosymbols_get_lineno | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:403:4: note: expanded from macro '_bfd_nosymbols_get_lineno' 403 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, unsigned long, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5616:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5616 | NAME##_find_nearest_line, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :38:1: note: expanded from here 38 | _bfd_nosymbols_find_nearest_line | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:405:4: note: expanded from macro '_bfd_nosymbols_find_nearest_line' 405 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 406 | const char **, unsigned int *)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 407 | bfd_false) | ~~~~~~~~~ verilog.c:365:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)' (aka 'int (*)(struct bfd *, const char **, const char **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5618:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5618 | NAME##_find_inliner_info, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :39:1: note: expanded from here 39 | _bfd_nosymbols_find_inliner_info | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:409:4: note: expanded from macro '_bfd_nosymbols_find_inliner_info' 409 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 410 | bfd_false) | ~~~~~~~~~ verilog.c:365:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, void *, unsigned long)' (aka 'struct bfd_symbol *(*)(struct bfd *, void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5619:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5619 | NAME##_bfd_make_debug_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :40:1: note: expanded from here 40 | _bfd_nosymbols_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:412:4: note: expanded from macro '_bfd_nosymbols_bfd_make_debug_symbol' 412 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:365:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, bfd_boolean, void **, unsigned int *)' (aka 'long (*)(struct bfd *, int, void **, unsigned int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5620:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5620 | NAME##_read_minisymbols, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :41:1: note: expanded from here 41 | _bfd_nosymbols_read_minisymbols | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:414:4: note: expanded from macro '_bfd_nosymbols_read_minisymbols' 414 | ((long (*) (bfd *, bfd_boolean, void **, unsigned int *)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:365:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, bfd_boolean, const void *, asymbol *)' (aka 'struct bfd_symbol *(*)(struct bfd *, int, const void *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 365 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5621:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5621 | NAME##_minisymbol_to_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :42:1: note: expanded from here 42 | _bfd_nosymbols_minisymbol_to_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:416:4: note: expanded from macro '_bfd_nosymbols_minisymbol_to_symbol' 416 | ((asymbol *(*) (bfd *, bfd_boolean, const void *, asymbol *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 417 | bfd_nullvoidptr) | ~~~~~~~~~~~~~~~ verilog.c:366:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, bfd_reloc_code_real_type)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, enum bfd_reloc_code_real)') converts to incompatible function type [-Wcast-function-type-mismatch] 366 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5663:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5663 | NAME##_bfd_reloc_type_lookup, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :45:1: note: expanded from here 45 | _bfd_norelocs_bfd_reloc_type_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:426:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_type_lookup' 426 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:366:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, const char *)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, const char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 366 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5664:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5664 | NAME##_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :46:1: note: expanded from here 46 | _bfd_norelocs_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:428:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_name_lookup' 428 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:368:3: warning: cast from 'int (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'int (*)(bfd *, struct bfd_link_info *)' (aka 'int (*)(struct bfd *, struct bfd_link_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5688:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5688 | NAME##_sizeof_headers, \ | ^~~~~~~~~~~~~~~~~~~~~ :49:1: note: expanded from here 49 | _bfd_nolink_sizeof_headers | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:451:4: note: expanded from macro '_bfd_nolink_sizeof_headers' 451 | ((int (*) (bfd *, struct bfd_link_info *)) bfd_0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:368:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'bfd_byte *(*)(bfd *, struct bfd_link_info *, struct bfd_link_order *, bfd_byte *, bfd_boolean, asymbol **)' (aka 'unsigned char *(*)(struct bfd *, struct bfd_link_info *, struct bfd_link_order *, unsigned char *, int, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5689:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5689 | NAME##_bfd_get_relocated_section_contents, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :50:1: note: expanded from here 50 | _bfd_nolink_bfd_get_relocated_section_contents | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:453:4: note: expanded from macro '_bfd_nolink_bfd_get_relocated_section_contents' 453 | ((bfd_byte *(*) (bfd *, struct bfd_link_info *, struct bfd_link_order *, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 454 | bfd_byte *, bfd_boolean, asymbol **)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 455 | bfd_nullvoidptr) | ~~~~~~~~~~~~~~~ verilog.c:368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asection *, struct bfd_link_info *, bfd_boolean *)' (aka 'int (*)(struct bfd *, struct bfd_section *, struct bfd_link_info *, int *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5690:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5690 | NAME##_bfd_relax_section, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :51:1: note: expanded from here 51 | _bfd_nolink_bfd_relax_section | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:457:4: note: expanded from macro '_bfd_nolink_bfd_relax_section' 457 | ((bfd_boolean (*) \ | ^~~~~~~~~~~~~~~~~~ 458 | (bfd *, asection *, struct bfd_link_info *, bfd_boolean *)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 459 | bfd_false) | ~~~~~~~~~ verilog.c:368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, struct bfd_link_info *)' (aka 'int (*)(struct bfd *, struct bfd_link_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5693:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5693 | NAME##_bfd_link_add_symbols, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :54:1: note: expanded from here 54 | _bfd_nolink_bfd_link_add_symbols | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:477:4: note: expanded from macro '_bfd_nolink_bfd_link_add_symbols' 477 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:368:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(asection *, struct bfd_link_info *)' (aka 'void (*)(struct bfd_section *, struct bfd_link_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5694:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5694 | NAME##_bfd_link_just_syms, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ :55:1: note: expanded from here 55 | _bfd_nolink_bfd_link_just_syms | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:479:4: note: expanded from macro '_bfd_nolink_bfd_link_just_syms' 479 | ((void (*) (asection *, struct bfd_link_info *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:368:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, struct bfd_link_hash_entry *, struct bfd_link_hash_entry *)' (aka 'void (*)(struct bfd *, struct bfd_link_hash_entry *, struct bfd_link_hash_entry *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5695:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5695 | NAME##_bfd_copy_link_hash_symbol_type, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :56:1: note: expanded from here 56 | _bfd_nolink_bfd_copy_link_hash_symbol_type | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:481:4: note: expanded from macro '_bfd_nolink_bfd_copy_link_hash_symbol_type' 481 | ((void (*) (bfd *, struct bfd_link_hash_entry *, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 482 | struct bfd_link_hash_entry *)) bfd_void) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, struct bfd_link_info *)' (aka 'int (*)(struct bfd *, struct bfd_link_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5696:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5696 | NAME##_bfd_final_link, \ | ^~~~~~~~~~~~~~~~~~~~~ :57:1: note: expanded from here 57 | _bfd_nolink_bfd_final_link | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:484:4: note: expanded from macro '_bfd_nolink_bfd_final_link' 484 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, struct bfd_section *)' (aka 'int (*)(struct bfd *, struct bfd_section *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5697:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5697 | NAME##_bfd_link_split_section, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :58:1: note: expanded from here 58 | _bfd_nolink_bfd_link_split_section | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:486:4: note: expanded from macro '_bfd_nolink_bfd_link_split_section' 486 | ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, struct bfd_link_info *)' (aka 'int (*)(struct bfd *, struct bfd_link_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5698:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5698 | NAME##_bfd_gc_sections, \ | ^~~~~~~~~~~~~~~~~~~~~~ :59:1: note: expanded from here 59 | _bfd_nolink_bfd_gc_sections | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:461:4: note: expanded from macro '_bfd_nolink_bfd_gc_sections' 461 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 462 | bfd_false) | ~~~~~~~~~ verilog.c:368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, struct bfd_link_info *)' (aka 'int (*)(struct bfd *, struct bfd_link_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5699:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5699 | NAME##_bfd_merge_sections, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ :60:1: note: expanded from here 60 | _bfd_nolink_bfd_merge_sections | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:464:4: note: expanded from macro '_bfd_nolink_bfd_merge_sections' 464 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 465 | bfd_false) | ~~~~~~~~~ verilog.c:368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, const struct bfd_section *)' (aka 'int (*)(struct bfd *, const struct bfd_section *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5700:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5700 | NAME##_bfd_is_group_section, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :61:1: note: expanded from here 61 | _bfd_nolink_bfd_is_group_section | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:467:4: note: expanded from macro '_bfd_nolink_bfd_is_group_section' 467 | ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 468 | bfd_false) | ~~~~~~~~~ verilog.c:368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, struct bfd_section *)' (aka 'int (*)(struct bfd *, struct bfd_section *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5701:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5701 | NAME##_bfd_discard_group, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ :62:1: note: expanded from here 62 | _bfd_nolink_bfd_discard_group | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:470:4: note: expanded from macro '_bfd_nolink_bfd_discard_group' 470 | ((bfd_boolean (*) (bfd *, struct bfd_section *)) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 471 | bfd_false) | ~~~~~~~~~ verilog.c:368:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, struct bfd_section *, struct bfd_link_info *)' (aka 'void (*)(struct bfd *, struct bfd_section *, struct bfd_link_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5702:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5702 | NAME##_section_already_linked, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :63:1: note: expanded from here 63 | _bfd_nolink_section_already_linked | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:488:4: note: expanded from macro '_bfd_nolink_section_already_linked' 488 | ((void (*) (bfd *, struct bfd_section *, struct bfd_link_info *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:368:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *)' (aka 'int (*)(struct bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *)') converts to incompatible function type [-Wcast-function-type-mismatch] 368 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5703:3: note: expanded from macro 'BFD_JUMP_TABLE_LINK' 5703 | NAME##_bfd_define_common_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :64:1: note: expanded from here 64 | _bfd_nolink_bfd_define_common_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:490:4: note: expanded from macro '_bfd_nolink_bfd_define_common_symbol' 490 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 491 | struct bfd_link_hash_entry *)) bfd_false) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:369:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, asymbol **)' (aka 'long (*)(struct bfd *, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 369 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5764:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5764 | NAME##_canonicalize_dynamic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :66:1: note: expanded from here 66 | _bfd_nodynamic_canonicalize_dynamic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:499:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_symtab' 499 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:369:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, long, asymbol **, long, asymbol **, asymbol **)' (aka 'long (*)(struct bfd *, long, struct bfd_symbol **, long, struct bfd_symbol **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 369 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5765:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5765 | NAME##_get_synthetic_symtab, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :67:1: note: expanded from here 67 | _bfd_nodynamic_get_synthetic_symtab | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:501:4: note: expanded from macro '_bfd_nodynamic_get_synthetic_symtab' 501 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ verilog.c:369:3: warning: cast from 'long (*)(bfd *)' (aka 'long (*)(struct bfd *)') to 'long (*)(bfd *, arelent **, asymbol **)' (aka 'long (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)') converts to incompatible function type [-Wcast-function-type-mismatch] 369 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5767:3: note: expanded from macro 'BFD_JUMP_TABLE_DYNAMIC' 5767 | NAME##_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :69:1: note: expanded from here 69 | _bfd_nodynamic_canonicalize_dynamic_reloc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:504:4: note: expanded from macro '_bfd_nodynamic_canonicalize_dynamic_reloc' 504 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 43 warnings generated. mv -f .deps/verilog.Tpo .deps/verilog.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32-msp430.lo -MD -MP -MF .deps/elf32-msp430.Tpo -c -o elf32-msp430.lo elf32-msp430.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32-msp430.lo -MD -MP -MF .deps/elf32-msp430.Tpo -c elf32-msp430.c -o elf32-msp430.o In file included from elf32-msp430.c:1682: ./elf32-target.h:674:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, struct bfd_link_info *)' (aka 'void (*)(struct bfd *, struct bfd_link_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 674 | elf_backend_init_index_section, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:423:3: note: expanded from macro 'elf_backend_init_index_section' 423 | ((void (*) (bfd *, struct bfd_link_info *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:929:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 929 | BFD_JUMP_TABLE_COPY (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5529:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5529 | NAME##_bfd_merge_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :14:1: note: expanded from here 14 | bfd_elf32_bfd_merge_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:204:4: note: expanded from macro 'bfd_elf32_bfd_merge_private_bfd_data' 204 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:929:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, flagword)' (aka 'int (*)(struct bfd *, unsigned int)') converts to incompatible function type [-Wcast-function-type-mismatch] 929 | BFD_JUMP_TABLE_COPY (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5534:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5534 | NAME##_bfd_set_private_flags, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :18:1: note: expanded from here 18 | bfd_elf32_bfd_set_private_flags | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:208:4: note: expanded from macro 'bfd_elf32_bfd_set_private_flags' 208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:936:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 936 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5614:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5614 | NAME##_bfd_is_target_special_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :40:1: note: expanded from here 40 | bfd_elf32_bfd_is_target_special_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:215:4: note: expanded from macro 'bfd_elf32_bfd_is_target_special_symbol' 215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:936:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, void *, unsigned long)' (aka 'struct bfd_symbol *(*)(struct bfd *, void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 936 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5619:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5619 | NAME##_bfd_make_debug_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :44:1: note: expanded from here 44 | bfd_elf32_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:178:4: note: expanded from macro 'bfd_elf32_bfd_make_debug_symbol' 178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. mv -f .deps/elf32-msp430.Tpo .deps/elf32-msp430.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo elf32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c elf32.c -o elf32.o mv -f .deps/elf32.Tpo .deps/elf32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo elf.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c elf.c -o elf.o mv -f .deps/elf.Tpo .deps/elf.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo elflink.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c elflink.c -o elflink.o elflink.c:4919:45: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic] 4919 | return (struct elf_link_hash_entry *) 0 - 1; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ elflink.c:5031:46: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic] 5031 | if (h == (struct elf_link_hash_entry *) 0 - 1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ elflink.c:12418:9: warning: variable 'l_sec_contents' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 12418 | if (!bfd_malloc_and_get_section (abfd, sec, &sec_contents)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ elflink.c:12434:9: note: uninitialized use occurs here 12434 | if (l_sec_contents) | ^~~~~~~~~~~~~~ elflink.c:12418:5: note: remove the 'if' if its condition is always false 12418 | if (!bfd_malloc_and_get_section (abfd, sec, &sec_contents)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12419 | (*_bfd_error_handler) | ~~~~~~~~~~~~~~~~~~~~~ 12420 | (_("%B: warning: could not read contents of section `%A'"), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12421 | abfd, sec); | ~~~~~~~~~~~ 12422 | else if (!bfd_malloc_and_get_section (l->sec->owner, l->sec, | ~~~~ elflink.c:12416:44: note: initialize the variable 'l_sec_contents' to silence this warning 12416 | bfd_byte *sec_contents, *l_sec_contents; | ^ | = NULL 3 warnings generated. mv -f .deps/elflink.Tpo .deps/elflink.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo elf-attrs.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c elf-attrs.c -o elf-attrs.o mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo elf-strtab.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c elf-strtab.c -o elf-strtab.o mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo elf-eh-frame.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c elf-eh-frame.c -o elf-eh-frame.o mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo dwarf1.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c dwarf1.c -o dwarf1.o mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo elf32-gen.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c elf32-gen.c -o elf32-gen.o In file included from elf32-gen.c:103: ./elf32-target.h:674:3: warning: cast from 'void (*)(bfd *)' (aka 'void (*)(struct bfd *)') to 'void (*)(bfd *, struct bfd_link_info *)' (aka 'void (*)(struct bfd *, struct bfd_link_info *)') converts to incompatible function type [-Wcast-function-type-mismatch] 674 | elf_backend_init_index_section, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:423:3: note: expanded from macro 'elf_backend_init_index_section' 423 | ((void (*) (bfd *, struct bfd_link_info *)) bfd_void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:833:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 833 | BFD_JUMP_TABLE_COPY (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5529:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5529 | NAME##_bfd_merge_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :10:1: note: expanded from here 10 | bfd_elf32_bfd_merge_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:204:4: note: expanded from macro 'bfd_elf32_bfd_merge_private_bfd_data' 204 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:833:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, flagword)' (aka 'int (*)(struct bfd *, unsigned int)') converts to incompatible function type [-Wcast-function-type-mismatch] 833 | BFD_JUMP_TABLE_COPY (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5534:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5534 | NAME##_bfd_set_private_flags, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :14:1: note: expanded from here 14 | bfd_elf32_bfd_set_private_flags | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:208:4: note: expanded from macro 'bfd_elf32_bfd_set_private_flags' 208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:840:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 840 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5614:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5614 | NAME##_bfd_is_target_special_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :36:1: note: expanded from here 36 | bfd_elf32_bfd_is_target_special_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:215:4: note: expanded from macro 'bfd_elf32_bfd_is_target_special_symbol' 215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:840:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, void *, unsigned long)' (aka 'struct bfd_symbol *(*)(struct bfd *, void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 840 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5619:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5619 | NAME##_bfd_make_debug_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :40:1: note: expanded from here 40 | bfd_elf32_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:178:4: note: expanded from macro 'bfd_elf32_bfd_make_debug_symbol' 178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:841:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, const char *)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, const char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 841 | BFD_JUMP_TABLE_RELOCS (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5664:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5664 | NAME##_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :46:1: note: expanded from here 46 | bfd_elf32_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ elf32-gen.c:98:41: note: expanded from macro 'bfd_elf32_bfd_reloc_name_lookup' 98 | #define bfd_elf32_bfd_reloc_name_lookup _bfd_norelocs_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:428:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_name_lookup' 428 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from elf32-gen.c:103: ./elf32-target.h:929:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, bfd *)' (aka 'int (*)(struct bfd *, struct bfd *)') converts to incompatible function type [-Wcast-function-type-mismatch] 929 | BFD_JUMP_TABLE_COPY (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5529:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5529 | NAME##_bfd_merge_private_bfd_data, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :76:1: note: expanded from here 76 | bfd_elf32_bfd_merge_private_bfd_data | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:204:4: note: expanded from macro 'bfd_elf32_bfd_merge_private_bfd_data' 204 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:929:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, flagword)' (aka 'int (*)(struct bfd *, unsigned int)') converts to incompatible function type [-Wcast-function-type-mismatch] 929 | BFD_JUMP_TABLE_COPY (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5534:3: note: expanded from macro 'BFD_JUMP_TABLE_COPY' 5534 | NAME##_bfd_set_private_flags, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :80:1: note: expanded from here 80 | bfd_elf32_bfd_set_private_flags | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:208:4: note: expanded from macro 'bfd_elf32_bfd_set_private_flags' 208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:936:3: warning: cast from 'bfd_boolean (*)(bfd *)' (aka 'int (*)(struct bfd *)') to 'bfd_boolean (*)(bfd *, asymbol *)' (aka 'int (*)(struct bfd *, struct bfd_symbol *)') converts to incompatible function type [-Wcast-function-type-mismatch] 936 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5614:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5614 | NAME##_bfd_is_target_special_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :102:1: note: expanded from here 102 | bfd_elf32_bfd_is_target_special_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:215:4: note: expanded from macro 'bfd_elf32_bfd_is_target_special_symbol' 215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:936:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'asymbol *(*)(bfd *, void *, unsigned long)' (aka 'struct bfd_symbol *(*)(struct bfd *, void *, unsigned long)') converts to incompatible function type [-Wcast-function-type-mismatch] 936 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5619:3: note: expanded from macro 'BFD_JUMP_TABLE_SYMBOLS' 5619 | NAME##_bfd_make_debug_symbol, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :106:1: note: expanded from here 106 | bfd_elf32_bfd_make_debug_symbol | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:178:4: note: expanded from macro 'bfd_elf32_bfd_make_debug_symbol' 178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elf32-target.h:937:3: warning: cast from 'void *(*)(bfd *)' (aka 'void *(*)(struct bfd *)') to 'reloc_howto_type *(*)(bfd *, const char *)' (aka 'const struct reloc_howto_struct *(*)(struct bfd *, const char *)') converts to incompatible function type [-Wcast-function-type-mismatch] 937 | BFD_JUMP_TABLE_RELOCS (bfd_elf32), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./bfd.h:5664:3: note: expanded from macro 'BFD_JUMP_TABLE_RELOCS' 5664 | NAME##_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :112:1: note: expanded from here 112 | bfd_elf32_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ elf32-gen.c:98:41: note: expanded from macro 'bfd_elf32_bfd_reloc_name_lookup' 98 | #define bfd_elf32_bfd_reloc_name_lookup _bfd_norelocs_bfd_reloc_name_lookup | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libbfd.h:428:4: note: expanded from macro '_bfd_norelocs_bfd_reloc_name_lookup' 428 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 warnings generated. mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cpu-msp430.lo -MD -MP -MF .deps/cpu-msp430.Tpo -c -o cpu-msp430.lo cpu-msp430.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cpu-msp430.lo -MD -MP -MF .deps/cpu-msp430.Tpo -c cpu-msp430.c -o cpu-msp430.o cpu-msp430.c:128:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 128 | compatible (a,b) | ^ 1 warning generated. mv -f .deps/cpu-msp430.Tpo .deps/cpu-msp430.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo archive64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_bfd_elf32_msp430_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c archive64.c -o archive64.o mv -f .deps/archive64.Tpo .deps/archive64.Plo rm -f tofiles f=""; \ for i in elf32-msp430.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-gen.lo cpu-msp430.lo archive64.lo ; do \ case " $f " in \ *" $i "*) ;; \ *) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles /bin/sh ./../move-if-change tofiles ofiles touch stamp-ofiles /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -rpath /usr/local/x86_64-unknown-openbsd7.9/msp430/lib -release `cat libtool-soversion` -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-msp430.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-msp430.o archive64.o libtool: link: ranlib .libs/libbfd.a libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ ranlib libbfd.tmp; \ /bin/sh ./../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib gmake[4]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[3]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd' gmake[2]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/bfd' Configuring in ./opcodes configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.9 checking host system type... x86_64-unknown-openbsd7.9 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.9-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking for x86_64-unknown-openbsd7.9-gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for x86_64-unknown-openbsd7.9-ar... ar checking for x86_64-unknown-openbsd7.9-ranlib... ranlib checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for x86_64-unknown-openbsd7.9-objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for x86_64-unknown-openbsd7.9-ar... (cached) ar checking for x86_64-unknown-openbsd7.9-strip... no checking for strip... (cached) strip checking for x86_64-unknown-openbsd7.9-ranlib... (cached) ranlib checking command to parse nm output from cc object... ok checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.9 ld.so 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 Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow 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/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for limits.h... (cached) yes checking whether basename is declared... no checking whether stpcpy is declared... yes checking linker --as-needed support... yes checking for cos in -lm... (cached) yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile 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: creating po/POTFILES config.status: creating po/Makefile gmake[2]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/opcodes' gmake all-recursive gmake[3]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/opcodes' Making all in . gmake[4]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/opcodes' /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo dis-buf.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c dis-buf.c -o dis-buf.o mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_msp430 ./disassemble.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_msp430 ./disassemble.c -o disassemble.o ./disassemble.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 100 | disassembler (abfd) | ^ ./disassemble.c:479:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 479 | disassembler_usage (stream) | ^ 2 warnings generated. mv -f .deps/disassemble.Tpo .deps/disassemble.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo dis-init.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c dis-init.c -o dis-init.o mv -f .deps/dis-init.Tpo .deps/dis-init.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT msp430-dis.lo -MD -MP -MF .deps/msp430-dis.Tpo -c -o msp430-dis.lo msp430-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT msp430-dis.lo -MD -MP -MF .deps/msp430-dis.Tpo -c msp430-dis.c -o msp430-dis.o msp430-dis.c:210:51: warning: bitwise comparison always evaluates to true [-Wtautological-bitwise-compare] 210 | if ((insn & 0x0f00) != 3 || (insn & 0x0f00) != 2) | ~~~~~~~~~~~~~~~~^~~~ msp430-dis.c:210:27: warning: bitwise comparison always evaluates to true [-Wtautological-bitwise-compare] 210 | if ((insn & 0x0f00) != 3 || (insn & 0x0f00) != 2) | ~~~~~~~~~~~~~~~~^~~~ 2 warnings generated. mv -f .deps/msp430-dis.Tpo .deps/msp430-dis.Plo /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -rpath /usr/local/x86_64-unknown-openbsd7.9/msp430/lib -release `cat ../bfd/libtool-soversion` -o libopcodes.la dis-buf.lo disassemble.lo dis-init.lo msp430-dis.lo libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o msp430-dis.o libtool: link: ranlib .libs/libopcodes.a libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libopcodes.a ]; then \ cp $libtooldir/libopcodes.a libopcodes.tmp; \ ranlib libopcodes.tmp; \ /bin/sh ./../move-if-change libopcodes.tmp libopcodes.a; \ else true; fi touch stamp-lib gmake[4]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/opcodes' Making all in po gmake[4]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/opcodes/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/opcodes/po' gmake[3]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/opcodes' gmake[2]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/opcodes' Configuring in ./etc configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile gmake[2]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/etc' for f in standards.info configure.info; do \ if test -f ./`echo $f | sed -e 's/.info$/.texi/'`; then \ if gmake "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \ true; \ else \ exit 1; \ fi; \ fi; \ done gmake[3]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/etc' gmake[3]: 'standards.info' is up to date. gmake[3]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/etc' gmake[3]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/etc' gmake[3]: 'configure.info' is up to date. gmake[3]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/etc' gmake[2]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/etc' Configuring in ./libdecnumber configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking whether gmake sets $(MAKE)... yes checking for x86_64-unknown-openbsd7.9-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for x86_64-unknown-openbsd7.9-ranlib... ranlib /usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/libdecnumber/configure[3114]: cd: /msp430-gdb-7.2a_writes_to_HOME - No such file or directory checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -Wmissing-prototypes... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether cc supports -Wcast-qual... yes checking whether cc supports -pedantic -Wno-long-long... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for ctype.h... (cached) yes checking for stddef.h... (cached) yes checking for string.h... (cached) yes checking for stdio.h... (cached) yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... (cached) yes checking for off_t... (cached) yes checking size of int... 4 checking size of long... 8 checking for ANSI C header files... (cached) yes checking build system type... x86_64-unknown-openbsd7.9 checking host system type... x86_64-unknown-openbsd7.9 checking target system type... msp430-unknown-none checking for decimal floating point... dpd checking whether byte ordering is bigendian... no configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands gmake[2]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/libdecnumber' source='decNumber.c' object='decNumber.o' libtool=no cc -I. -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I. -I. -c decNumber.c source='decContext.c' object='decContext.o' libtool=no cc -I. -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I. -I. -c decContext.c source='dpd/decimal32.c' object='decimal32.o' libtool=no cc -I. -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I. -I. -c ./dpd/decimal32.c source='dpd/decimal64.c' object='decimal64.o' libtool=no cc -I. -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I. -I. -c ./dpd/decimal64.c ./dpd/decimal64.c:617:8: warning: variable 'n' set but not used [-Wunused-but-set-variable] 617 | Int n; /* output bunch counter */ | ^ 1 warning generated. source='dpd/decimal128.c' object='decimal128.o' libtool=no cc -I. -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I. -I. -c ./dpd/decimal128.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a gmake[2]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/libdecnumber' Configuring in ./readline configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.9 checking host system type... x86_64-unknown-openbsd7.9 Beginning configuration for readline-5.1 for x86_64-unknown-openbsd7.9 checking whether gmake sets $(MAKE)... yes checking for x86_64-unknown-openbsd7.9-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether cc needs -traditional... no checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking for ar... ar checking for x86_64-unknown-openbsd7.9-ranlib... ranlib checking for an ANSI C-conforming const... (cached) yes checking for function prototypes... yes checking whether char is unsigned... no checking return type of signal handlers... (cached) void checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking for ANSI C header files... (cached) yes checking whether stat file-mode macros are broken... no checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for fcntl... (cached) yes checking for kill... (cached) yes checking for lstat... (cached) yes checking for memmove... (cached) yes checking for putenv... (cached) yes checking for select... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for strcasecmp... (cached) yes checking for strpbrk... (cached) yes checking for tcgetattr... (cached) yes checking for vsnprintf... (cached) yes checking for isascii... (cached) yes checking for isxdigit... (cached) yes checking for getpwent... (cached) yes checking for getpwnam... (cached) yes checking for getpwuid... (cached) yes checking for working strcoll... (cached) yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking for stdarg.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for pwd.h... (cached) yes checking for memory.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking for termios.h... (cached) yes checking for termio.h... (cached) no checking sys/pte.h usability... no checking sys/pte.h presence... no checking for sys/pte.h... no checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking for sys/select.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/ptem.h... no checking for type of signal functions... posix checking if signal handlers must be reinstalled when invoked... no checking for presence of POSIX-style sigsetjmp/siglongjmp... present checking for lstat... yes checking whether or not strcoll and strcmp differ... no checking whether the ctype macros accept non-ascii characters... no checking whether getpw functions are declared in pwd.h... yes checking whether termios.h defines TIOCGWINSZ... yes checking whether signal handlers are of type void... yes checking for TIOCSTAT in sys/ioctl.h... yes checking for FIONREAD in sys/ioctl.h... yes checking for speed_t in sys/types.h... no checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h checking for struct dirent.d_ino... yes checking for struct dirent.d_fileno... yes checking for tgetent... no checking for tgetent in -ltermcap... yes checking which library has the termcap functions... using libtermcap checking for wctype.h... (cached) yes checking for wchar.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for mbsrtowcs... (cached) yes checking for mbrtowc... (cached) yes checking for mbrlen... yes checking for wctomb... yes checking for wcwidth... (cached) yes checking for wcsdup... yes checking for mbstate_t... yes checking for nl_langinfo and CODESET... yes checking configuration for building shared libraries... supported configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating shlib/Makefile config.status: creating config.h config.status: executing default commands gmake[2]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/readline' rm -f readline.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe readline.c readline.c:280:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 280 | rl_set_prompt (prompt) | ^ readline.c:294:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 294 | readline (prompt) | ^ readline.c:376:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 376 | readline_internal_teardown (eof) | ^ readline.c:576:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 576 | _rl_keyseq_cxt_dispose (cxt) | ^ readline.c:597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 597 | _rl_subseq_getchar (key) | ^ readline.c:615:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 615 | _rl_dispatch_callback (cxt) | ^ readline.c:663:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 663 | _rl_dispatch (key, map) | ^ readline.c:672:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 672 | _rl_dispatch_subseq (key, map, got_subseq) | ^ readline.c:837:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 837 | _rl_subseq_result (r, map, key, got_subseq) | ^ readline.c:1070:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1070 | bind_arrow_keys_internal (map) | ^ readline.c:1130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1130 | rl_save_state (sp) | ^ readline.c:1164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1164 | rl_restore_state (sp) | ^ 12 warnings generated. rm -f vi_mode.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe vi_mode.c vi_mode.c:148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 148 | _rl_vi_set_last (key, repeat, sign) | ^ vi_mode.c:159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 159 | rl_vi_start_inserting (key, repeat, sign) | ^ vi_mode.c:168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 168 | _rl_vi_textmod_command (c) | ^ vi_mode.c:175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 175 | _rl_vi_stuff_insert (count) | ^ vi_mode.c:188:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 188 | rl_vi_redo (count, c) | ^ vi_mode.c:219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 219 | rl_vi_undo (count, key) | ^ vi_mode.c:227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 227 | rl_vi_yank_arg (count, key) | ^ vi_mode.c:243:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 243 | rl_vi_fetch_history (count, c) | ^ vi_mode.c:268:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 268 | rl_vi_search_again (count, key) | ^ vi_mode.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 286 | rl_vi_search (count, key) | ^ vi_mode.c:310:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 310 | rl_vi_complete (ignore, key) | ^ vi_mode.c:337:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 337 | rl_vi_tilde_expand (ignore, key) | ^ vi_mode.c:347:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 347 | rl_vi_prev_word (count, key) | ^ vi_mode.c:369:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 369 | rl_vi_next_word (count, key) | ^ vi_mode.c:390:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 390 | rl_vi_end_word (count, key) | ^ vi_mode.c:408:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 408 | rl_vi_fWord (count, ignore) | ^ vi_mode.c:425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 425 | rl_vi_bWord (count, ignore) | ^ vi_mode.c:449:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 449 | rl_vi_eWord (count, ignore) | ^ vi_mode.c:480:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 480 | rl_vi_fword (count, ignore) | ^ vi_mode.c:506:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 506 | rl_vi_bword (count, ignore) | ^ vi_mode.c:545:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 545 | rl_vi_eword (count, ignore) | ^ vi_mode.c:570:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 570 | rl_vi_insert_beg (count, key) | ^ vi_mode.c:579:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 579 | rl_vi_append_mode (count, key) | ^ vi_mode.c:599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 599 | rl_vi_append_eol (count, key) | ^ vi_mode.c:609:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 609 | rl_vi_eof_maybe (count, c) | ^ vi_mode.c:620:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 620 | rl_vi_insertion_mode (count, key) | ^ vi_mode.c:629:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 629 | _rl_vi_save_insert (up) | ^ vi_mode.c:683:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 683 | rl_vi_movement_mode (count, key) | ^ vi_mode.c:702:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 702 | rl_vi_arg_digit (count, c) | ^ vi_mode.c:714:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 714 | _rl_vi_change_mbchar_case (count) | ^ vi_mode.c:763:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 763 | rl_vi_change_case (count, ignore) | ^ vi_mode.c:810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 810 | rl_vi_put (count, key) | ^ vi_mode.c:837:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 837 | rl_vi_column (count, key) | ^ vi_mode.c:848:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 848 | rl_vi_domove (key, nextkey) | ^ vi_mode.c:946:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 946 | _rl_vi_arg_dispatch (c) | ^ vi_mode.c:1002:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1002 | rl_vi_delete_to (count, key) | ^ vi_mode.c:1028:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1028 | rl_vi_change_to (count, key) | ^ vi_mode.c:1081:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1081 | rl_vi_yank_to (count, key) | ^ vi_mode.c:1111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1111 | rl_vi_rubout (count, key) | ^ vi_mode.c:1142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1142 | rl_vi_delete (count, key) | ^ vi_mode.c:1173:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1173 | rl_vi_back_to_indent (count, key) | ^ vi_mode.c:1183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1183 | rl_vi_first_print (count, key) | ^ vi_mode.c:1193:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1193 | _rl_vi_callback_char_search (data) | ^ vi_mode.c:1216:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1216 | rl_vi_char_search (count, key) | ^ vi_mode.c:1290:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1290 | rl_vi_match (ignore, key) | ^ vi_mode.c:1380:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1380 | rl_vi_bracktype (c) | ^ vi_mode.c:1396:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1396 | _rl_vi_change_char (count, c, mb) | ^ vi_mode.c:1429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1429 | _rl_vi_callback_getchar (mb, mblen) | ^ vi_mode.c:1449:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1449 | _rl_vi_callback_change_char (data) | ^ vi_mode.c:1465:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1465 | rl_vi_change_char (count, key) | ^ vi_mode.c:1492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1492 | rl_vi_subst (count, key) | ^ vi_mode.c:1503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1503 | rl_vi_overstrike (count, key) | ^ vi_mode.c:1522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1522 | rl_vi_overstrike_delete (count, key) | ^ vi_mode.c:1553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1553 | rl_vi_replace (count, key) | ^ vi_mode.c:1634:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1634 | _rl_vi_callback_set_mark (data) | ^ vi_mode.c:1645:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1645 | rl_vi_set_mark (count, key) | ^ vi_mode.c:1692:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1692 | _rl_vi_callback_goto_mark (data) | ^ vi_mode.c:1703:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1703 | rl_vi_goto_mark (count, key) | ^ 58 warnings generated. rm -f funmap.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe funmap.c funmap.c:193:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 193 | rl_add_funmap_entry (name, function) | ^ 1 warning generated. rm -f keymaps.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe keymaps.c keymaps.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | rl_copy_keymap (map) | ^ keymaps.c:125:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 125 | rl_discard_keymap (map) | ^ 2 warnings generated. rm -f parens.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe parens.c parens.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | _rl_enable_paren_matching (on_or_off) | ^ parens.c:98:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 98 | rl_set_paren_blink_timeout (u) | ^ parens.c:110:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 110 | rl_insert_close (count, invoking_key) | ^ parens.c:149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 149 | find_matching_open (string, from, closer) | ^ 4 warnings generated. rm -f search.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe search.c search.c:90:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 90 | make_history_line_current (entry) | ^ search.c:115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 115 | noninc_search_from_pos (string, pos, dir) | ^ search.c:146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 146 | noninc_dosearch (string, dir) | ^ search.c:190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 190 | _rl_nsearch_init (dir, pchar) | ^ search.c:226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 226 | _rl_nsearch_cleanup (cxt, r) | ^ search.c:239:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 239 | _rl_nsearch_abort (cxt) | ^ search.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 255 | _rl_nsearch_dispatch (cxt, c) | ^ search.c:308:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 308 | _rl_nsearch_dosearch (cxt) | ^ search.c:351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 351 | noninc_search (dir, pchar) | ^ search.c:386:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 386 | rl_noninc_forward_search (count, key) | ^ search.c:395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 395 | rl_noninc_reverse_search (count, key) | ^ search.c:404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 404 | rl_noninc_forward_search_again (count, key) | ^ search.c:421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 421 | rl_noninc_reverse_search_again (count, key) | ^ search.c:437:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 437 | _rl_nsearch_callback (cxt) | ^ search.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 453 | rl_history_search_internal (count, dir) | ^ search.c:540:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 540 | rl_history_search_forward (count, ignore) | ^ search.c:559:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 559 | rl_history_search_backward (count, ignore) | ^ 17 warnings generated. rm -f rltty.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe rltty.c rltty.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | set_winsize (tty) | ^ rltty.c:150:7: warning: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 150 | if (ioctl (tty, TIOCGWINSZ, &w) == 0) | ^ rltty.c:418:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 418 | save_tty_chars (tiop) | ^ rltty.c:485:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 485 | _get_tty_settings (tty, tiop) | ^ rltty.c:518:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 518 | get_tty_settings (tty, tiop) | ^ rltty.c:536:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 536 | _set_tty_settings (tty, tiop) | ^ rltty.c:550:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 550 | set_tty_settings (tty, tiop) | ^ rltty.c:579:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 579 | prepare_terminal_settings (meta_flag, oldtio, tiop) | ^ rltty.c:656:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 656 | rl_prep_terminal (meta_flag) | ^ rltty.c:767:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 767 | rl_restart_output (count, key) | ^ rltty.c:779:3: warning: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 779 | ioctl (fildes, TIOCSTART, 0); | ^ rltty.c:805:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 805 | rl_stop_output (count, key) | ^ rltty.c:818:3: warning: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 818 | ioctl (fildes, TIOCSTOP, 0); | ^ rltty.c:890:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 890 | set_special_char (kmap, tiop, sc, func) | ^ rltty.c:909:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 909 | _rl_bind_tty_special_chars (kmap, ttybuff) | ^ rltty.c:930:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 930 | rltty_set_default_bindings (kmap) | ^ rltty.c:948:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 948 | rl_tty_set_default_bindings (kmap) | ^ rltty.c:959:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 959 | rl_tty_unset_default_bindings (kmap) | ^ 18 warnings generated. rm -f complete.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe complete.c complete.c:343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 343 | rl_complete (ignore, invoking_key) | ^ complete.c:360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 360 | rl_possible_completions (ignore, invoking_key) | ^ complete.c:367:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 367 | rl_insert_completions (ignore, invoking_key) | ^ complete.c:379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 379 | rl_completion_mode (cfunc) | ^ complete.c:401:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 401 | set_completion_defaults (what_to_do) | ^ complete.c:416:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 416 | get_y_or_n (for_pager) | ^ complete.c:442:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 442 | _rl_internal_pager (lines) | ^ complete.c:460:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 460 | path_isdir (filename) | ^ complete.c:478:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 478 | stat_char (filename) | ^ complete.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 534 | printable_part (pathname) | ^ complete.c:567:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 567 | fnwidth (string) | ^ complete.c:618:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 618 | fnprint (to_print) | ^ complete.c:694:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 694 | print_filename (to_print, full_pathname) | ^ complete.c:783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 783 | rl_quote_filename (s, rtype, qcp) | ^ complete.c:814:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 814 | _rl_find_completion_word (fp, dp) | ^ complete.c:886:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 886 | while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ complete.c:886:23: note: place parentheses around the assignment to silence this warning 886 | while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) | ^ | ( ) complete.c:886:23: note: use '==' to turn this assignment into an equality comparison 886 | while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)) | ^ | == complete.c:947:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 947 | gen_completion_matches (text, start, end, our_func, found_quote, quote_char) | ^ complete.c:993:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 993 | remove_duplicate_matches (matches) | ^ complete.c:1054:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1054 | compute_lcd_of_matches (match_list, matches, text) | ^ complete.c:1205:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1205 | postprocess_matches (matchesp, matching_filenames) | ^ complete.c:1265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1265 | rl_display_match_list (matches, len, max) | ^ complete.c:1370:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1370 | display_matches (matches) | ^ complete.c:1438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1438 | make_quoted_replacement (match, mtype, qc) | ^ complete.c:1483:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1483 | insert_match (match, start, mtype, qc) | ^ complete.c:1524:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1524 | append_to_match (text, delimiter, quote_char, nontrivial_match) | ^ complete.c:1587:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1587 | insert_all_matches (matches, point, qc) | ^ complete.c:1626:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1626 | _rl_free_match_list (matches) | ^ complete.c:1649:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1649 | rl_complete_internal (what_to_do) | ^ complete.c:1795:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1795 | rl_completion_matches (text, entry_function) | ^ complete.c:1816:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1816 | while (string = (*entry_function) (text, matches)) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ complete.c:1816:17: note: place parentheses around the assignment to silence this warning 1816 | while (string = (*entry_function) (text, matches)) | ^ | ( ) complete.c:1816:17: note: use '==' to turn this assignment into an equality comparison 1816 | while (string = (*entry_function) (text, matches)) | ^ | == complete.c:1842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1842 | rl_username_completion_function (text, state) | ^ complete.c:1867:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1867 | while (entry = getpwent ()) | ~~~~~~^~~~~~~~~~~~~ complete.c:1867:16: note: place parentheses around the assignment to silence this warning 1867 | while (entry = getpwent ()) | ^ | ( ) complete.c:1867:16: note: use '==' to turn this assignment into an equality comparison 1867 | while (entry = getpwent ()) | ^ | == complete.c:1903:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1903 | rl_filename_completion_function (text, state) | ^ complete.c:2106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2106 | rl_menu_complete (count, ignore) | ^ 34 warnings generated. rm -f bind.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe bind.c bind.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 100 | rl_add_defun (name, function, key) | ^ bind.c:113:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 113 | rl_bind_key (key, function) | ^ bind.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | rl_bind_key_in_map (key, function, map) | ^ bind.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 163 | rl_bind_key_if_unbound_in_map (key, default_func, kmap) | ^ bind.c:176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 176 | rl_bind_key_if_unbound (key, default_func) | ^ bind.c:190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 190 | rl_unbind_key (key) | ^ bind.c:199:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 199 | rl_unbind_key_in_map (key, map) | ^ bind.c:208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 208 | rl_unbind_function_in_map (func, map) | ^ bind.c:226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 226 | rl_unbind_command_in_map (command, map) | ^ bind.c:242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 242 | rl_bind_keyseq (keyseq, function) | ^ bind.c:253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 253 | rl_bind_keyseq_in_map (keyseq, function, map) | ^ bind.c:263:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 263 | rl_set_key (keyseq, function, map) | ^ bind.c:275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 275 | rl_bind_keyseq_if_unbound_in_map (keyseq, default_func, kmap) | ^ bind.c:298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 298 | rl_bind_keyseq_if_unbound (keyseq, default_func) | ^ bind.c:309:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 309 | rl_macro_bind (keyseq, macro, map) | ^ bind.c:333:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 333 | rl_generic_bind (type, keyseq, data, map) | ^ bind.c:435:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 435 | rl_translate_keyseq (seq, array, len) | ^ bind.c:442:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 442 | for (i = l = 0; c = seq[i]; i++) | ~~^~~~~~~~ bind.c:442:21: note: place parentheses around the assignment to silence this warning 442 | for (i = l = 0; c = seq[i]; i++) | ^ | ( ) bind.c:442:21: note: use '==' to turn this assignment into an equality comparison 442 | for (i = l = 0; c = seq[i]; i++) | ^ | == bind.c:553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 553 | rl_untranslate_keyseq (seq) | ^ bind.c:599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 599 | _rl_untranslate_macro_value (seq) | ^ bind.c:735:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 735 | _rl_read_file (filename, sizep) | ^ bind.c:780:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 780 | rl_re_read_init_file (count, ignore) | ^ bind.c:797:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 797 | rl_read_init_file (filename) | ^ bind.c:822:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 822 | _rl_read_init_file (filename, include_level) | ^ bind.c:889:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 889 | _rl_init_file_error (msg) | ^ bind.c:929:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 929 | parser_if (args) | ^ bind.c:1002:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1002 | parser_else (args) | ^ bind.c:1033:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1033 | parser_endif (args) | ^ bind.c:1044:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1044 | parser_include (args) | ^ bind.c:1085:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1085 | handle_parser_directive (statement) | ^ bind.c:1125:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1125 | rl_parse_and_bind (string) | ^ bind.c:1157:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1157 | for (i = 1; c = string[i]; i++) | ~~^~~~~~~~~~~ bind.c:1157:21: note: place parentheses around the assignment to silence this warning 1157 | for (i = 1; c = string[i]; i++) | ^ | ( ) bind.c:1157:21: note: use '==' to turn this assignment into an equality comparison 1157 | for (i = 1; c = string[i]; i++) | ^ | == bind.c:1248:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1248 | for (passc = 0; c = string[i]; i++) | ~~^~~~~~~~~~~ bind.c:1248:25: note: place parentheses around the assignment to silence this warning 1248 | for (passc = 0; c = string[i]; i++) | ^ | ( ) bind.c:1248:25: note: use '==' to turn this assignment into an equality comparison 1248 | for (passc = 0; c = string[i]; i++) | ^ | == bind.c:1412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1412 | find_boolean_var (name) | ^ bind.c:1427:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1427 | hack_special_boolean_var (i) | ^ bind.c:1481:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1481 | find_string_var (name) | ^ bind.c:1496:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1496 | bool_to_int (value) | ^ bind.c:1505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1505 | rl_variable_value (name) | ^ bind.c:1526:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1526 | rl_variable_bind (name, value) | ^ bind.c:1554:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1554 | sv_editmode (value) | ^ bind.c:1575:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1575 | sv_combegin (value) | ^ bind.c:1588:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1588 | sv_compquery (value) | ^ bind.c:1604:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1604 | sv_keymap (value) | ^ bind.c:1619:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1619 | sv_bell_style (value) | ^ bind.c:1636:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1636 | sv_isrchterm (value) | ^ bind.c:1695:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1695 | glean_key_from_name (name) | ^ bind.c:1726:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1726 | rl_get_keymap_by_name (name) | ^ bind.c:1738:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1738 | rl_get_keymap_name (map) | ^ bind.c:1749:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1749 | rl_set_keymap (map) | ^ bind.c:1816:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1816 | _rl_get_keyname (key) | ^ bind.c:1892:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1892 | rl_invoking_keyseqs_in_map (function, map) | ^ bind.c:1997:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1997 | rl_invoking_keyseqs (function) | ^ bind.c:2007:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2007 | rl_function_dumper (print_readably) | ^ bind.c:2018:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 2018 | for (i = 0; name = names[i]; i++) | ~~~~~^~~~~~~~~~ bind.c:2018:20: note: place parentheses around the assignment to silence this warning 2018 | for (i = 0; name = names[i]; i++) | ^ | ( ) bind.c:2018:20: note: use '==' to turn this assignment into an equality comparison 2018 | for (i = 0; name = names[i]; i++) | ^ | == bind.c:2077:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2077 | rl_dump_functions (count, key) | ^ bind.c:2088:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2088 | _rl_macro_dumper_internal (print_readably, map, prefix) | ^ bind.c:2150:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2150 | rl_macro_dumper (print_readably) | ^ bind.c:2157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2157 | rl_dump_macros (count, key) | ^ bind.c:2168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2168 | _rl_get_string_variable_value (name) | ^ bind.c:2224:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2224 | rl_variable_dumper (print_readably) | ^ bind.c:2256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2256 | rl_dump_variables (count, key) | ^ bind.c:2268:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2268 | substring_member_of_array (string, array) | ^ 62 warnings generated. rm -f isearch.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe isearch.c isearch.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | _rl_scxt_alloc (type, flags) | ^ isearch.c:120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 120 | _rl_scxt_dispose (cxt, flags) | ^ isearch.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | rl_reverse_search_history (sign, key) | ^ isearch.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 143 | rl_forward_search_history (sign, key) | ^ isearch.c:155:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 155 | rl_display_search (search_string, reverse_p, where) | ^ isearch.c:200:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 200 | _rl_isearch_init (direction) | ^ isearch.c:261:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 261 | _rl_isearch_fini (cxt) | ^ isearch.c:300:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 300 | _rl_search_getchar (cxt) | ^ isearch.c:322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 322 | _rl_isearch_dispatch (cxt, c) | ^ isearch.c:597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 597 | _rl_isearch_cleanup (cxt, r) | ^ isearch.c:616:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 616 | rl_search_history (direction, invoking_key) | ^ isearch.c:655:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 655 | _rl_isearch_callback (cxt) | ^ 12 warnings generated. rm -f display.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe display.c display.c:223:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 223 | expand_prompt (pmt, lp, lip, niflp, vlp) | ^ display.c:325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 325 | _rl_strip_prompt (pmt) | ^ display.c:352:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 352 | rl_expand_prompt (prompt) | ^ display.c:406:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 406 | init_line_structures (minsize) | ^ display.c:468:3: warning: call to undeclared function '_rl_block_sigint'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 468 | _rl_block_sigint (); | ^ display.c:1147:3: warning: call to undeclared function '_rl_release_sigint'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1147 | _rl_release_sigint (); | ^ display.c:1167:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1167 | update_line (old, new, current_line, omax, nmax, inv_botlin) | ^ display.c:1680:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1680 | _rl_move_cursor_relative (new, data) | ^ display.c:1774:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1774 | _rl_move_vert (to) | ^ display.c:1815:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1815 | rl_show_char (c) | ^ display.c:1843:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1843 | rl_character_len (c, pos) | ^ display.c:2001:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2001 | _rl_make_prompt_for_search (pchar) | ^ display.c:2040:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2040 | _rl_erase_at_end_of_line (l) | ^ display.c:2057:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2057 | _rl_clear_to_eol (count) | ^ display.c:2072:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2072 | space_to_eol (count) | ^ display.c:2099:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2099 | insert_some_chars (string, count, col) | ^ display.c:2149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2149 | delete_chars (count) | ^ display.c:2221:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2221 | redraw_prompt (t) | ^ display.c:2332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2332 | _rl_col_width (str, start, end) | ^ 19 warnings generated. rm -f signals.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe signals.c signals.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 116 | rl_signal_handler (sig) | ^ signals.c:220:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 220 | (*oh) (sig); | ^ signals.c:199:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 199 | rl_sigwinch_handler (sig) | ^ signals.c:244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 244 | rl_set_sighandler (sig, handler, ohandler) | ^ signals.c:276:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 276 | rl_maybe_set_sighandler (sig, handler, ohandler) | ^ 5 warnings generated. rm -f util.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe util.c util.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 72 | rl_alphabetic (c) | ^ util.c:84:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 84 | _rl_walphabetic (wc) | ^ util.c:117:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 117 | rl_abort (count, key) | ^ util.c:124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 124 | rl_tty_status (count, key) | ^ util.c:139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 139 | rl_copy_text (from, to) | ^ util.c:159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 159 | rl_extend_line_buffer (len) | ^ util.c:174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 174 | rl_tilde_expand (ignore, key) | ^ util.c:232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 232 | _rl_strindex (s1, s2) | ^ util.c:320:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 320 | _rl_qsort_string_compare (s1, s2) | ^ util.c:339:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 339 | FUNCTION_FOR_MACRO (_rl_digit_p) | ^ util.c:340:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 340 | FUNCTION_FOR_MACRO (_rl_digit_value) | ^ util.c:341:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 341 | FUNCTION_FOR_MACRO (_rl_lowercase_p) | ^ util.c:342:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 342 | FUNCTION_FOR_MACRO (_rl_pure_alphabetic) | ^ util.c:343:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 343 | FUNCTION_FOR_MACRO (_rl_to_lower) | ^ util.c:344:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 344 | FUNCTION_FOR_MACRO (_rl_to_upper) | ^ util.c:345:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 345 | FUNCTION_FOR_MACRO (_rl_uppercase_p) | ^ util.c:351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 351 | _rl_savestring (s) | ^ 17 warnings generated. rm -f kill.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe kill.c kill.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | rl_set_retained_kills (num) | ^ kill.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 92 | _rl_copy_to_kill_ring (text, append) | ^ kill.c:166:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 166 | rl_kill_text (from, to) | ^ kill.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 201 | rl_kill_word (count, key) | ^ kill.c:225:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 225 | rl_backward_kill_word (count, ignore) | ^ kill.c:249:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 249 | rl_kill_line (direction, ignore) | ^ kill.c:272:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 272 | rl_backward_kill_line (direction, ignore) | ^ kill.c:298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 298 | rl_kill_full_line (count, ignore) | ^ kill.c:316:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 316 | rl_unix_word_rubout (count, key) | ^ kill.c:349:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 349 | rl_unix_filename_rubout (count, key) | ^ kill.c:393:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 393 | rl_unix_line_discard (count, key) | ^ kill.c:411:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 411 | region_kill_internal (delete) | ^ kill.c:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 430 | rl_copy_region_to_kill (count, ignore) | ^ kill.c:438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 438 | rl_kill_region (count, ignore) | ^ kill.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 453 | _rl_copy_word_as_kill (count, dir) | ^ kill.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 482 | rl_copy_forward_word (count, key) | ^ kill.c:492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 492 | rl_copy_backward_word (count, key) | ^ kill.c:503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 503 | rl_yank (count, ignore) | ^ kill.c:522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 522 | rl_yank_pop (count, key) | ^ kill.c:556:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 556 | rl_yank_nth_arg_internal (count, ignore, history_skip) | ^ kill.c:611:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 611 | rl_yank_nth_arg (count, ignore) | ^ kill.c:621:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 621 | rl_yank_last_arg (count, key) | ^ 22 warnings generated. rm -f undo.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe undo.c undo.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 72 | rl_add_undo (what, start, end, text) | ^ undo.c:173:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 173 | _rl_fix_last_undo_of_type (type, start, end) | ^ undo.c:210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 210 | rl_modifying (start, end) | ^ undo.c:231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 231 | rl_revert_line (count, key) | ^ undo.c:251:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 251 | rl_undo_command (count, key) | ^ 5 warnings generated. rm -f macro.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe macro.c macro.c:89:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 89 | _rl_with_macro_input (string) | ^ macro.c:164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 164 | _rl_add_macro_char (c) | ^ macro.c:203:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 203 | rl_start_kbd_macro (ignore1, ignore2) | ^ macro.c:228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 228 | rl_end_kbd_macro (count, ignore) | ^ macro.c:248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 248 | rl_call_last_kbd_macro (count, ignore) | ^ macro.c:267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 267 | rl_push_macro_input (macro) | ^ 6 warnings generated. rm -f input.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe input.c input.c:129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 129 | rl_get_char (key) | ^ input.c:147:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 147 | _rl_unget_char (key) | ^ input.c:270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 270 | rl_set_keyboard_input_timeout (u) | ^ input.c:329:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 329 | _rl_input_queued (t) | ^ input.c:341:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 341 | _rl_insert_typein (c) | ^ input.c:367:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 367 | rl_stuff_char (key) | ^ input.c:388:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 388 | rl_execute_next (c) | ^ input.c:427:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 427 | if (c = _rl_next_macro_key ()) | ~~^~~~~~~~~~~~~~~~~~~~~~~ input.c:427:13: note: place parentheses around the assignment to silence this warning 427 | if (c = _rl_next_macro_key ()) | ^ | ( ) input.c:427:13: note: use '==' to turn this assignment into an equality comparison 427 | if (c = _rl_next_macro_key ()) | ^ | == input.c:456:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 456 | rl_getc (stream) | ^ input.c:516:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 516 | _rl_read_mbchar (mbchar, size) | ^ input.c:561:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 561 | _rl_read_mbstring (first, mb, mblen) | ^ 11 warnings generated. rm -f callback.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe callback.c callback.c:94:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 94 | rl_callback_handler_install (prompt, linefunc) | ^ callback.c:241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 241 | _rl_callback_data_alloc (count) | ^ callback.c:254:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 254 | void _rl_callback_data_dispose (arg) | ^ 3 warnings generated. rm -f terminal.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe terminal.c terminal.c:203:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 203 | _rl_get_screen_size (tty, ignore_env) | ^ terminal.c:214:7: warning: call to undeclared function 'ioctl'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 214 | if (ioctl (tty, TIOCGWINSZ, &window_size) == 0) | ^ terminal.c:305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 305 | _rl_set_screen_size (rows, cols) | ^ terminal.c:325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 325 | rl_set_screen_size (rows, cols) | ^ terminal.c:332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 332 | rl_get_screen_size (rows, cols) | ^ terminal.c:407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 407 | get_term_capabilities (bp) | ^ terminal.c:420:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 420 | _rl_init_terminal_io (terminal_name) | ^ terminal.c:570:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 570 | bind_termcap_arrow_keys (map) | ^ terminal.c:592:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 592 | rl_get_termcap (cap) | ^ terminal.c:610:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 610 | rl_reset_terminal (terminal_name) | ^ terminal.c:628:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 628 | _rl_output_character_function (c) | ^ terminal.c:637:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 637 | _rl_output_some_chars (string, count) | ^ terminal.c:646:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 646 | _rl_backspace (count) | ^ terminal.c:723:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 723 | _rl_control_keypad (on) | ^ terminal.c:745:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 745 | _rl_set_cursor (im, force) | ^ 15 warnings generated. rm -f text.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe text.c text.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | rl_insert_text (string) | ^ text.c:118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 118 | rl_delete_text (from, to) | ^ text.c:169:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 169 | _rl_fix_point (fix_mark_too) | ^ text.c:182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 182 | _rl_replace_text (text, start, end) | ^ text.c:200:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 200 | rl_replace_line (text, clear_undo) | ^ text.c:253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 253 | rl_forward_byte (count, key) | ^ text.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 286 | rl_forward_char (count, key) | ^ text.c:328:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 328 | rl_forward (count, key) | ^ text.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 336 | rl_backward_byte (count, key) | ^ text.c:362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 362 | rl_backward_char (count, key) | ^ text.c:404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 404 | rl_backward (count, key) | ^ text.c:412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 412 | rl_beg_of_line (count, key) | ^ text.c:421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 421 | rl_end_of_line (count, key) | ^ text.c:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 430 | rl_forward_word (count, key) | ^ text.c:479:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 479 | rl_backward_word (count, key) | ^ text.c:529:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 529 | rl_refresh_line (ignore1, ignore2) | ^ text.c:551:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 551 | rl_clear_screen (count, key) | ^ text.c:568:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 568 | rl_arrow_keys (count, c) | ^ text.c:624:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 624 | _rl_insert_char (count, c) | ^ text.c:808:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 808 | _rl_overwrite_char (count, c) | ^ text.c:842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 842 | rl_insert (count, c) | ^ text.c:851:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 851 | _rl_insert_next (count) | ^ text.c:870:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 870 | _rl_insert_next_callback (data) | ^ text.c:886:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 886 | rl_quoted_insert (count, key) | ^ text.c:909:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 909 | rl_tab_insert (count, key) | ^ text.c:919:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 919 | rl_newline (count, key) | ^ text.c:953:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 953 | rl_do_lowercase_version (ignore1, ignore2) | ^ text.c:963:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 963 | _rl_overwrite_rubout (count, key) | ^ text.c:1006:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1006 | rl_rubout (count, key) | ^ text.c:1025:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1025 | _rl_rubout_char (count, key) | ^ text.c:1071:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1071 | rl_delete (count, key) | ^ text.c:1109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1109 | rl_rubout_or_delete (count, key) | ^ text.c:1120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1120 | rl_delete_horizontal_space (count, ignore) | ^ text.c:1149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1149 | rl_delete_or_show_completions (count, key) | ^ text.c:1165:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1165 | rl_insert_comment (count, key) | ^ text.c:1204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1204 | rl_upcase_word (count, key) | ^ text.c:1212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1212 | rl_downcase_word (count, key) | ^ text.c:1220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1220 | rl_capitalize_word (count, key) | ^ text.c:1232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1232 | rl_change_case (count, op) | ^ text.c:1322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1322 | rl_transpose_words (count, key) | ^ text.c:1383:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1383 | rl_transpose_chars (count, key) | ^ text.c:1448:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1448 | _rl_char_search_internal (count, dir, smbchar, len) | ^ text.c:1515:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1515 | _rl_char_search (count, fdir, bdir) | ^ text.c:1548:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1548 | _rl_char_search_callback (data) | ^ text.c:1559:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1559 | rl_char_search (count, key) | ^ text.c:1577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1577 | rl_backward_char_search (count, key) | ^ text.c:1602:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1602 | _rl_set_mark_at_pos (position) | ^ text.c:1614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1614 | rl_set_mark (count, key) | ^ text.c:1622:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1622 | rl_exchange_point_and_mark (count, key) | ^ 49 warnings generated. rm -f nls.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe nls.c nls.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | _rl_get_locale_var (v) | ^ 1 warning generated. rm -f misc.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe misc.c misc.c:119:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 119 | _rl_arg_dispatch (cxt, c) | ^ misc.c:215:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 215 | } | ^ misc.c:228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 228 | rl_digit_argument (ignore, key) | ^ misc.c:249:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 249 | rl_universal_argument (count, key) | ^ misc.c:259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 259 | _rl_arg_callback (cxt) | ^ misc.c:318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 318 | _rl_free_history_entry (entry) | ^ misc.c:412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 412 | rl_replace_from_history (entry, flags) | ^ misc.c:440:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 440 | rl_beginning_of_history (count, key) | ^ misc.c:448:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 448 | rl_end_of_history (count, key) | ^ misc.c:459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 459 | rl_get_next_history (count, key) | ^ misc.c:498:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 498 | rl_get_previous_history (count, key) | ^ misc.c:553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 553 | rl_vi_editing_mode (count, key) | ^ misc.c:566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 566 | rl_emacs_editing_mode (count, key) | ^ misc.c:577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 577 | _rl_set_insert_mode (im, force) | ^ misc.c:590:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 590 | rl_overwrite_mode (count, key) | ^ 15 warnings generated. rm -f compat.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe compat.c compat.c:85:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 85 | alphabetic (c) | ^ compat.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 92 | completion_matches (s, f) | ^ compat.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 100 | username_completion_function (s, i) | ^ compat.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 108 | filename_completion_function (s, i) | ^ 4 warnings generated. rm -f xmalloc.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe xmalloc.c xmalloc.c:44:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 44 | memory_error_and_abort (fname) | ^ xmalloc.c:55:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 55 | xmalloc (bytes) | ^ xmalloc.c:67:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 67 | xrealloc (pointer, bytes) | ^ xmalloc.c:83:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 83 | xfree (string) | ^ 4 warnings generated. rm -f history.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe history.c In file included from history.c:48: ./histlib.h:55:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 55 | extern char *strchr (); | ^ history.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 108 | history_set_history_state (state) | ^ history.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 152 | history_set_pos (pos) | ^ history.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 201 | history_get (offset) | ^ history.c:213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 213 | history_get_time (hist) | ^ history.c:249:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 249 | add_history (string) | ^ history.c:305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 305 | add_history_time (string) | ^ history.c:318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 318 | free_history_entry (hist) | ^ history.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 336 | replace_history_entry (which, line, data) | ^ history.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 361 | remove_history (which) | ^ history.c:382:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 382 | stifle_history (max) | ^ 11 warnings generated. rm -f histexpand.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe histexpand.c In file included from histexpand.c:47: ./histlib.h:55:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 55 | extern char *strchr (); | ^ histexpand.c:131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 131 | get_history_event (string, caller_index, delimiting_quote) | ^ histexpand.c:208:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 208 | for (local_index = i; c = string[i]; i++) | ~~^~~~~~~~~~~ histexpand.c:208:27: note: place parentheses around the assignment to silence this warning 208 | for (local_index = i; c = string[i]; i++) | ^ | ( ) histexpand.c:208:27: note: use '==' to turn this assignment into an equality comparison 208 | for (local_index = i; c = string[i]; i++) | ^ | == histexpand.c:311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 311 | hist_string_extract_single_quoted (string, sindex) | ^ histexpand.c:324:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 324 | quote_breaks (s) | ^ histexpand.c:366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 366 | hist_error(s, start, current, errtype) | ^ histexpand.c:425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 425 | get_subst_pattern (str, iptr, delimiter, is_rhs, lenptr) | ^ histexpand.c:519:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 519 | history_expand_internal (string, start, end_index_ptr, ret_string, current_line) | ^ histexpand.c:923:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 923 | history_expand (hstring, output) | ^ histexpand.c:1240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1240 | get_history_word_specifier (spec, from, caller_index) | ^ histexpand.c:1348:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1348 | history_arg_extract (first, last, string) | ^ histexpand.c:1409:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1409 | history_tokenize_word (string, ind) | ^ histexpand.c:1492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1492 | history_substring (string, start, end) | ^ histexpand.c:1511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1511 | history_tokenize_internal (string, wind, indp) | ^ histexpand.c:1566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1566 | history_tokenize (string) | ^ histexpand.c:1576:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1576 | history_find_word (line, ind) | ^ 16 warnings generated. rm -f histfile.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe histfile.c In file included from histfile.c:96: ./histlib.h:55:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 55 | extern char *strchr (); | ^ histfile.c:112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 112 | history_filename (filename) | ^ histfile.c:150:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 150 | read_history (filename) | ^ histfile.c:162:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 162 | read_history_range (filename, from, to) | ^ histfile.c:304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 304 | history_truncate_file (fname, lines) | ^ histfile.c:422:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 422 | history_do_write (filename, nelements, overwrite) | ^ histfile.c:530:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 530 | append_history (nelements, filename) | ^ histfile.c:541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 541 | write_history (filename) | ^ 8 warnings generated. rm -f histsearch.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe histsearch.c In file included from histsearch.c:44: ./histlib.h:55:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 55 | extern char *strchr (); | ^ histsearch.c:63:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 63 | history_search_internal (string, direction, anchored) | ^ histsearch.c:159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 159 | history_search (string, direction) | ^ histsearch.c:168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 168 | history_search_prefix (string, direction) | ^ histsearch.c:179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 179 | history_search_pos (string, dir, pos) | ^ 5 warnings generated. rm -f shell.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe shell.c shell.c:93:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 93 | sh_single_quote (string) | ^ shell.c:124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 124 | sh_set_lines_and_columns (lines, cols) | ^ shell.c:153:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 153 | sh_get_env_value (varname) | ^ shell.c:181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 181 | sh_unset_nodelay_mode (fd) | ^ 4 warnings generated. rm -f mbutil.o cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe mbutil.c mbutil.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 76 | _rl_find_next_mbchar_internal (string, seed, count, find_non_zero) | ^ mbutil.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | _rl_find_prev_mbchar_internal (string, seed, find_non_zero) | ^ mbutil.c:204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 204 | _rl_get_char_len (src, ps) | ^ mbutil.c:235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 235 | _rl_compare_chars (buf1, pos1, ps1, buf2, pos2, ps2) | ^ mbutil.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 264 | _rl_adjust_point(string, point, ps) | ^ mbutil.c:303:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 303 | _rl_is_mbchar_matched (string, seed, end, mbchar, length) | ^ mbutil.c:321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 321 | _rl_char_value (buf, ind) | ^ mbutil.c:348:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 348 | _rl_find_next_mbchar (string, seed, count, flags) | ^ mbutil.c:364:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 364 | _rl_find_prev_mbchar (string, seed, flags) | ^ 9 warnings generated. rm -f tilde.o cc -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"5.1"' -O2 -pipe -DREADLINE_LIBRARY -c ./tilde.c ./tilde.c:128:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 128 | tilde_find_prefix (string, len) | ^ ./tilde.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 163 | tilde_find_suffix (string) | ^ ./tilde.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 192 | tilde_expand (string) | ^ ./tilde.c:199:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 199 | if (result = strchr (string, '~')) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./tilde.c:199:14: note: place parentheses around the assignment to silence this warning 199 | if (result = strchr (string, '~')) | ^ | ( ) ./tilde.c:199:14: note: use '==' to turn this assignment into an equality comparison 199 | if (result = strchr (string, '~')) | ^ | == ./tilde.c:266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 266 | isolate_tilde_prefix (fname, lenp) | ^ ./tilde.c:322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 322 | glue_prefix_and_suffix (prefix, suffix, suffind) | ^ ./tilde.c:343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 343 | tilde_expand_word (filename) | ^ 7 warnings generated. rm -f libreadline.a ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o test -n "ranlib" && ranlib libreadline.a rm -f libhistory.a ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o test -n "ranlib" && ranlib libhistory.a gmake[2]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/readline' Configuring in ./sim configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking for x86_64-unknown-openbsd7.9-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking for x86_64-unknown-openbsd7.9-ar... ar checking for x86_64-unknown-openbsd7.9-ranlib... ranlib checking build system type... x86_64-unknown-openbsd7.9 checking host system type... x86_64-unknown-openbsd7.9 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.9-gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking for x86_64-unknown-openbsd7.9-ranlib... (cached) ranlib configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile === configuring in msp430 (/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/sim/msp430) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.9' '--host=x86_64-unknown-openbsd7.9' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.9' 'host_alias=x86_64-unknown-openbsd7.9' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' --cache-file=.././config.cache --srcdir=. configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking build system type... (cached) x86_64-unknown-openbsd7.9 checking host system type... (cached) x86_64-unknown-openbsd7.9 checking target system type... (cached) msp430-unknown-none checking for x86_64-unknown-openbsd7.9-gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking for x86_64-unknown-openbsd7.9-ranlib... (cached) ranlib checking whether NLS is requested... no checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for time.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for fcntl.h... (cached) yes checking fpu_control.h usability... no checking fpu_control.h presence... no checking for fpu_control.h... no checking for dlfcn.h... (cached) yes checking for errno.h... (cached) yes checking for sys/stat.h... (cached) yes checking for getrusage... (cached) yes checking for time... (cached) yes checking for sigaction... (cached) yes checking for __setfpucw... no checking for bind in -lsocket... no checking for gethostbyname in -lnsl... no checking for library containing zlibVersion... -lz checking for zlib.h... (cached) yes checking return type of signal handlers... (cached) void configure: updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile.sim config.status: creating Make-common.sim config.status: creating .gdbinit config.status: creating config.h config.status: linking ../common/tconfig.in to tconfig.h config.status: linking ../common/nltvals.def to targ-vals.def config.status: executing Makefile commands Merging Makefile.sim+Make-common.sim into Makefile ... config.status: executing stamp-h commands === configuring in testsuite (/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/sim/testsuite) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.9' '--host=x86_64-unknown-openbsd7.9' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.9' 'host_alias=x86_64-unknown-openbsd7.9' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' --cache-file=.././config.cache --srcdir=. configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking build system type... (cached) x86_64-unknown-openbsd7.9 checking host system type... (cached) x86_64-unknown-openbsd7.9 checking target system type... (cached) msp430-unknown-none configure: creating ./config.status config.status: creating Makefile === configuring in common (/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/sim/common) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.9' '--host=x86_64-unknown-openbsd7.9' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.9' 'host_alias=x86_64-unknown-openbsd7.9' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' --cache-file=.././config.cache --srcdir=. configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking build system type... (cached) x86_64-unknown-openbsd7.9 checking host system type... (cached) x86_64-unknown-openbsd7.9 checking target system type... (cached) msp430-unknown-none checking for x86_64-unknown-openbsd7.9-gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking for x86_64-unknown-openbsd7.9-ranlib... (cached) ranlib checking whether NLS is requested... no checking how to run the C preprocessor... (cached) cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for time.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for fcntl.h... (cached) yes checking for fpu_control.h... (cached) no checking for dlfcn.h... (cached) yes checking for errno.h... (cached) yes checking for sys/stat.h... (cached) yes checking for getrusage... (cached) yes checking for time... (cached) yes checking for sigaction... (cached) yes checking for __setfpucw... (cached) no checking for bind in -lsocket... (cached) no checking for gethostbyname in -lnsl... (cached) no checking for library containing zlibVersion... (cached) -lz checking for zlib.h... (cached) yes checking return type of signal handlers... (cached) void checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for time.h... (cached) yes checking for sys/times.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking for munmap... (cached) yes checking for lstat... (cached) yes checking for truncate... (cached) yes checking for ftruncate... (cached) yes checking for struct stat.st_dev... yes checking for struct stat.st_ino... yes checking for struct stat.st_mode... yes checking for struct stat.st_nlink... yes checking for struct stat.st_uid... yes checking for struct stat.st_gid... yes checking for struct stat.st_rdev... yes checking for struct stat.st_size... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_atime... yes checking for struct stat.st_mtime... yes checking for struct stat.st_ctime... yes checking for socklen_t... yes configure: updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating cconfig.h config.status: executing default commands === configuring in igen (/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/sim/igen) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.9' '--host=x86_64-unknown-openbsd7.9' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.9' 'host_alias=x86_64-unknown-openbsd7.9' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' --cache-file=.././config.cache --srcdir=. configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking for x86_64-unknown-openbsd7.9-gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking compiler warning flags... -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized checking build system type... (cached) x86_64-unknown-openbsd7.9 checking host system type... (cached) x86_64-unknown-openbsd7.9 checking target system type... (cached) msp430-unknown-none checking how to run the C preprocessor... (cached) cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for x86_64-unknown-openbsd7.9-ranlib... (cached) ranlib configure: updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing default commands Configuring in ./gdb configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-unknown-openbsd7.9-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking build system type... x86_64-unknown-openbsd7.9 checking host system type... x86_64-unknown-openbsd7.9 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for x86_64-unknown-openbsd7.9-ranlib... ranlib checking target system type... msp430-unknown-none checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc3 checking for make... gmake checking whether gmake sets $(MAKE)... yes checking whether NLS is requested... no checking for sys/mman.h... (cached) yes checking for stddef.h... (cached) yes checking for stdint.h... (cached) yes checking for wchar.h... (cached) yes checking for string.h... (cached) yes checking for mprotect... (cached) yes checking for memchr... (cached) yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether memmem is declared... yes checking for memmem... (cached) yes checking for wchar_t... yes checking whether the preprocessor supports include_next... yes checking for long long int... yes checking for unsigned long long int... yes checking for C/C++ restrict keyword... (cached) __restrict__ checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... no checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... no checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... no checking whether uses 'inline' correctly... yes checking for wint_t... yes checking whether memmem works in linear time... yes checking for memmem... (cached) yes checking whether NULL can be used in arbitrary expressions... yes checking whether stdint.h conforms to C99... yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... (cached) awk checking for style of include used by gmake... GNU checking dependency style of cc... (cached) gcc3 checking libunwind.h usability... no checking libunwind.h presence... no checking for libunwind.h... no checking libunwind-ia64.h usability... no checking libunwind-ia64.h presence... no checking for libunwind-ia64.h... no checking for monstartup... no checking for _mcleanup... yes checking for _etext... yes checking for etext... yes checking for gawk... (cached) awk checking whether ln -s works... yes checking for x86_64-unknown-openbsd7.9-ranlib... (cached) ranlib checking for bison... yacc checking for x86_64-unknown-openbsd7.9-ar... ar checking for x86_64-unknown-openbsd7.9-dlltool... dlltool checking for x86_64-unknown-openbsd7.9-windres... windres checking for x86_64-unknown-openbsd7.9-mig... no checking for mig... no checking for main in -lm... (cached) yes checking for wctype... yes checking for library containing gethostbyname... none required checking for library containing socketpair... none required checking for library containing zlibVersion... -lz checking for zlib.h... (cached) yes checking for library containing dlgetmodinfo... no checking for iconv... no, consider installing GNU libiconv checking for library containing waddstr... -lncurses checking for library containing tgetent... none required checking whether to use expat... auto checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for libexpat... yes checking how to link with libexpat... -lexpat checking for XML_StopParser... yes checking whether to use python... auto checking for python... /usr/local/bin/python File "/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/gdb/./python/python-config.py", line 34 print sysconfig.PREFIX ^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/gdb/./python/python-config.py", line 34 print sysconfig.PREFIX ^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/gdb/./python/python-config.py", line 34 print sysconfig.PREFIX ^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? configure: WARNING: python is missing or unusable; some features may be unavailable. checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking whether stat file-mode macros are broken... no checking for ANSI C header files... (cached) yes checking for nlist.h... (cached) yes checking machine/reg.h usability... yes checking machine/reg.h presence... yes checking for machine/reg.h... yes checking for poll.h... (cached) yes checking for sys/poll.h... (cached) yes checking proc_service.h usability... no checking proc_service.h presence... no checking for proc_service.h... no checking thread_db.h usability... no checking thread_db.h presence... no checking for thread_db.h... no checking gnu/libc-version.h usability... no checking gnu/libc-version.h presence... no checking for gnu/libc-version.h... no checking for signal.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking sys/fault.h usability... no checking sys/fault.h presence... no checking for sys/fault.h... no checking for sys/file.h... (cached) yes checking for sys/filio.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/resource.h... (cached) yes checking sys/procfs.h usability... no checking sys/procfs.h presence... no checking for sys/procfs.h... no checking sys/ptrace.h usability... yes checking sys/ptrace.h presence... yes checking for sys/ptrace.h... yes checking ptrace.h usability... no checking ptrace.h presence... no checking for ptrace.h... no checking sys/reg.h usability... no checking sys/reg.h presence... no checking for sys/reg.h... no checking sys/debugreg.h usability... no checking sys/debugreg.h presence... no checking for sys/debugreg.h... no checking for sys/select.h... (cached) yes checking for sys/syscall.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/wait.h... (cached) yes checking wait.h usability... no checking wait.h presence... no checking for wait.h... no checking for termios.h... (cached) yes checking for termio.h... (cached) no checking for sgtty.h... (cached) no checking for unistd.h... (cached) yes checking elf_hp.h usability... no checking elf_hp.h presence... no checking for elf_hp.h... no checking for ctype.h... (cached) yes checking for time.h... (cached) yes checking for locale.h... (cached) yes checking for link.h... yes checking for sys/proc.h... yes checking for sys/user.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking cursesX.h usability... no checking cursesX.h presence... no checking for cursesX.h... no checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking ncurses/ncurses.h usability... no checking ncurses/ncurses.h presence... no checking for ncurses/ncurses.h... no checking ncurses/term.h usability... no checking ncurses/term.h presence... no checking for ncurses/term.h... no checking for term.h... yes checking whether free is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether strerror is declared... yes checking whether strstr is declared... yes checking whether getopt is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking for LC_MESSAGES... yes checking for struct stat.st_blocks... yes checking for struct stat.st_blksize... yes checking return type of signal handlers... (cached) void checking for socklen_t... yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking whether byte ordering is bigendian... no checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for pid_t... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for canonicalize_file_name... no checking for realpath... (cached) yes checking for getrusage... (cached) yes checking for getuid... (cached) yes checking for getgid... (cached) yes checking for pipe... (cached) yes checking for poll... (cached) yes checking for pread64... no checking for sbrk... (cached) yes checking for setpgid... (cached) yes checking for setpgrp... (cached) yes checking for setsid... (cached) yes checking for sigaction... (cached) yes checking for sigprocmask... (cached) yes checking for sigsetmask... (cached) yes checking for socketpair... (cached) yes checking for syscall... no checking for ttrace... no checking for wborder... yes checking for setlocale... (cached) yes checking for iconvlist... no checking for libiconvlist... no checking for btowc... (cached) yes checking for setrlimit... (cached) yes checking for getrlimit... (cached) yes checking for posix_madvise... yes checking for nl_langinfo and CODESET... yes checking whether ptrace is declared... yes checking return type of ptrace... int checking types of arguments for ptrace... int,pid_t,caddr_t,int checking whether setpgrp takes no argument... no checking for sigsetjmp... yes checking for GNU regex... no checking for struct thread.td_pcb... no checking for struct lwp... no checking for struct reg in machine/reg.h... yes checking for struct reg.r_fs... yes checking for struct reg.r_gs... yes checking for PTRACE_GETREGS... no checking for PTRACE_GETFPXREGS... no checking for PT_GETDBREGS... no checking for PT_GETXMMREGS... no checking for long long support in compiler... yes checking for long long support in printf... yes checking for decfloat support in printf... no checking for long double support in compiler... yes checking for long double support in printf... yes checking for long double support in scanf... yes checking for the dynamic export flag... -rdynamic checking whether has __NR_tkill... no checking whether ADDR_NO_RANDOMIZE is declared... no checking compiler warning flags... -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts checking for cygwin... no checking for ELF support in BFD... yes checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating .gdbinit config.status: creating gnulib/Makefile config.status: creating config.h config.status: executing depdir commands mkdir .deps config.status: executing depfiles commands config.status: executing default commands === configuring in doc (/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/gdb/doc) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.9' '--host=x86_64-unknown-openbsd7.9' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.9' 'host_alias=x86_64-unknown-openbsd7.9' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' 'YACC=yacc' --cache-file=.././config.cache --srcdir=. configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking for a BSD-compatible install... /usr/obj/ports/msp430-gdb-7.2a/bin/install -c checking whether ln -s works... yes configure: updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile === configuring in testsuite (/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/gdb/testsuite) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-system-zlib' '--disable-werror' '--disable-nls' '--disable-shared' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' '--program-transform-name=s&^&msp430-&' '--build=x86_64-unknown-openbsd7.9' '--host=x86_64-unknown-openbsd7.9' '--target=msp430' 'build_alias=x86_64-unknown-openbsd7.9' 'host_alias=x86_64-unknown-openbsd7.9' 'target_alias=msp430' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS= ' 'YACC=yacc' --cache-file=.././config.cache --srcdir=. configure: loading site script /usr/obj/ports/msp430-gdb-7.2a/config.site configure: loading cache .././config.cache checking build system type... (cached) x86_64-unknown-openbsd7.9 checking host system type... (cached) x86_64-unknown-openbsd7.9 checking target system type... (cached) msp430-unknown-none checking for make... (cached) gmake checking whether gmake sets $(MAKE)... (cached) yes checking for x86_64-unknown-openbsd7.9-gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... (cached) cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for pthread.h... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating gdb.ada/Makefile config.status: creating gdb.arch/Makefile config.status: creating gdb.asm/Makefile config.status: creating gdb.base/Makefile config.status: creating gdb.cp/Makefile config.status: creating gdb.disasm/Makefile config.status: creating gdb.dwarf2/Makefile config.status: creating gdb.fortran/Makefile config.status: creating gdb.server/Makefile config.status: creating gdb.java/Makefile config.status: creating gdb.mi/Makefile config.status: creating gdb.modula2/Makefile config.status: creating gdb.multi/Makefile config.status: creating gdb.objc/Makefile config.status: creating gdb.opt/Makefile config.status: creating gdb.pascal/Makefile config.status: creating gdb.python/Makefile config.status: creating gdb.reverse/Makefile config.status: creating gdb.threads/Makefile config.status: creating gdb.trace/Makefile config.status: creating gdb.xml/Makefile gmake[2]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/sim' gmake[3]: Entering directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/sim/msp430' cc ./../common/gentmap.c -o gentmap -g -O -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes ./../common/gentmap.c:118:7: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 118 | if (strcmp (argv[1], "-h") == 0) | ^ ./../common/gentmap.c:118:7: note: include the header or explicitly provide a declaration for 'strcmp' ./../common/gentmap.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 111 | main (argc, argv) | ^ 2 warnings generated. rm -f tmp-tvals.h tmp-tmap.c ./gentmap -h >tmp-tvals.h /bin/sh ./../../move-if-change tmp-tvals.h targ-vals.h ./gentmap -c >tmp-tmap.c /bin/sh ./../../move-if-change tmp-tmap.c targ-map.c touch stamp-tvals cc -c ./../common/callback.c -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0 -I. -I. -I../common -I./../common -I../../include -I./../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes -O2 -pipe ./../common/callback.c:106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 106 | wrap (p, val) | ^ ./../common/callback.c:118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 118 | fdbad (p, fd) | ^ ./../common/callback.c:131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 131 | fdmap (p, fd) | ^ ./../common/callback.c:139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 139 | os_close (p, fd) | ^ ./../common/callback.c:247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 247 | os_get_errno (p) | ^ ./../common/callback.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 255 | os_isatty (p, fd) | ^ ./../common/callback.c:270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 270 | os_lseek (p, fd, off, way) | ^ ./../common/callback.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 286 | os_open (p, name, flags) | ^ ./../common/callback.c:312:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 312 | os_read (p, fd, buf, len) | ^ ./../common/callback.c:369:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 369 | os_read_stdin (p, buf, len) | ^ ./../common/callback.c:378:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 378 | os_write (p, fd, buf, len) | ^ ./../common/callback.c:450:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 450 | os_write_stdout (p, buf, len) | ^ ./../common/callback.c:459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 459 | os_flush_stdout (p) | ^ ./../common/callback.c:466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 466 | os_write_stderr (p, buf, len) | ^ ./../common/callback.c:475:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 475 | os_flush_stderr (p) | ^ ./../common/callback.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 482 | os_rename (p, f1, f2) | ^ ./../common/callback.c:492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 492 | os_system (p, s) | ^ ./../common/callback.c:500:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 500 | os_time (p, t) | ^ ./../common/callback.c:504:25: error: incompatible pointer types passing 'long *' to parameter of type 'time_t *' (aka 'long long *') [-Wincompatible-pointer-types] 504 | return wrap (p, time (t)); | ^ /usr/include/time.h:123:21: note: passing argument to parameter here 123 | time_t time(time_t *); | ^ ./../common/callback.c:509:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 509 | os_unlink (p, f1) | ^ ./../common/callback.c:517:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 517 | os_stat (p, file, buf) | ^ ./../common/callback.c:530:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 530 | os_fstat (p, fd, buf) | ^ ./../common/callback.c:577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 577 | os_lstat (p, file, buf) | ^ ./../common/callback.c:591:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 591 | os_ftruncate (p, fd, len) | ^ ./../common/callback.c:616:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 616 | os_truncate (p, file, len) | ^ ./../common/callback.c:630:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 630 | os_pipe (p, filedes) | ^ ./../common/callback.c:672:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 672 | os_pipe_empty (p, reader, writer) | ^ ./../common/callback.c:683:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 683 | os_pipe_nonempty (p, reader, writer) | ^ ./../common/callback.c:691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 691 | os_shutdown (p) | ^ ./../common/callback.c:732:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 732 | os_init (p) | ^ ./../common/callback.c:864:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 864 | cb_read_target_syscall_maps (cb, file) | ^ ./../common/callback.c:906:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 906 | cb_target_to_host_syscall (cb, target_val) | ^ ./../common/callback.c:926:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 926 | cb_host_to_target_errno (cb, host_val) | ^ ./../common/callback.c:948:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 948 | cb_target_to_host_open (cb, target_val) | ^ ./../common/callback.c:987:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 987 | cb_store_target_endian (cb, p, size, val) | ^ ./../common/callback.c:1020:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1020 | cb_host_to_target_stat (cb, hs, ts) | ^ 35 warnings and 1 error generated. gmake[3]: *** [Makefile:272: callback.o] Error 1 gmake[3]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/sim/msp430' gmake[2]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2/sim' gmake[2]: *** [Makefile:130: all] Error 1 gmake[1]: Leaving directory '/usr/obj/ports/msp430-gdb-7.2a/gdb-7.2' gmake[1]: *** [Makefile:10017: all-sim] Error 2 gmake: *** [Makefile:850: all] Error 2 *** Error 2 in devel/msp430/gdb (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/msp430-gdb-7.2a/.build_done': @cd /usr/obj/po...) *** Error 2 in devel/msp430/gdb (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=msp430-gdb-7.2ap4; export _LOCKS_HELD=" msp43...) ===> Exiting devel/msp430/gdb with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1779299572.11 max_stuck=0.00/depends=4.75/show-prepare-results=1.91/patch=12.25/configure=9.25/build=225.76 Error: job failed with 512 on amd64-3 at 1779299572