>>> Building on exopi-5 under devel/msp430/binutils BDEPENDS = [sysutils/coreutils;devel/gmake;archivers/bzip2] DIST = [devel/msp430/binutils:msp430/msp430-binutils-2.21.1a-20120406.patch;devel/msp430/binutils:msp430/binutils-2.21.1a.tar.bz2] FULLPKGNAME = msp430-binutils-2.21.1ap3 Avoided depends for bzip2-1.0.8p0 gmake-4.4.1 coreutils-9.4p0 distfiles size=19340133 >>> Running patch in devel/msp430/binutils at 1714611305.85 ===> devel/msp430/binutils ===> Building from scratch msp430-binutils-2.21.1ap3 Package database already locked... awaiting release... done! ===> msp430-binutils-2.21.1ap3 depends on: coreutils-* -> coreutils-9.4p0 ===> msp430-binutils-2.21.1ap3 depends on: gmake-* -> gmake-4.4.1 ===> msp430-binutils-2.21.1ap3 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: c z ===> found c.100.0 z.7.0 ===> Checking files for msp430-binutils-2.21.1ap3 `/exopi-cvs/ports/distfiles/msp430/binutils-2.21.1a.tar.bz2' is up to date. `/exopi-cvs/ports/distfiles/msp430/msp430-binutils-2.21.1a-20120406.patch' is up to date. >> (SHA256) msp430/binutils-2.21.1a.tar.bz2: OK >> (SHA256) msp430/msp430-binutils-2.21.1a-20120406.patch: OK ===> Extracting for msp430-binutils-2.21.1ap3 ===> Patching for msp430-binutils-2.21.1ap3 ===> Applying distribution patches for msp430-binutils-2.21.1ap3 ===> Applying distribution patch msp430-binutils-2.21.1a-20120406.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Copyright 2000-2012 Free Software Foundation, Inc. | |The material in this patch is a derivative work of the binutils 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 binutils. The material incorporated is maintained |in a git repository hosted at: | | git://mspgcc.git.sourceforge.net/gitroot/mspgcc/binutils | |This patch incorporates changes between: | upstream/release/binutils-2.21.1a (0fa867528e69dea548c480b010ce6e57f0252d88) |and | binutils-2_21/binutils-2.21.1a (a4bb260d153bf595a1960ad6b3f6b9524a3ea52f) | |To build, obtain the upstream release distribution from: | ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.21.1a.tar.bz2 | |Unpack the distribution, apply the patch, and build. (Note: The example |commands are in Bourne-shell syntax.) | | tar xjf binutils-2.21.1a.tar.bz2 | ( cd binutils-2.21.1 ; patch -p1 < ../msp430-binutils-2.21.1a-20120406.patch ) | mkdir -p BUILD/binutils | cd BUILD/binutils | ../../binutils-2.21.1/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 | |Log of relevant changes: |5c6c3c5 [2012-04-06 08:28:15 -0500] Update DEV-PHASE for release |fb6b35b [2012-03-29 04:00:07 -0500] SF 3512502 address mode fails to accept CG-compatible immediates |b8f22db [2012-03-30 18:53:47 -0500] Update DEV-PHASE for release |8792f21 [2012-02-24 14:34:37 -0600] Update DEV-PHASE for release |34e6e3e [2012-02-23 12:26:43 -0600] Use standard DOLLAR_DOT approach instead of custom version |40427a9 [2012-02-21 10:15:55 -0600] Cleanup detection of pc-relative fixup/relocations |a45799e [2012-02-21 07:36:30 -0600] SF 3489407 restore legacy symbolic operands |b68626d [2012-02-19 15:03:46 -0600] Baby-step cleanup |7d349a6 [2012-02-19 12:22:50 -0600] Eliminate constraints preventing symbol-.(r0) or symbol(r2) |103affc [2012-02-19 11:08:27 -0600] Make dependence on r0 explicit when emitting indexed operands |bc03deb [2012-02-18 10:29:14 -0600] Refactor code that emits fixups |0262728 [2012-02-18 09:16:32 -0600] Default to non-PC-relative symbolic relocations |85ed849 [2012-02-17 19:25:11 -0600] Default to non-PC-relative conditional jump relocations |09a1693 [2012-02-17 18:34:28 -0600] Add non-PCREL 10-bit conditional jump relocation |88441f7 [2012-02-17 18:14:44 -0600] cleanup fixup application |00d0a26 [2012-02-17 13:43:27 -0600] SF 3488636 mis-assembly using program location counter |5662d49 [2012-02-17 10:11:57 -0600] SF 3487856 gas mis-disassemble symbolics |62a820f [2012-02-17 04:39:16 -0600] msp430-dis: clean up magic numbers |789f569 [2012-02-17 03:27:30 -0600] emit more useful error when addresses unaligned |935c689 [2012-02-17 02:34:01 -0600] Run code through indent again |189821e [2012-02-16 19:51:42 -0600] Validate relocation ranges |dcf90bd [2012-02-16 15:56:45 -0600] Enhance range validation in assembler |94928fe [2012-02-15 20:32:48 -0600] Document all relocations |d8b1461 [2012-02-15 20:30:48 -0600] Clean up fixup formatting/fallthru |296d3e6 [2012-02-15 19:55:29 -0600] Correct and validate HOWTO order |9cf1fb7 [2012-02-15 18:46:58 -0600] Refactor reloc selection and storage |95aad4b [2012-02-15 16:04:46 -0600] Remove unnecessary imm_op output parameter |9157313 [2012-02-15 15:53:10 -0600] Relax operand alignment check for push/pushx |bc104f9 [2012-02-15 13:42:50 -0600] Disallow unaligned access off stack pointer |d1a8e41 [2012-02-15 13:37:23 -0600] Uniform detection of encoded immediates that might break alignment |2fa9206 [2012-02-15 08:00:32 -0600] Avoid gratuitous distinction between source/dest addressing modes |35b9a77 [2012-02-15 07:08:46 -0600] Eliminate redundant mode field |5155840 [2012-02-15 02:44:16 -0600] Move all dwarf2 line emission to end of function. |c0f1b8f [2012-02-14 20:43:24 -0600] Fix error due to inconsistent use of __is |af2a99f [2012-02-14 20:38:03 -0600] Revert effect of 3487332 and 3487629 |1dfe5ba [2012-02-14 19:56:18 -0600] Rename local variable for clarity |23ecf6b [2012-02-14 16:59:25 -0600] Remove redundant set of op->mode |67a0783 [2012-02-14 13:27:56 -0600] Catch unhandled unsupported operands |5b51a1d [2012-02-14 13:03:06 -0600] SF 3487629 430x address mode gets symbolic wrong |d42e20d [2012-02-14 11:17:28 -0600] Remove bypassed PCREL relocation generation for source operands |5e0b242 [2012-02-14 10:52:26 -0600] Confirm that no operands need to be PCREL adjusted |3dd285b [2012-02-14 10:51:50 -0600] Expand all reloc selection macros |75db281 [2012-02-14 08:49:18 -0600] Improve description of relocation for conditional jumps |00b8acc [2012-02-14 08:48:19 -0600] Record exemplar instructions for each pattern |8c4d424 [2012-02-13 17:33:17 -0600] SF 3487332 gas misassemble symbolic constant |801c9a3 [2012-02-13 16:33:31 -0600] SF 3487360 gas mis-disassemble symbolics |6245b53 [2012-02-13 14:41:14 -0600] Refactor test for non-PC-relative relocations |9b86911 [2012-02-13 14:03:53 -0600] Note how to get the opcodes that must be tested |bb8f6d6 [2012-02-13 13:16:06 -0600] SF 3487361 clra opcode incorrect |4c24e63 [2012-02-13 13:11:57 -0600] SF 3487364 430x address opcodes ignore CG |423d997 [2012-02-13 11:59:38 -0600] magic number and fix comment |23b0c4a [2012-02-12 19:31:49 -0600] Reject arithmetic on registers at compile time |2e8cf27 [2012-02-12 18:46:05 -0600] Substitute -1 for constants that are all ones for the operation width |4570057 [2012-02-12 18:24:52 -0600] clean up opcode width extraction |1e31e58 [2012-02-12 17:35:02 -0600] Reorder for clarity |f8d0c92 [2012-02-12 15:40:36 -0600] Avoid premature marking of immediate operand |1b239ba [2012-02-12 15:24:43 -0600] Avoid double-converting operand in emulated shift operations |1fe0bda [2012-02-12 13:26:54 -0600] Clean up register recognition and other processing |f6975b1 [2012-02-12 11:56:13 -0600] documentation cleanup |88e0d46 [2012-02-12 10:58:20 -0600] clean up immediate operand validation |333db05 [2012-02-12 10:15:20 -0600] clean up local variables in srcoperand |7ee8609 [2012-02-12 10:02:45 -0600] Clean up dstoperand conversion |3f486c5 [2012-02-12 09:36:31 -0600] cleanup: constants, remove gratuitous declaration |d43d131 [2012-02-10 15:17:39 -0600] Replace check_reg with extract_regno |8251e36 [2012-02-10 14:43:41 -0600] Eliminate magic number where OP_EXP was intended |5c2acd6 [2012-02-10 14:39:35 -0600] Clean up .rpt pseudo-op |8f31c95 [2012-02-10 13:33:25 -0600] Style cleanup: eliminate C++-style comments |5d7e371 [2012-02-10 12:59:46 -0600] Style cleanup |2aa2306 [2012-02-10 12:30:04 -0600] Correct #lo/#hi processing to retain recognition of -1 constant |764f227 [2012-02-10 11:16:34 -0600] Run everything through GNU indent for style cleanup |b11e197 [2012-02-10 11:10:10 -0600] Eliminate mask constants in favor of macros |acd1aef [2012-02-10 10:29:54 -0600] more removal of magic numbers |7382915 [2012-02-10 09:49:28 -0600] Remove disabled code to display interrupt vectors |1459fea [2012-02-10 09:25:49 -0600] SF 3486454 .rpt disassembles incorrectly |c6b03ca [2012-02-10 09:18:35 -0600] SF 3486453 rrux not supported |82ee322 [2012-02-09 23:20:23 -0600] SF 3486451 430x 20-bit immediates mistranslated |f6013a3 [2012-02-09 23:02:44 -0600] eliminate magic register numbers |7de23a2 [2012-02-09 22:47:55 -0600] gas: eliminate magic numbers in immediate range checks |d01e7e7 [2012-02-09 22:39:19 -0600] convert src/dst operand extractors to bfd_boolean functions |97bf578 [2012-02-09 18:54:45 -0600] Remove relaxation and polymorph support for MSP430 |4f26e0d [2012-02-09 11:34:56 -0600] tc-msp430.h: cleanup |a4629d3 [2012-02-09 12:08:52 -0600] Add relevant errata provided by TI |2c98b77 [2012-01-25 13:38:19 -0600] Update DEV-PHASE for release |f1bde45 [2012-01-19 18:28:35 -0600] Correct version infrastructure to also modify release version string |1285522 [2012-01-11 12:00:05 -0600] SF 3472485 need visible version info in tool output |3e579b5 [2011-08-30 09:37:12 -0500] SF 3400750 infomemnobits missing |4dbee68 [2011-08-23 18:33:24 -0500] SF 3383736 separate info sections |df11b38 [2011-08-03 04:15:21 -0500] Make relocation section definitions consistent with elf.sc |c1e9b02 [2011-08-03 04:10:55 -0500] Clean up data sections |860d0d0 [2011-08-02 10:06:59 -0500] SF 3143071 error in addend of relocation entry in output |f8871b7 [2011-08-02 16:59:15 -0500] SF 3384754 relocatable links discard CRT section information |df2ed93 [2011-08-02 16:34:31 -0500] SF 3384766 string constants misplaced in text section |d139f8a [2011-07-27 11:06:56 -0500] SF 3379341: non-empty ARCH environment variable results unusable ld |dea9a0d [2011-02-10 23:44:12 +0000] Revert 2010-11-02 H.J. Lu. |d67e991 [2011-06-12 11:09:24 -0500] SF 3315471 remove _init_section__ function |674669c [2011-05-07 11:43:29 -0500] SF 3293911 gas 2.21 segfault when building gcc 4.4.5 |04e54de [2011-04-21 10:02:40 -0500] Avoid complaints in relocatable links |3d4651b [2011-04-18 16:42:26 -0500] SF 3289064 uniarch binutils missing far section support |61941d8 [2011-04-13 19:06:23 -0500] SF 3286248 broken #hlo calculation for small constants |4ecb659 [2011-04-10 21:39:34 -0500] SF 3237855: clean up -mmcu documentation |492b386 [2011-04-02 09:11:34 -0500] SF 3266079: binutils link does not preserve cpu architecture |0cf6f04 [2011-04-02 09:09:52 -0500] Clone genelf.em prior to msp430-specific mods |88c78f9 [2011-03-22 09:55:52 -0500] Store architecture, not CPU, in elf flags field |8b0914d [2011-03-14 12:55:23 -0500] Clean up section management. |0967a41 [2011-03-12 11:19:17 -0600] SF 3207853: bad constant extraction on 64-bit systems |e76d094 [2011-03-12 09:55:14 -0600] SF 3207853: validate llo/lhi/hlo/hhi |bd6984f [2011-03-12 09:28:50 -0600] Update to match current output (whitespace variations only) |4f48d67 [2011-03-02 18:24:57 -0600] SF 3197755: long long type not working |9ee0da1 [2011-02-20 14:44:58 -0600] Eliminate warning that breaks gcc test infrastructure |68710d7 [2011-02-10 17:01:58 -0600] SF 3177314: undefined reference with too many template parameters |3c372b3 [2011-02-07 10:49:43 -0600] Parse cpu/mpy directives in assembly code |dbbc6f6 [2011-02-07 09:06:23 -0600] Regenerate |5877af8 [2011-02-07 09:03:21 -0600] Remove hard-coded MCU-specific information from msp430 port. |5083be6 [2011-02-05 21:37:53 -0600] Correct vector start for ISA_24 chips |1ce656f [2011-02-05 13:56:25 -0600] Regenerate |f07e5a2 [2011-02-05 13:56:08 -0600] Add MCUs supported by msp430all.sh |f4dc7c0 [2011-02-05 13:31:09 -0600] Regenerate |5dfc571 [2011-02-05 13:29:08 -0600] Update to match MCUs in msp430all.sh |bea8d7b [2011-01-26 11:53:58 -0600] SF 3154622: Correct support for MSP430F2132 |4674f3a [2011-01-26 11:12:49 -0600] SF 3146404: Support for msp430f550x chips |c8aacc6 [2011-01-21 16:01:15 +0200] Add support for msp430f471x3 |e845ac1 [2010-11-14 10:07:12 -0600] SF 3109143: Support value-line MSP430G22x1 devices |3909fd6 [2010-11-06 14:31:43 -0500] SF 3096352: Illegal disassembly instruction (addx.a R14,R15) |e291e09 [2010-08-29 13:11:44 -0500] SF 3055519: add support for 55xx chips |a0f3a60 [2010-05-27 12:22:04 -0500] Replace undefined cc430x5123 with missing cc430x5133 |aeec5cc [2010-05-27 11:32:07 -0500] Fix info/bsl locations on newer chips |70aa46c [2011-01-02 10:53:49 -0600] Apply binutils-2.20.patch from revision aac9a66b of mspgcc4 repository. | |diff --git binutils-2.21.1a.orig/bfd/Makefile.am binutils-2.21.1a/bfd/Makefile.am |index 39c5295..22741b8 100644 |--- binutils-2.21.1a.orig/bfd/Makefile.am |+++ binutils-2.21.1a/bfd/Makefile.am -------------------------- Patching file bfd/Makefile.am using Plan A... Hunk #1 succeeded at 953. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/bfd/Makefile.in binutils-2.21.1a/bfd/Makefile.in |index 8ebfcb7..6c730c2 100644 |--- binutils-2.21.1a.orig/bfd/Makefile.in |+++ binutils-2.21.1a/bfd/Makefile.in -------------------------- Patching file bfd/Makefile.in using Plan A... Hunk #1 succeeded at 1985. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/bfd/archures.c binutils-2.21.1a/bfd/archures.c |index 1867154..9ad71ab 100644 |--- binutils-2.21.1a.orig/bfd/archures.c |+++ binutils-2.21.1a/bfd/archures.c -------------------------- Patching file bfd/archures.c using Plan A... Hunk #1 succeeded at 398. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/bfd/bfd-in2.h binutils-2.21.1a/bfd/bfd-in2.h |index 59b1b8f..3ddb9ff 100644 |--- binutils-2.21.1a.orig/bfd/bfd-in2.h |+++ binutils-2.21.1a/bfd/bfd-in2.h -------------------------- Patching file bfd/bfd-in2.h using Plan A... Hunk #1 succeeded at 2085. Hunk #2 succeeded at 4548. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/bfd/cpu-msp430.c binutils-2.21.1a/bfd/cpu-msp430.c |index 63c301a..0dac061 100644 |--- binutils-2.21.1a.orig/bfd/cpu-msp430.c |+++ binutils-2.21.1a/bfd/cpu-msp430.c -------------------------- Patching file bfd/cpu-msp430.c using Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 38. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/bfd/elf32-msp430.c binutils-2.21.1a/bfd/elf32-msp430.c |index 9a5fb2a..7c5a720 100644 |--- binutils-2.21.1a.orig/bfd/elf32-msp430.c |+++ binutils-2.21.1a/bfd/elf32-msp430.c -------------------------- Patching file bfd/elf32-msp430.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 26. Hunk #3 succeeded at 68. Hunk #4 succeeded at 84. Hunk #5 succeeded at 118. Hunk #6 succeeded at 135. Hunk #7 succeeded at 152. Hunk #8 succeeded at 184. Hunk #9 succeeded at 552. Hunk #10 succeeded at 603. Hunk #11 succeeded at 620. Hunk #12 succeeded at 640. Hunk #13 succeeded at 685. Hunk #14 succeeded at 865. Hunk #15 succeeded at 908. Hunk #16 succeeded at 926. Hunk #17 succeeded at 944. Hunk #18 succeeded at 962. Hunk #19 succeeded at 973. Hunk #20 succeeded at 989. Hunk #21 succeeded at 1053. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/bfd/libbfd.h binutils-2.21.1a/bfd/libbfd.h |index e706ce4..01900e2 100644 |--- binutils-2.21.1a.orig/bfd/libbfd.h |+++ binutils-2.21.1a/bfd/libbfd.h -------------------------- Patching file bfd/libbfd.h using Plan A... Hunk #1 succeeded at 2165. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/bfd/reloc.c binutils-2.21.1a/bfd/reloc.c |index 5a428a2..9bade10 100644 |--- binutils-2.21.1a.orig/bfd/reloc.c |+++ binutils-2.21.1a/bfd/reloc.c -------------------------- Patching file bfd/reloc.c using Plan A... Hunk #1 succeeded at 5216. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/bfd/version.h binutils-2.21.1a/bfd/version.h |index d4b0e51..e821f31 100644 |--- binutils-2.21.1a.orig/bfd/version.h |+++ binutils-2.21.1a/bfd/version.h -------------------------- Patching file bfd/version.h using Plan A... 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 binutils-2.21.1a.orig/gas/config/tc-msp430.c binutils-2.21.1a/gas/config/tc-msp430.c |index 98d90c6..f0241d6 100644 |--- binutils-2.21.1a.orig/gas/config/tc-msp430.c |+++ binutils-2.21.1a/gas/config/tc-msp430.c -------------------------- Patching file gas/config/tc-msp430.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 23. Hunk #3 succeeded at 37. Hunk #4 succeeded at 730. Hunk #5 succeeded at 829. Hunk #6 succeeded at 887. Hunk #7 succeeded at 931. Hunk #8 succeeded at 1176. Hunk #9 succeeded at 1208. Hunk #10 succeeded at 1836. Hunk #11 succeeded at 2642. Hunk #12 succeeded at 2692. Hunk #13 succeeded at 2911. Hunk #14 succeeded at 2937. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/gas/config/tc-msp430.h binutils-2.21.1a/gas/config/tc-msp430.h |index 2f7aea2..c653fbe 100644 |--- binutils-2.21.1a.orig/gas/config/tc-msp430.h |+++ binutils-2.21.1a/gas/config/tc-msp430.h -------------------------- Patching file gas/config/tc-msp430.h using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 20. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/gas/doc/c-msp430.texi binutils-2.21.1a/gas/doc/c-msp430.texi |index 09ce9f0..8b21450 100644 |--- binutils-2.21.1a.orig/gas/doc/c-msp430.texi |+++ binutils-2.21.1a/gas/doc/c-msp430.texi -------------------------- Patching file gas/doc/c-msp430.texi using Plan A... Hunk #1 succeeded at 30. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/gas/testsuite/gas/msp430/opcode.d binutils-2.21.1a/gas/testsuite/gas/msp430/opcode.d |index 22df51c..297d3e1 100644 |--- binutils-2.21.1a.orig/gas/testsuite/gas/msp430/opcode.d |+++ binutils-2.21.1a/gas/testsuite/gas/msp430/opcode.d -------------------------- Patching file gas/testsuite/gas/msp430/opcode.d using Plan A... Hunk #1 succeeded at 5. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/gas/testsuite/gas/msp430/opcode.s binutils-2.21.1a/gas/testsuite/gas/msp430/opcode.s |index b85a463..8fa444f 100644 |--- binutils-2.21.1a.orig/gas/testsuite/gas/msp430/opcode.s |+++ binutils-2.21.1a/gas/testsuite/gas/msp430/opcode.s -------------------------- Patching file gas/testsuite/gas/msp430/opcode.s using Plan A... Hunk #1 succeeded at 55. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/include/elf/msp430.h binutils-2.21.1a/include/elf/msp430.h |index 44f5c51..ed6296a 100644 |--- binutils-2.21.1a.orig/include/elf/msp430.h |+++ binutils-2.21.1a/include/elf/msp430.h -------------------------- Patching file include/elf/msp430.h using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 23. Hunk #3 succeeded at 32. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/include/opcode/msp430.h binutils-2.21.1a/include/opcode/msp430.h |index d3bf130..b6b1707 100644 |--- binutils-2.21.1a.orig/include/opcode/msp430.h |+++ binutils-2.21.1a/include/opcode/msp430.h -------------------------- Patching file include/opcode/msp430.h using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 26. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/ld/Makefile.am binutils-2.21.1a/ld/Makefile.am |index 1280b64..9a290d8 100644 |--- binutils-2.21.1a.orig/ld/Makefile.am |+++ binutils-2.21.1a/ld/Makefile.am -------------------------- Patching file ld/Makefile.am using Plan A... Hunk #1 succeeded at 317. Hunk #2 succeeded at 1277. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/ld/Makefile.in binutils-2.21.1a/ld/Makefile.in |index 00fcd72..5e1dbc0 100644 |--- binutils-2.21.1a.orig/ld/Makefile.in |+++ binutils-2.21.1a/ld/Makefile.in -------------------------- Patching file ld/Makefile.in using Plan A... Hunk #1 succeeded at 622. Hunk #2 succeeded at 1170. Hunk #3 succeeded at 2654. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/ld/configure.tgt binutils-2.21.1a/ld/configure.tgt |index 90d7461..b9a0624 100644 |--- binutils-2.21.1a.orig/ld/configure.tgt |+++ binutils-2.21.1a/ld/configure.tgt -------------------------- Patching file ld/configure.tgt using Plan A... Hunk #1 succeeded at 429. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/ld/emulparams/msp430all.sh binutils-2.21.1a/ld/emulparams/msp430all.sh |deleted file mode 100644 |index 57d21c2..0000000 |--- binutils-2.21.1a.orig/ld/emulparams/msp430all.sh |+++ /dev/null -------------------------- Patching file ld/emulparams/msp430all.sh using Plan A... Hunk #1 succeeded at 0. Removing ld/emulparams/msp430all.sh (empty after patching). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/ld/emulparams/msp430uni.sh binutils-2.21.1a/ld/emulparams/msp430uni.sh |new file mode 100644 |index 0000000..949fe85 |--- /dev/null |+++ binutils-2.21.1a/ld/emulparams/msp430uni.sh -------------------------- (Creating file ld/emulparams/msp430uni.sh...) Patching file ld/emulparams/msp430uni.sh 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 binutils-2.21.1a.orig/ld/emultempl/msp430.em binutils-2.21.1a/ld/emultempl/msp430.em |new file mode 100644 |index 0000000..f4586f8 |--- /dev/null |+++ binutils-2.21.1a/ld/emultempl/msp430.em -------------------------- (Creating file ld/emultempl/msp430.em...) Patching file ld/emultempl/msp430.em 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 binutils-2.21.1a.orig/ld/scripttempl/elf32msp430.sc binutils-2.21.1a/ld/scripttempl/elf32msp430.sc |index cbffe48..08fd422 100644 |--- binutils-2.21.1a.orig/ld/scripttempl/elf32msp430.sc |+++ binutils-2.21.1a/ld/scripttempl/elf32msp430.sc -------------------------- Patching file ld/scripttempl/elf32msp430.sc using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 206. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/ld/scripttempl/elf32msp430_3.sc binutils-2.21.1a/ld/scripttempl/elf32msp430_3.sc |deleted file mode 100644 |index 15eb517..0000000 |--- binutils-2.21.1a.orig/ld/scripttempl/elf32msp430_3.sc |+++ /dev/null -------------------------- Patching file ld/scripttempl/elf32msp430_3.sc using Plan A... Hunk #1 succeeded at 0. Removing ld/scripttempl/elf32msp430_3.sc (empty after patching). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git binutils-2.21.1a.orig/opcodes/msp430-dis.c binutils-2.21.1a/opcodes/msp430-dis.c |index 9d7edbe..4e0dd91 100644 |--- binutils-2.21.1a.orig/opcodes/msp430-dis.c |+++ binutils-2.21.1a/opcodes/msp430-dis.c -------------------------- Patching file opcodes/msp430-dis.c using Plan A... Hunk #1 succeeded at 34. Hunk #2 succeeded at 49. Hunk #3 succeeded at 224. Hunk #4 succeeded at 253. Hunk #5 succeeded at 265. Hunk #6 succeeded at 297. Hunk #7 succeeded at 847. done ===> Applying OpenBSD patch patch-binutils_elfedit_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix -Wbounded warnings by using correct casts. | |--- binutils/elfedit.c.orig Fri Sep 30 16:29:00 2011 |+++ binutils/elfedit.c Fri Sep 30 16:33:14 2011 -------------------------- Patching file binutils/elfedit.c using Plan A... Hunk #1 succeeded at 169. Hunk #2 succeeded at 202. Hunk #3 succeeded at 234. done ===> Applying OpenBSD patch patch-binutils_readelf_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix -Wbounded warnings by using correct casts. | |--- binutils/readelf.c.orig Fri Sep 30 16:24:11 2011 |+++ binutils/readelf.c Fri Sep 30 16:28:53 2011 -------------------------- Patching file binutils/readelf.c using Plan A... Hunk #1 succeeded at 12202. Hunk #2 succeeded at 12225. Hunk #3 succeeded at 12239. done ===> Applying OpenBSD patch patch-etc_texi2pod_pl Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: etc/texi2pod.pl |--- etc/texi2pod.pl.orig |+++ etc/texi2pod.pl -------------------------- Patching file etc/texi2pod.pl using Plan A... Hunk #1 succeeded at 311. 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 2 16:20:46 2010 |+++ libiberty/Makefile.in Mon Apr 25 21:47:07 2011 -------------------------- Patching file libiberty/Makefile.in using Plan A... Hunk #1 succeeded at 340. 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/binutils at 1714611315.30 ===> devel/msp430/binutils ===> Generating configure for msp430-binutils-2.21.1ap3 ===> Configuring for msp430-binutils-2.21.1ap3 Using /exopi-obj/pobj/msp430-binutils-2.21.1a/config.site (generated) configure: loading site script /exopi-obj/pobj/msp430-binutils-2.21.1a/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for a BSD-compatible install... /exopi-obj/pobj/msp430-binutils-2.21.1a/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 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... no checking for msp430-c++... no checking for msp430-g++... no checking for msp430-cxx... no checking for msp430-gxx... no checking for msp430-gcc... no checking for msp430-gcj... no checking for msp430-gfortran... no checking for msp430-ar... no checking for msp430-as... no checking for msp430-dlltool... no checking for msp430-ld... no checking for msp430-lipo... no checking for msp430-nm... no checking for msp430-objdump... no checking for msp430-ranlib... no checking for msp430-strip... no checking for msp430-windres... no checking for msp430-windmc... no checking where to find the target ar... just compiled checking where to find the target as... just compiled 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... just compiled 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... just compiled checking where to find the target lipo... pre-installed checking where to find the target nm... just compiled checking where to find the target objdump... just compiled checking where to find the target ranlib... just compiled checking where to find the target strip... just compiled checking where to find the target windres... just compiled checking where to find the target windmc... just compiled 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/binutils at 1714611321.69 ===> devel/msp430/binutils ===> Building for msp430-binutils-2.21.1ap3 gmake[1]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64' mkdir ./libiberty Configuring in ./libiberty configure: loading site script /exopi-obj/pobj/msp430-binutils-2.21.1a/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.5 checking host system type... x86_64-unknown-openbsd7.5 checking for x86_64-unknown-openbsd7.5-ar... ar checking for x86_64-unknown-openbsd7.5-ranlib... ranlib checking for x86_64-unknown-openbsd7.5-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... /exopi-obj/pobj/msp430-binutils-2.21.1a/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... no checking for process.h... no 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 ssize_t... (cached) 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 for setproctitle... (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 __fsetlocking... no checking for canonicalize_file_name... no checking for dup3... yes checking for getrusage... (cached) yes checking for getsysinfo... no checking for gettimeofday... (cached) yes checking for on_exit... no checking for psignal... (cached) yes checking for pstat_getdynamic... no checking for pstat_getstatic... no checking for realpath... (cached) yes checking for sbrk... (cached) yes checking for spawnve... no checking for spawnvpe... no checking for strerror... (cached) yes checking for strsignal... (cached) yes checking for sysconf... (cached) yes checking for sysctl... (cached) yes checking for sysmp... no checking for table... no checking for times... (cached) yes checking for wait3... (cached) yes checking for wait4... (cached) yes 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 mkdir ./intl Configuring in ./intl configure: loading site script /exopi-obj/pobj/msp430-binutils-2.21.1a/config.site configure: creating cache ./config.cache checking whether gmake sets $(MAKE)... yes checking for a BSD-compatible install... /exopi-obj/pobj/msp430-binutils-2.21.1a/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.5-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.5 checking host system type... x86_64-unknown-openbsd7.5 checking for x86_64-unknown-openbsd7.5-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 mkdir ./bfd Configuring in ./bfd configure: loading site script /exopi-obj/pobj/msp430-binutils-2.21.1a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.5-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... /exopi-obj/pobj/msp430-binutils-2.21.1a/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.5-ar... ar checking for x86_64-unknown-openbsd7.5-ranlib... ranlib checking for x86_64-unknown-openbsd7.5-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.5-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.5-ar... (cached) ar checking for x86_64-unknown-openbsd7.5-strip... no checking for strip... (cached) strip checking for x86_64-unknown-openbsd7.5-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.5 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 '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/regex.c -o pic/regex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/regex.c -o regex.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/cplus-dem.c -o cplus-dem.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/cp-demangle.c -o cp-demangle.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/md5.c -o pic/md5.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/md5.c -o md5.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/sha1.c -o pic/sha1.o; \ else true; fi /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/sha1.c:235:11: warning: defining a type within 'offsetof' is a Clang extension [-Wgnu-offsetof-extensions] if (UNALIGNED_P (buffer)) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/sha1.c:234:41: note: expanded from macro 'UNALIGNED_P' # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) ^~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/sha1.c:233:34: note: expanded from macro 'alignof' # define alignof(type) offsetof (struct { char c; type x; }, x) ^~~~~~ /usr/include/stddef.h:69:51: note: expanded from macro 'offsetof' #define offsetof(type, member) __builtin_offsetof(type, member) ^~~~ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/sha1.c -o sha1.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/sha1.c:235:11: warning: defining a type within 'offsetof' is a Clang extension [-Wgnu-offsetof-extensions] if (UNALIGNED_P (buffer)) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/sha1.c:234:41: note: expanded from macro 'UNALIGNED_P' # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) ^~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/sha1.c:233:34: note: expanded from macro 'alignof' # define alignof(type) offsetof (struct { char c; type x; }, x) ^~~~~~ /usr/include/stddef.h:69:51: note: expanded from macro 'offsetof' #define offsetof(type, member) __builtin_offsetof(type, member) ^~~~ 1 warning generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/alloca.c -o pic/alloca.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/alloca.c -o alloca.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/argv.c -o pic/argv.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/argv.c -o argv.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/choose-temp.c -o choose-temp.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/concat.c -o pic/concat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/concat.c -o concat.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/cp-demint.c -o cp-demint.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/crc32.c -o pic/crc32.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/crc32.c -o crc32.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/dyn-string.c -o dyn-string.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/fdmatch.c -o fdmatch.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/fibheap.c -o fibheap.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/filename_cmp.c -o filename_cmp.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/floatformat.c -o floatformat.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/fnmatch.c -o fnmatch.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/getopt.c -o pic/getopt.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/getopt.c -o getopt.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/getpwd.c -o getpwd.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/getruntime.c -o getruntime.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/hashtab.c -o hashtab.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/hex.c -o pic/hex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/hex.c -o hex.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/lbasename.c -o lbasename.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/lrealpath.c -o lrealpath.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/make-temp-file.c -o make-temp-file.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/objalloc.c -o objalloc.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:148:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:193:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:263:32: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) ^~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ 3 warnings generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c -o obstack.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:148:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:193:23: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] alignment = (int) DEFAULT_ALIGNMENT; ^~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:263:32: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) ^~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/obstack.c:60:57: note: expanded from macro 'DEFAULT_ALIGNMENT' ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) ^ ~~~~~~~~~~ 3 warnings generated. if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/partition.c -o pic/partition.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/partition.c -o partition.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/pexecute.c -o pexecute.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/physmem.c -o pic/physmem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/physmem.c -o physmem.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/pex-common.c -o pex-common.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/pex-one.c -o pex-one.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/pex-unix.c -o pex-unix.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/safe-ctype.c -o safe-ctype.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/simple-object.c -o simple-object.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/simple-object-coff.c -o simple-object-coff.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/simple-object-elf.c -o simple-object-elf.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/sort.c -o pic/sort.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/sort.c -o sort.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/spaces.c -o pic/spaces.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/spaces.c -o spaces.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/splay-tree.c -o splay-tree.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/strerror.c -o pic/strerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/strerror.c -o strerror.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/strsignal.c -o strsignal.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xatexit.c -o xatexit.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xexit.c -o pic/xexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xexit.c -o xexit.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xmalloc.c -o xmalloc.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xmemdup.c -o xmemdup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xstrdup.c -o xstrdup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xstrerror.c -o xstrerror.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/xstrndup.c -o xstrndup.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/mempcpy.c -o pic/mempcpy.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/mempcpy.c -o mempcpy.o if [ x"-fpic" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/strverscmp.c -o pic/strverscmp.o; \ else true; fi /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8] Contributed by Jean-Franois Bignolles , 1997. ^ 1 warning generated. cc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/strverscmp.c -o strverscmp.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/libiberty/strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8] 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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.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 '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/libiberty/testsuite' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/libiberty/testsuite' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/libiberty' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/intl' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/intl' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' creating bfdver.h rm -f elf32-target.h sed -e s/NN/32/g < /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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 < /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elfxx-target.h > elf64-target.new mv -f elf64-target.new elf64-target.h rm -f targmatch.h sed -f /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/targmatch.sed < /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/config.bfd > targmatch.new mv -f targmatch.new targmatch.h Making info in doc gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/doc' gmake chew gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/doc' cc -o chew.$$ -O2 -pipe \ -I.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/../../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/../../intl -I../../intl /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c; \ /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/../../move-if-change chew.$$ chew /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:127:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init_string_with_size (buffer, size) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:137:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init_string (buffer) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] find (str, what) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:162:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] write_buffer (buffer, f) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete_string (buffer) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] addr (buffer, idx) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] at (buffer, pos) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:197:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] catchar (buffer, ch) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:211:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] overwrite_string (dst, src) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:222:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] catbuf (buffer, buf, len) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cattext (buffer, string) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] catstr (dst, src) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:254:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] skip_white_and_stars (src, idx) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] die (msg) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exec (word) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:424:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] remove_noncomments (src, dst) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:479:57: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fprintf (stderr, "current string stack depth = %d, ", tos - stack); ~~ ^~~~~~~~~~~ %ld /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:480:58: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fprintf (stderr, "current integer stack depth = %d\n", isp - istack); ~~ ^~~~~~~~~~~~ %ld /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:824:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] iscommand (ptr, idx) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:850:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] copy_past_newline (ptr, idx, dst) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:1128:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nextword (string, word) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:1217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lookup_word (word) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:1267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] newentry (word) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:1281:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_to_definition (entry, word) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:1298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_intrinsic (name, func) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:1308:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_var (name) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:1318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] compile (string) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:1441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] read_in (str, file) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:1567:9: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] tos - stack); ^~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/chew.c:1477:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main (ac, av) ^ 30 warnings generated. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/doc' ./chew -f /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/doc.str < /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/../archures.c >archures.tmp /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/../../move-if-change archures.tmp archures.texi gmake chew gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/doc' gmake[4]: 'chew' is up to date. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/doc' ./chew -f /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/doc.str reloc.tmp /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/../../move-if-change reloc.tmp reloc.texi restore=: && backupdir=".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ if makeinfo --split-size=5000000 --split-size=5000000 -I /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc \ -o bfd.info `test -f 'bfd.texinfo' || echo '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/doc/'`bfd.texinfo; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/doc' Making info in po gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/po' ( if test 'x/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/po' != 'x.'; then \ posrcprefix='/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/po/SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/po/BLD-POTFILES.in \ | sed -e '$s/\\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/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 '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/po' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake[3]: Nothing to be done for 'info-am'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake all-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' Making all in doc gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/doc' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/doc' Making all in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/archive.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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' /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/archures.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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" /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/bfd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/bfdio.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/bfdio.c -o bfdio.o mv -f .deps/bfdio.Tpo .deps/bfdio.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/bfdwin.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/cache.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/cache.c -o cache.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/cache.c:501:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/coffgen.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/corefile.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/format.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/init.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/libbfd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/opncls.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/reloc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/section.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/syms.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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' /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/targets.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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" /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/hash.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/linker.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/srec.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/srec.c -o srec.o mv -f .deps/srec.Tpo .deps/srec.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/binary.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/binary.c -o binary.o mv -f .deps/binary.Tpo .deps/binary.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/tekhex.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/tekhex.c -o tekhex.o mv -f .deps/tekhex.Tpo .deps/tekhex.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/ihex.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/ihex.c -o ihex.o mv -f .deps/ihex.Tpo .deps/ihex.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/stabs.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/stab-syms.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/stab-syms.c -o stab-syms.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/stab-syms.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/merge.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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\" /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/dwarf2.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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\" /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/simple.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/compress.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/verilog.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/verilog.c -o verilog.o mv -f .deps/verilog.Tpo .deps/verilog.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elf32-msp430.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elf32-msp430.c -o elf32-msp430.o mv -f .deps/elf32-msp430.Tpo .deps/elf32-msp430.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elf32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elf.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elflink.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elflink.c -o elflink.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elflink.c:4932:45: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic] return (struct elf_link_hash_entry *) 0 - 1; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elflink.c:5044:46: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic] if (h == (struct elf_link_hash_entry *) 0 - 1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elflink.c:12453:9: warning: variable 'l_sec_contents' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (!bfd_malloc_and_get_section (abfd, sec, &sec_contents)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elflink.c:12469:9: note: uninitialized use occurs here if (l_sec_contents) ^~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elflink.c:12453:5: note: remove the 'if' if its condition is always false if (!bfd_malloc_and_get_section (abfd, sec, &sec_contents)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elflink.c:12451:44: note: initialize the variable 'l_sec_contents' to silence this warning 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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elf-attrs.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elf-strtab.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elf-eh-frame.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/dwarf1.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elf32-gen.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/elf32-gen.c -o elf32-gen.o mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/cpu-msp430.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/cpu-msp430.c -o cpu-msp430.o mv -f .deps/cpu-msp430.Tpo .deps/cpu-msp430.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/archive64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../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.5/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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/bfd/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' mkdir ./opcodes Configuring in ./opcodes configure: loading site script /exopi-obj/pobj/msp430-binutils-2.21.1a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.5-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... /exopi-obj/pobj/msp430-binutils-2.21.1a/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.5-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.5-ar... ar checking for x86_64-unknown-openbsd7.5-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.5-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.5-ar... (cached) ar checking for x86_64-unknown-openbsd7.5-strip... no checking for strip... (cached) strip checking for x86_64-unknown-openbsd7.5-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.5 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 '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' gmake all-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' Making all in . gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/dis-buf.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/disassemble.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_msp430 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/disassemble.c -o disassemble.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/disassemble.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] disassembler (abfd) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/disassemble.c:477:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/dis-init.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/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/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/msp430-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT msp430-dis.lo -MD -MP -MF .deps/msp430-dis.Tpo -c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/msp430-dis.c -o msp430-dis.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/msp430-dis.c:229:51: warning: bitwise comparison always evaluates to true [-Wtautological-bitwise-compare] if ((insn & 0x0f00) != 3 || (insn & 0x0f00) != 2) ~~~~~~~~~~~~~~~~^~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/msp430-dis.c:229:27: warning: bitwise comparison always evaluates to true [-Wtautological-bitwise-compare] 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.5/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 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ else true; fi touch stamp-lib gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' Making all in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes/po' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' mkdir ./binutils Configuring in ./binutils configure: loading site script /exopi-obj/pobj/msp430-binutils-2.21.1a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.5-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... /exopi-obj/pobj/msp430-binutils-2.21.1a/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.5-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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no 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.5-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.5-ar... ar checking for x86_64-unknown-openbsd7.5-strip... no checking for strip... (cached) strip checking for x86_64-unknown-openbsd7.5-ranlib... 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.5 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 for bison... yacc checking for flex... (cached) flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... (cached) yes 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 whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-unknown-openbsd7.5-ranlib... (cached) ranlib checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for limits.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for sbrk... (cached) yes checking for utimes... (cached) yes checking for setmode... (cached) yes checking for getc_unlocked... (cached) yes checking for strcoll... (cached) yes checking for mkstemp... (cached) yes checking for mkdtemp... yes checking for library containing frexp... none required checking for time_t in time.h... yes checking for time_t in sys/types.h... yes checking for a known getopt prototype in unistd.h... yes checking for utime.h... yes checking whether fprintf is declared... yes checking whether stpcpy is declared... yes checking whether strstr is declared... yes checking whether sbrk is declared... yes checking whether getenv is declared... yes checking whether environ is declared... no checking whether getc_unlocked 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 iconv.h usability... no checking iconv.h presence... no checking for iconv.h... 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 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); configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating doc/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 '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' if [ -r sysinfo.c ]; then \ cc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe sysinfo.c ; \ else \ cc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/sysinfo.c ; \ fi if [ -r syslex.c ]; then \ cc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe syslex.c ; \ else \ cc -c -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/syslex.c ;\ fi cc -O2 -pipe -o sysinfo sysinfo.o syslex.o ./sysinfo -d sysroff.h Making info in doc gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/doc' if test -f cxxfilt.man; then \ man=cxxfilt.man; \ else \ man=/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/cxxfilt.man; \ fi; \ sed -e 's/@PROGRAM@/c++filt/' \ -e 's/cxxfilt/c++filt/' < $man \ > c++filt.1 gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/doc' Making info in po gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/po' gmake[3]: Nothing to be done for 'info'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/po' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' gmake[3]: Nothing to be done for 'info-am'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' gmake all-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' Making all in doc gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/doc' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/doc' Making all in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT size.o -MD -MP -MF .deps/size.Tpo -c -o size.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/size.c mv -f .deps/size.Tpo .deps/size.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bucomm.o -MD -MP -MF .deps/bucomm.Tpo -c -o bucomm.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/bucomm.c mv -f .deps/bucomm.Tpo .deps/bucomm.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/version.c mv -f .deps/version.Tpo .deps/version.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/filemode.c mv -f .deps/filemode.Tpo .deps/filemode.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz size.c(size.o:(main)): warning: sprintf() is often misused, please use snprintf() archive.c(archive.o:(_bfd_append_relative_path) in archive ../bfd/.libs/libbfd.a): warning: strcpy() is almost always misused, please use strlcpy() opncls.c(opncls.o:(bfd_follow_gnu_debuglink) in archive ../bfd/.libs/libbfd.a): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/objdump.c mv -f .deps/objdump.Tpo .deps/objdump.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/dwarf.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/dwarf.c:3254:16: warning: variable 'num_loc_list' set but not used [-Wunused-but-set-variable] unsigned int num_loc_list = 0; ^ 1 warning generated. mv -f .deps/dwarf.Tpo .deps/dwarf.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT prdbg.o -MD -MP -MF .deps/prdbg.Tpo -c -o prdbg.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/prdbg.c mv -f .deps/prdbg.Tpo .deps/prdbg.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT rddbg.o -MD -MP -MF .deps/rddbg.Tpo -c -o rddbg.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/rddbg.c mv -f .deps/rddbg.Tpo .deps/rddbg.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/debug.c mv -f .deps/debug.Tpo .deps/debug.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/stabs.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/stabs.c:2681:34: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] if (**pp == ';' || *pp == '\0') ^~~~ (void *)0 1 warning generated. mv -f .deps/stabs.Tpo .deps/stabs.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ieee.o -MD -MP -MF .deps/ieee.Tpo -c -o ieee.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/ieee.c mv -f .deps/ieee.Tpo .deps/ieee.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT rdcoff.o -MD -MP -MF .deps/rdcoff.Tpo -c -o rdcoff.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/rdcoff.c mv -f .deps/rdcoff.Tpo .deps/rdcoff.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elfcomm.o -MD -MP -MF .deps/elfcomm.Tpo -c -o elfcomm.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/elfcomm.c mv -f .deps/elfcomm.Tpo .deps/elfcomm.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz bucomm.c(bucomm.o:(bfd_get_archive_filename)): warning: sprintf() is often misused, please use snprintf() prdbg.c(prdbg.o:(pr_function_type)): warning: strcat() is almost always misused, please use strlcat() prdbg.c(prdbg.o:(pr_range_type)): warning: strcpy() is almost always misused, please use strlcpy() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/`arparse.c mv -f .deps/arparse.Tpo .deps/arparse.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/`arlex.c mv -f .deps/arlex.Tpo .deps/arlex.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/ar.c mv -f .deps/ar.Tpo .deps/ar.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT not-ranlib.o -MD -MP -MF .deps/not-ranlib.Tpo -c -o not-ranlib.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/not-ranlib.c mv -f .deps/not-ranlib.Tpo .deps/not-ranlib.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT arsup.o -MD -MP -MF .deps/arsup.Tpo -c -o arsup.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/arsup.c mv -f .deps/arsup.Tpo .deps/arsup.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/rename.c mv -f .deps/rename.Tpo .deps/rename.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT binemul.o -MD -MP -MF .deps/binemul.Tpo -c -o binemul.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/binemul.c mv -f .deps/binemul.Tpo .deps/binemul.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT emul_vanilla.o -MD -MP -MF .deps/emul_vanilla.Tpo -c -o emul_vanilla.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/emul_vanilla.c mv -f .deps/emul_vanilla.Tpo .deps/emul_vanilla.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl -lz ar.c(ar.o:(write_archive)): warning: strcpy() is almost always misused, please use strlcpy() xstrerror.c(xstrerror.o:(xstrerror) in archive ../libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf() cplus-dem.c(cplus-dem.o:(cplus_demangle_opname) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT strings.o -MD -MP -MF .deps/strings.Tpo -c -o strings.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/strings.c mv -f .deps/strings.Tpo .deps/strings.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz bucomm.c(bucomm.o:(bfd_get_archive_filename)): warning: sprintf() is often misused, please use snprintf() coffgen.c(coffgen.o:(coff_object_p) in archive ../bfd/.libs/libbfd.a): warning: strcpy() is almost always misused, please use strlcpy() opncls.c(opncls.o:(bfd_follow_gnu_debuglink) in archive ../bfd/.libs/libbfd.a): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT is-ranlib.o -MD -MP -MF .deps/is-ranlib.Tpo -c -o is-ranlib.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/is-ranlib.c mv -f .deps/is-ranlib.Tpo .deps/is-ranlib.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl -lz ar.c(ar.o:(write_archive)): warning: strcpy() is almost always misused, please use strlcpy() xstrerror.c(xstrerror.o:(xstrerror) in archive ../libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf() cplus-dem.c(cplus-dem.o:(cplus_demangle_opname) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/objcopy.c mv -f .deps/objcopy.Tpo .deps/objcopy.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT not-strip.o -MD -MP -MF .deps/not-strip.Tpo -c -o not-strip.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/not-strip.c mv -f .deps/not-strip.Tpo .deps/not-strip.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT wrstabs.o -MD -MP -MF .deps/wrstabs.Tpo -c -o wrstabs.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/wrstabs.c mv -f .deps/wrstabs.Tpo .deps/wrstabs.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz wrstabs.c(wrstabs.o:(write_stabs_in_sections_debugging_info)): warning: strcpy() is almost always misused, please use strlcpy() wrstabs.c(wrstabs.o:(stab_empty_type)): warning: sprintf() is often misused, please use snprintf() wrstabs.c(wrstabs.o:(stab_method_type)): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT addr2line.o -MD -MP -MF .deps/addr2line.Tpo -c -o addr2line.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/addr2line.c mv -f .deps/addr2line.Tpo .deps/addr2line.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz bucomm.c(bucomm.o:(bfd_get_archive_filename)): warning: sprintf() is often misused, please use snprintf() opncls.c(opncls.o:(bfd_follow_gnu_debuglink) in archive ../bfd/.libs/libbfd.a): warning: strcpy() is almost always misused, please use strlcpy() opncls.c(opncls.o:(bfd_follow_gnu_debuglink) in archive ../bfd/.libs/libbfd.a): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/readelf.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/readelf.c:8458:20: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] fputs (" " + n, stdout); ~~~~~~~~^~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/readelf.c:8458:20: note: use array indexing to silence this warning fputs (" " + n, stdout); ^ & [ ] 1 warning generated. mv -f .deps/readelf.Tpo .deps/readelf.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT unwind-ia64.o -MD -MP -MF .deps/unwind-ia64.Tpo -c -o unwind-ia64.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/unwind-ia64.c mv -f .deps/unwind-ia64.Tpo .deps/unwind-ia64.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libiberty/libiberty.a -lz readelf.c(readelf.o:(process_object)): warning: sprintf() is often misused, please use snprintf() readelf.c(readelf.o:(process_object)): warning: strcat() is almost always misused, please use strlcat() readelf.c(readelf.o:(get_elf_section_flags)): warning: stpcpy() is dangerous; do not use it unwind-ia64.c(unwind-ia64.o:(unw_print_abreg)): warning: strcpy() is almost always misused, please use strlcpy() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT elfedit.o -MD -MP -MF .deps/elfedit.Tpo -c -o elfedit.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/elfedit.c mv -f .deps/elfedit.Tpo .deps/elfedit.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a -lz argv.c(argv.o:(dupargv) in archive ../libiberty/libiberty.a): warning: strcpy() is almost always misused, please use strlcpy() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT nm.o -MD -MP -MF .deps/nm.Tpo -c -o nm.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/nm.c mv -f .deps/nm.Tpo .deps/nm.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz bucomm.c(bucomm.o:(bfd_get_archive_filename)): warning: sprintf() is often misused, please use snprintf() archive.c(archive.o:(_bfd_append_relative_path) in archive ../bfd/.libs/libbfd.a): warning: strcpy() is almost always misused, please use strlcpy() cplus-dem.c(cplus-dem.o:(cplus_demangle_opname) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT is-strip.o -MD -MP -MF .deps/is-strip.Tpo -c -o is-strip.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/is-strip.c mv -f .deps/is-strip.Tpo .deps/is-strip.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz stabs.c(stabs.o:(parse_stab_members)): warning: sprintf() is often misused, please use snprintf() stabs.c(stabs.o:(parse_stab_members)): warning: strcpy() is almost always misused, please use strlcpy() stabs.c(stabs.o:(parse_stab_members)): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cxxfilt.o -MD -MP -MF .deps/cxxfilt.Tpo -c -o cxxfilt.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/cxxfilt.c mv -f .deps/cxxfilt.Tpo .deps/cxxfilt.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz bucomm.c(bucomm.o:(bfd_get_archive_filename)): warning: sprintf() is often misused, please use snprintf() coffgen.c(coffgen.o:(coff_object_p) in archive ../bfd/.libs/libbfd.a): warning: strcpy() is almost always misused, please use strlcpy() cplus-dem.c(cplus-dem.o:(cplus_demangle_opname) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat() gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' mkdir ./etc Configuring in ./etc configure: loading site script /exopi-obj/pobj/msp430-binutils-2.21.1a/config.site configure: creating cache ./config.cache checking for a BSD-compatible install... /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' for f in standards.info configure.info; do \ if test -f /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/etc/`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 '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' gmake[3]: '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/etc/standards.info' is up to date. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' gmake[3]: '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/etc/configure.info' is up to date. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' mkdir ./gas Configuring in ./gas configure: loading site script /exopi-obj/pobj/msp430-binutils-2.21.1a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.5-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... /exopi-obj/pobj/msp430-binutils-2.21.1a/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.5-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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no 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.5-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.5-ar... ar checking for x86_64-unknown-openbsd7.5-strip... no checking for strip... (cached) strip checking for x86_64-unknown-openbsd7.5-ranlib... 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.5 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 byte ordering is bigendian... no checking for bison... yacc checking for flex... (cached) flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... (cached) yes 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 whether to enable maintainer-specific portions of Makefiles... no checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for errno.h... (cached) yes checking for sys/types.h... (cached) yes checking for limits.h... (cached) yes checking for time.h... (cached) yes checking for sys/stat.h... (cached) yes checking whether compiling a cross-assembler... yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for inline... inline checking for unlink... (cached) yes checking for sbrk... (cached) yes checking for working assert macro... yes checking whether declaration is required for errno... no checking for a known getopt prototype in unistd.h... yes checking whether declaration is required for environ... yes checking whether declaration is required for ffs... no checking whether declaration is required for free... no checking whether declaration is required for malloc... no checking whether declaration is required for sbrk... no checking whether declaration is required for strstr... no checking whether mempcpy is declared... yes checking whether vsnprintf is declared... yes checking for library containing zlibVersion... -lz checking for zlib.h... (cached) yes checking for struct tm.tm_gmtoff in time.h... yes checking for struct stat.st_mtim.tv_sec in sys/stat.h... yes checking for struct stat.st_mtim.tv_nsec in sys/stat.h... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating .gdbinit config.status: creating Makefile config.status: creating doc/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 config.status: executing default commands gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' gmake all-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' Making all in doc gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas/doc' touch as.1 perl /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/doc/../../etc/texi2pod.pl -I "/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/doc" -I "/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../libiberty" -I "/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd/doc" -I ../../bfd/doc -Dman < /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/doc/as.texinfo > as.pod (pod2man --center="GNU Development Tools" --release="binutils-2.21.1" --section=1 as.pod | \ sed -e '/^.if n .na/d' > as.1.T$$ && \ mv -f as.1.T$$ as.1) || \ (rm -f as.1.T$$ && exit 1) rm -f as.pod gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas/doc' Making all in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT app.o -MD -MP -MF .deps/app.Tpo -c -o app.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/app.c mv -f .deps/app.Tpo .deps/app.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT as.o -MD -MP -MF .deps/as.Tpo -c -o as.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/as.c mv -f .deps/as.Tpo .deps/as.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT atof-generic.o -MD -MP -MF .deps/atof-generic.Tpo -c -o atof-generic.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/atof-generic.c mv -f .deps/atof-generic.Tpo .deps/atof-generic.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT compress-debug.o -MD -MP -MF .deps/compress-debug.Tpo -c -o compress-debug.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/compress-debug.c mv -f .deps/compress-debug.Tpo .deps/compress-debug.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cond.o -MD -MP -MF .deps/cond.Tpo -c -o cond.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/cond.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/cond.c:113:7: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] obstack_copy (&cond_obstack, &cframe, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:411:4: note: expanded from macro 'obstack_copy' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/cond.c:171:7: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] obstack_copy (&cond_obstack, &cframe, sizeof (cframe))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:411:4: note: expanded from macro 'obstack_copy' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/cond.c:207:7: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] obstack_copy (&cond_obstack, &cframe, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:411:4: note: expanded from macro 'obstack_copy' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/cond.c:288:7: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] obstack_copy (&cond_obstack, &cframe, sizeof (cframe))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:411:4: note: expanded from macro 'obstack_copy' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/cond.c:482:7: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] obstack_copy (&cond_obstack, &cframe, sizeof (cframe))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:411:4: note: expanded from macro 'obstack_copy' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 5 warnings generated. mv -f .deps/cond.Tpo .deps/cond.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT depend.o -MD -MP -MF .deps/depend.Tpo -c -o depend.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/depend.c mv -f .deps/depend.Tpo .deps/depend.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dwarf2dbg.o -MD -MP -MF .deps/dwarf2dbg.Tpo -c -o dwarf2dbg.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/dwarf2dbg.c mv -f .deps/dwarf2dbg.Tpo .deps/dwarf2dbg.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dw2gencfi.o -MD -MP -MF .deps/dw2gencfi.Tpo -c -o dw2gencfi.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/dw2gencfi.c mv -f .deps/dw2gencfi.Tpo .deps/dw2gencfi.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ecoff.o -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/ecoff.c mv -f .deps/ecoff.Tpo .deps/ecoff.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ehopt.o -MD -MP -MF .deps/ehopt.Tpo -c -o ehopt.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/ehopt.c mv -f .deps/ehopt.Tpo .deps/ehopt.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT expr.o -MD -MP -MF .deps/expr.Tpo -c -o expr.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/expr.c mv -f .deps/expr.Tpo .deps/expr.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT flonum-copy.o -MD -MP -MF .deps/flonum-copy.Tpo -c -o flonum-copy.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/flonum-copy.c mv -f .deps/flonum-copy.Tpo .deps/flonum-copy.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT flonum-konst.o -MD -MP -MF .deps/flonum-konst.Tpo -c -o flonum-konst.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/flonum-konst.c mv -f .deps/flonum-konst.Tpo .deps/flonum-konst.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT flonum-mult.o -MD -MP -MF .deps/flonum-mult.Tpo -c -o flonum-mult.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/flonum-mult.c mv -f .deps/flonum-mult.Tpo .deps/flonum-mult.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT frags.o -MD -MP -MF .deps/frags.Tpo -c -o frags.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/frags.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/frags.c:69:10: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] (void) obstack_alloc (ob, 0); ^~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/frags.c:72:19: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] ptr = (fragS *) obstack_alloc (ob, SIZEOF_STRUCT_FRAG); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/frags.c:149:3: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] obstack_finish (&frchain_now->frch_obstack); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 3 warnings generated. mv -f .deps/frags.Tpo .deps/frags.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/hash.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/hash.c:119:39: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] ret->table = (struct hash_entry **) obstack_alloc (&ret->memory, alloc); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/hash.c:240:29: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] p = (struct hash_entry *) obstack_alloc (&table->memory, sizeof (*p)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/hash.c:277:33: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] p = (struct hash_entry *) obstack_alloc (&table->memory, sizeof (*p)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 3 warnings generated. mv -f .deps/hash.Tpo .deps/hash.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT input-file.o -MD -MP -MF .deps/input-file.Tpo -c -o input-file.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/input-file.c mv -f .deps/input-file.Tpo .deps/input-file.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT input-scrub.o -MD -MP -MF .deps/input-scrub.Tpo -c -o input-scrub.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/input-scrub.c mv -f .deps/input-scrub.Tpo .deps/input-scrub.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT listing.o -MD -MP -MF .deps/listing.Tpo -c -o listing.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/listing.c mv -f .deps/listing.Tpo .deps/listing.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT literal.o -MD -MP -MF .deps/literal.Tpo -c -o literal.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/literal.c mv -f .deps/literal.Tpo .deps/literal.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT macro.o -MD -MP -MF .deps/macro.Tpo -c -o macro.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/macro.c mv -f .deps/macro.Tpo .deps/macro.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/messages.c mv -f .deps/messages.Tpo .deps/messages.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT output-file.o -MD -MP -MF .deps/output-file.Tpo -c -o output-file.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/output-file.c mv -f .deps/output-file.Tpo .deps/output-file.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/read.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/read.c:5496:25: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] retval = (char *) obstack_finish (¬es); ^~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 1 warning generated. mv -f .deps/read.Tpo .deps/read.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT remap.o -MD -MP -MF .deps/remap.Tpo -c -o remap.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/remap.c mv -f .deps/remap.Tpo .deps/remap.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT sb.o -MD -MP -MF .deps/sb.Tpo -c -o sb.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/sb.c mv -f .deps/sb.Tpo .deps/sb.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/stabs.c mv -f .deps/stabs.Tpo .deps/stabs.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT subsegs.o -MD -MP -MF .deps/subsegs.Tpo -c -o subsegs.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/subsegs.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/subsegs.c:106:27: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] newP = (frchainS *) obstack_alloc (&frchains, sizeof (frchainS)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 1 warning generated. mv -f .deps/subsegs.Tpo .deps/subsegs.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT symbols.o -MD -MP -MF .deps/symbols.Tpo -c -o symbols.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/symbols.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/symbols.c:112:18: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] ret = (char *) obstack_finish (¬es); ^~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/symbols.c:140:25: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] symbolP = (symbolS *) obstack_alloc (¬es, sizeof (symbolS)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/symbols.c:200:33: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] ret = (struct local_symbol *) obstack_alloc (¬es, sizeof *ret); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/symbols.c:571:25: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] newsymP = (symbolS *) obstack_alloc (¬es, sizeof (*newsymP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/symbols.c:1702:32: warning: while loop has empty body [-Wempty-body] while ((*p++ = *--q) != '\0');; ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/symbols.c:1702:32: note: put the semicolon on a separate line to silence this warning /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/symbols.c:1873:32: warning: while loop has empty body [-Wempty-body] while ((*p++ = *--q) != '\0');; ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/symbols.c:1873:32: note: put the semicolon on a separate line to silence this warning /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/symbols.c:1916:28: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] symbol_decode = (char *) obstack_alloc (¬es, strlen (message_format) + 30); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 7 warnings generated. mv -f .deps/symbols.Tpo .deps/symbols.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT write.o -MD -MP -MF .deps/write.Tpo -c -o write.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/write.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/write.c:161:19: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] fixP = (fixS *) obstack_alloc (¬es, sizeof (fixS)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/write.c:1317:11: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] obstack_finish (ob); ^~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/write.c:1446:4: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] obstack_finish (ob); ^~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/write.c:2535:9: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] obstack_finish (ob); ^~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 4 warnings generated. mv -f .deps/write.Tpo .deps/write.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT tc-msp430.o -MD -MP -MF .deps/tc-msp430.Tpo -c -o tc-msp430.o `test -f 'config/tc-msp430.c' || echo '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/'`config/tc-msp430.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config/tc-msp430.c:597:18: warning: unused variable 'recognized_errata' [-Wunused-const-variable] static const int recognized_errata[] = { ^ 1 warning generated. mv -f .deps/tc-msp430.Tpo .deps/tc-msp430.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT obj-elf.o -MD -MP -MF .deps/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/'`config/obj-elf.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config/obj-elf.c:272:36: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] S_SET_NAME (sym, (const char *) obstack_finish (¬es)); ^~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 1 warning generated. mv -f .deps/obj-elf.Tpo .deps/obj-elf.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/.. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT atof-ieee.o -MD -MP -MF .deps/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/'`config/atof-ieee.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config/atof-ieee.c:422:67: warning: for loop has empty body [-Wempty-body] for (exponent_skippage = 0; !next_bits (1); ++exponent_skippage);; ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/config/atof-ieee.c:422:67: note: put the semicolon on a separate line to silence this warning 1 warning generated. mv -f .deps/atof-ieee.Tpo .deps/atof-ieee.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-msp430.o obj-elf.o atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-msp430.o obj-elf.o atof-ieee.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz app.c(app.o:(do_scrub_chars)): warning: sprintf() is often misused, please use snprintf() argv.c(argv.o:(dupargv) in archive ../libiberty/libiberty.a): warning: strcpy() is almost always misused, please use strlcpy() cplus-dem.c(cplus-dem.o:(cplus_demangle_opname) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat() gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' mkdir ./gprof Configuring in ./gprof configure: loading site script /exopi-obj/pobj/msp430-binutils-2.21.1a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.5-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... /exopi-obj/pobj/msp430-binutils-2.21.1a/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.5-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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no 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.5-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.5-ar... ar checking for x86_64-unknown-openbsd7.5-strip... no checking for strip... (cached) strip checking for x86_64-unknown-openbsd7.5-ranlib... 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.5 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 checking for setmode... (cached) yes 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 whether to enable maintainer-specific portions of Makefiles... no checking sys/gmon_out.h usability... no checking sys/gmon_out.h presence... no checking for sys/gmon_out.h... no checking for a known getopt prototype in unistd.h... yes checking for library containing fabs... none required Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating gconfig.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 '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' gmake all-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' Making all in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/basic_blocks.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/basic_blocks.c:251:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] print_exec_counts () ^ void /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/basic_blocks.c:462:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] print_annotated_source () ^ void 2 warnings generated. mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/call_graph.c mv -f .deps/call_graph.Tpo .deps/call_graph.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/cg_arcs.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/cg_arcs.c:248:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] cycle_time () ^ void /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/cg_arcs.c:272:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] cycle_link () ^ void 2 warnings generated. mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/cg_dfn.c mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/cg_print.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/cg_print.c:64:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] print_header () ^ void /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/cg_print.c:561:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] cg_print_index () ^ void /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/cg_print.c:984:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] order_and_dump_functions_by_arcs (the_arcs, arc_count, all, ^ 3 warnings generated. mv -f .deps/cg_print.Tpo .deps/cg_print.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/corefile.c mv -f .deps/corefile.Tpo .deps/corefile.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/gmon_io.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/gmon_io.c:65:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] gmon_get_ptr_size () ^ void /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/gmon_io.c:91:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] gmon_get_ptr_signedness () ^ void 2 warnings generated. mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/gprof.c mv -f .deps/gprof.Tpo .deps/gprof.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/hertz.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/hertz.c:34:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] hertz () ^ void 1 warning generated. mv -f .deps/hertz.Tpo .deps/hertz.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/hist.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/hist.c:293:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] scale_and_align_entries () ^ void /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/hist.c:446:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] hist_assign_samples () ^ void /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/hist.c:563:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] hist_print () ^ void 3 warnings generated. mv -f .deps/hist.Tpo .deps/hist.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/source.c mv -f .deps/source.Tpo .deps/source.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/search_list.c mv -f .deps/search_list.Tpo .deps/search_list.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/symtab.c mv -f .deps/symtab.Tpo .deps/symtab.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/sym_ids.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/sym_ids.c:276:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] sym_id_parse () ^ void 1 warning generated. mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/utils.c mv -f .deps/utils.Tpo .deps/utils.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/i386.c mv -f .deps/i386.Tpo .deps/i386.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/alpha.c mv -f .deps/alpha.Tpo .deps/alpha.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/vax.c mv -f .deps/vax.Tpo .deps/vax.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT tahoe.o -MD -MP -MF .deps/tahoe.Tpo -c -o tahoe.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/tahoe.c mv -f .deps/tahoe.Tpo .deps/tahoe.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/sparc.c mv -f .deps/sparc.Tpo .deps/sparc.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/mips.c mv -f .deps/mips.Tpo .deps/mips.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/flat_bl.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/flat_bl.c:9:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] flat_blurb (file) ^ 1 warning generated. mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/bsd_callg_bl.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/bsd_callg_bl.c:9:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bsd_callg_blurb (file) ^ 1 warning generated. mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof -DDEBUG -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../include -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/../bfd -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/fsf_callg_bl.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/fsf_callg_bl.c:9:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fsf_callg_blurb (file) ^ 1 warning generated. mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a basic_blocks.c(basic_blocks.o:(annotate_with_count)): warning: sprintf() is often misused, please use snprintf() corefile.c(corefile.o:(core_init)): warning: strcpy() is almost always misused, please use strlcpy() cplus-dem.c(cplus-dem.o:(cplus_demangle_opname) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat() gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' mkdir ./ld Configuring in ./ld configure: loading site script /exopi-obj/pobj/msp430-binutils-2.21.1a/config.site configure: creating cache ./config.cache checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... msp430-unknown-none checking for x86_64-unknown-openbsd7.5-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... /exopi-obj/pobj/msp430-binutils-2.21.1a/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 whether to enable maintainer-specific portions of Makefiles... 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 Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking for x86_64-unknown-openbsd7.5-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 whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... gcc3 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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no 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.5-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.5-ar... ar checking for x86_64-unknown-openbsd7.5-strip... no checking for strip... (cached) strip checking for x86_64-unknown-openbsd7.5-ranlib... 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.5 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 checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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 bison... yacc checking for flex... (cached) flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16 checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking elf-hints.h usability... no checking elf-hints.h presence... no checking for elf-hints.h... no checking for limits.h... (cached) yes checking for sys/param.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 checking for glob... (cached) yes checking for mkstemp... (cached) yes checking for realpath... (cached) yes checking for sbrk... (cached) yes checking for waitpid... (cached) yes checking for open... (cached) yes checking for lseek... (cached) yes checking for close... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for dlfcn.h... (cached) yes checking for library containing dlopen... none required checking for dlopen... yes checking for dlsym... (cached) yes checking for dlclose... (cached) yes checking for a known getopt prototype in unistd.h... yes checking whether strstr is declared... yes checking whether free is declared... yes checking whether sbrk is declared... yes checking whether getenv is declared... yes checking whether environ is declared... no checking for library containing zlibVersion... -lz checking for zlib.h... (cached) yes checking whether ANSI C string concatenation works... 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 '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' (echo "/* This file is automatically generated. DO NOT EDIT! */";\ for f in `echo " " emsp430.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ done;\ echo "";\ echo "#define EMULATION_LIST \\";\ for f in `echo " " emsp430.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo " &ld_${f}_emulation, \\"; \ done;\ echo " 0") >ldemul-tmp.h mv ldemul-tmp.h ldemul-list.h gmake all-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' Making all in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld/po' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -g -O2 -O2 -pipe -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/'`testplug.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/testplug.c -o libldtestplug_la-testplug.o mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -O2 -pipe -no-undefined -rpath /nowhere -o libldtestplug.la libldtestplug_la-testplug.lo -lz libtool: link: ar rc .libs/libldtestplug.a libldtestplug_la-testplug.o libtool: link: ranlib .libs/libldtestplug.a libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" ) cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/`ldgram.c ldgram.y:1350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyerror(arg) ^ 1 warning generated. mv -f .deps/ldgram.Tpo .deps/ldgram.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldlex-wrapper.c In file included from /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldlex-wrapper.c:6: ldlex.c:3716:41: warning: declaration shadows a variable in the global scope [-Wshadow] YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldlang.h:467:20: note: previous declaration is here extern etree_type *base; ^ 1 warning generated. mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/lexsup.c mv -f .deps/lexsup.Tpo .deps/lexsup.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldlang.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldlang.c:140:10: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] return obstack_alloc (&stat_obstack, size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldlang.c:2072:39: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] def = (struct map_symbol_def *) obstack_alloc (&map_obstack, sizeof *def); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldlang.c:4092:7: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] obstack_alloc (&map_obstack, ud->map_symbol_def_count * sizeof (*entries)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:405:4: note: expanded from macro 'obstack_alloc' obstack_finish (__h); }) ^~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:429:23: note: expanded from macro 'obstack_finish' = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:122:31: note: expanded from macro '__PTR_TO_INT' # define __PTR_TO_INT(P) ((P) - (char *) 0) ^ ~~~~~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include/obstack.h:126:28: note: expanded from macro '__INT_TO_PTR' # define __INT_TO_PTR(P) ((P) + (char *) 0) ^ 3 warnings generated. mv -f .deps/ldlang.Tpo .deps/ldlang.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/mri.c mv -f .deps/mri.Tpo .deps/mri.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldctor.c mv -f .deps/ldctor.Tpo .deps/ldctor.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ -DDEFAULT_EMULATION='"msp430"' \ -DBINDIR='"/usr/local/bin"' -DTOOLBINDIR='"/usr/local/msp430/bin"' \ -DTARGET='"msp430-unknown-none"' -DTARGET_SYSTEM_ROOT=\"\" \ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldmain.c mv -f .deps/ldmain.Tpo .deps/ldmain.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldwrite.c mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldexp.c mv -f .deps/ldexp.Tpo .deps/ldexp.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldemul.c mv -f .deps/ldemul.Tpo .deps/ldemul.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldver.c mv -f .deps/ldver.Tpo .deps/ldver.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldmisc.c mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ -DSCRIPTDIR='"/usr/local/msp430/lib"' -DBINDIR='"/usr/local/bin"' -DTOOLBINDIR='"/usr/local/msp430/bin"' \ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldfile.c mv -f .deps/ldfile.Tpo .deps/ldfile.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ldcref.c mv -f .deps/ldcref.Tpo .deps/ldcref.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/plugin.c /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/plugin.c:404:10: warning: explicitly assigning value of variable of type 'const void *' to itself [-Wself-assign] handle = handle; ~~~~~~ ^ ~~~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/plugin.c:405:8: warning: explicitly assigning value of variable of type 'struct ld_plugin_input_file *' to itself [-Wself-assign] file = file; ~~~~ ^ ~~~~ /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/plugin.c:414:10: warning: explicitly assigning value of variable of type 'const void *' to itself [-Wself-assign] handle = handle; ~~~~~~ ^ ~~~~~~ 3 warnings generated. mv -f .deps/plugin.Tpo .deps/plugin.Po cp /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/emultempl/astring.sed stringify.sed LIB_PATH='' /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/genscripts.sh "/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld" "/usr/local/lib" "/usr/local" "/usr/local" x86_64-unknown-openbsd7.5 msp430-unknown-none msp430 "msp430" "/usr/local/lib /lib /usr/lib" no msp430 "msp430" msp430uni cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I. -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld -I../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../bfd -I/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../include -O2 -pipe -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT emsp430.o -MD -MP -MF .deps/emsp430.Tpo -c -o emsp430.o emsp430.c mv -f .deps/emsp430.Tpo .deps/emsp430.Po /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o emsp430.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o emsp430.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz targets.c(targets.o:(bfd_get_target_info) in archive ../bfd/.libs/libbfd.a): warning: strcpy() is almost always misused, please use strlcpy() bfd.c(bfd.o:(bfd_sprintf_vma) in archive ../bfd/.libs/libbfd.a): warning: sprintf() is often misused, please use snprintf() make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat() gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' gmake[1]: Nothing to be done for 'all-target'. gmake[1]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64' >>> Running fake in devel/msp430/binutils at 1714611568.14 ===> devel/msp430/binutils ===> Faking installation for msp430-binutils-2.21.1ap3 gmake[1]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64' /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/mkinstalldirs /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake install-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' Making install in doc gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/doc' test -z "/usr/local/info" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info" /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 ./bfd.info '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info' install-info --info-dir='/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info/bfd.info' gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/doc' Making install in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/po' gmake[4]: Nothing to be done for 'install'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake[5]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake[5]: Nothing to be done for 'install-exec-am'. test -z "" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64" test -z "" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64" gmake[5]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/bfd' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' Making install in . gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' gmake[4]: Nothing to be done for 'install-exec-am'. test -z "" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64" test -z "" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64" gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' Making install in po gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes/po' gmake[3]: Nothing to be done for 'install'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes/po' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/opcodes' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' gmake install-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' Making install in doc gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/doc' gmake[5]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/doc' gmake[5]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/info" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info" /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/binutils.info '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info' install-info --info-dir='/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info/binutils.info' test -z "/usr/local/man/man1" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1" /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/addr2line.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-addr2line.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/ar.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-ar.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/dlltool.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-dlltool.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/nlmconv.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-nlmconv.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/nm.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-nm.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/objcopy.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-objcopy.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/objdump.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-objdump.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/ranlib.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-ranlib.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/readelf.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-readelf.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/size.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-size.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/strings.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-strings.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/strip.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-strip.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/elfedit.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-elfedit.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/windres.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-windres.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/doc/windmc.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-windmc.1' /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 'c++filt.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-c++filt.1' gmake[5]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/doc' gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/doc' Making install in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/po' gmake[4]: Nothing to be done for 'install'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' gmake[5]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' test -z "/usr/local/bin" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin" /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 size '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-size' libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s size /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-size install: strip: No such file or directory /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 objdump '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-objdump' libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s objdump /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-objdump install: strip: No such file or directory /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 ar '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-ar' libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s ar /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-ar install: strip: No such file or directory /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 strings '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-strings' libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s strings /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-strings /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 ranlib '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-ranlib' install: strip: No such file or directory libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s ranlib /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-ranlib install: strip: No such file or directory /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 objcopy '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-objcopy' libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s objcopy /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-objcopy install: strip: No such file or directory /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 addr2line '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-addr2line' libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s addr2line /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-addr2line install: strip: No such file or directory /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 readelf '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-readelf' libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s readelf /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-readelf install: strip: No such file or directory /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 elfedit '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-elfedit' libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s elfedit /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-elfedit test -z "/usr/local/bin" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin" install: strip: No such file or directory /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 nm-new /usr/local/bin/msp430-nm libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s nm-new /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/msp430-nm install: strip: No such file or directory /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 strip-new /usr/local/bin/msp430-strip libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s strip-new /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/msp430-strip install: strip: No such file or directory /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 cxxfilt /usr/local/bin/msp430-c++filt libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s cxxfilt /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/msp430-c++filt install: strip: No such file or directory /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/binutils/../mkinstalldirs /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin mkdir /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430 mkdir /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin for i in nm-new strip-new ar ranlib dlltool objdump objcopy; do \ if [ -f $i ]; then \ j=`echo $i | sed -e 's/-new//'`; \ k=`echo $j | sed 's&^&msp430-&'`; \ if [ "/usr/local/bin/$k" != "/usr/local/msp430/bin/$j" ]; then \ rm -f /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/$j; \ ln /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/$k /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/$j >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 $i /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/$j; \ fi; \ else true; \ fi; \ done gmake[5]: Nothing to be done for 'install-data-am'. gmake[5]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/binutils' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' for f in standards.info configure.info; do \ if test -f /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/etc/`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 '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' gmake[3]: '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/etc/standards.info' is up to date. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' gmake[3]: '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/etc/configure.info' is up to date. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/etc/../mkinstalldirs /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info if test ! -f standards.info; then cd /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/etc; fi; \ if test -f standards.info; then \ for i in standards.info*; do \ /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 $i /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info/$i; \ done; \ fi if test ! -f configure.info; then cd /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/etc; fi; \ if test -f configure.info; then \ for i in configure.info*; do \ /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 $i /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info/$i; \ done; \ fi gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/etc' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' Making install in doc gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas/doc' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas/doc' gmake[4]: Nothing to be done for 'install-exec-am'. restore=: && backupdir=".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ for f in as.info as.info-[0-9] as.info-[0-9][0-9] as.i[0-9] as.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ if makeinfo --split-size=5000000 --split-size=5000000 -I "/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/doc" -I "/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../libiberty" -I "/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../bfd/doc" -I ../../bfd/doc -I /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/doc \ -o as.info `test -f 'as.texinfo' || echo '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/doc/'`as.texinfo; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./as.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc test -z "/usr/local/info" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info" /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 ./as.info '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info' install-info --info-dir='/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info/as.info' test -z "/usr/local/man/man1" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1" /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 'as.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-as.1' gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas/doc' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas/doc' Making install in po gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas/po' gmake[3]: Nothing to be done for 'install'. gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas/po' gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../mkinstalldirs /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 as-new /usr/local/bin/msp430-as libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s as-new /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/msp430-as install: strip: No such file or directory /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gas/../mkinstalldirs /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin n=`echo as | sed 's&^&msp430-&'`; \ if [ "/usr/local/bin/$n" != "/usr/local/msp430/bin/as" ]; then \ rm -f /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/as; \ ln /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/$n /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/as >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 as-new /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/as; \ else \ true ; \ fi gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gas' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' gmake install-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' Making install in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof/po' gmake[4]: Nothing to be done for 'install'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' gmake[5]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' test -z "/usr/local/bin" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin" /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 gprof '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-gprof' libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s gprof /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-gprof install: strip: No such file or directory test -z "/usr/local/info" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info" /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/gprof.info '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info' install-info --info-dir='/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info/gprof.info' test -z "/usr/local/man/man1" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1" /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/gprof/gprof.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-gprof.1' gmake[5]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/gprof' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/intl' gmake[2]: Nothing to be done for 'install'. gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/intl' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' gmake install-recursive gmake[3]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' Making install in po gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld/po' gmake[4]: Nothing to be done for 'install'. gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld/po' gmake[4]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' gmake[5]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' test -z "/usr/local/bin" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin" /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 ld-new '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-ld.bfd' libtool: install: /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 755 -s ld-new /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/./msp430-ld.bfd install: strip: No such file or directory /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../mkinstalldirs /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin n=`echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s&^&msp430-&'`; \ if test "/usr/local/bin" != "/usr/local/msp430/bin"; then \ rm -f /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/ld.bfd; \ ln /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/$n /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/ld.bfd >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 ld-new /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/ld.bfd; \ fi; \ if test "xyes" = "xyes"; then \ ld=`echo ld | sed 's/^ld-new$/ld.bfd/;s&^&msp430-&'`; \ rm -f /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/$ld; \ ln /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/$n /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/$ld >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 ld-new /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/$ld; \ if test "/usr/local/bin" != "/usr/local/msp430/bin"; then \ rm -f /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/ld; \ ln /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/bin/$n /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/ld >/dev/null 2>/dev/null \ || /bin/sh ./libtool --mode=install /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -s -m 755 ld-new /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/bin/ld; \ fi; \ fi /bin/sh /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/../mkinstalldirs /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/lib/ldscripts mkdir /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/lib mkdir /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/lib/ldscripts for f in ldscripts/*; do \ /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 $f /exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/msp430/lib/$f ; \ done test -z "/usr/local/info" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info" /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 /exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ld.info '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info' install-info --info-dir='/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/info/ld.info' test -z "/usr/local/man/man1" || /usr/local/bin/gmkdir -p "/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1" /exopi-obj/pobj/msp430-binutils-2.21.1a/bin/install -c -m 644 '/exopi-obj/pobj/msp430-binutils-2.21.1a/binutils-2.21.1/ld/ld.1' '/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/usr/local/man/man1/msp430-ld.1' gmake[5]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' gmake[4]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' gmake[3]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/ld' gmake[2]: Entering directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/libiberty' gmake[2]: Nothing to be done for 'install'. gmake[2]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64/libiberty' gmake[1]: Nothing to be done for 'install-target'. gmake[1]: Leaving directory '/exopi-obj/pobj/msp430-binutils-2.21.1a/build-amd64' >>> Running package in devel/msp430/binutils at 1714611575.75 ===> devel/msp430/binutils `/exopi-obj/pobj/msp430-binutils-2.21.1a/fake-amd64/.fake_done' is up to date. ===> Building package for msp430-binutils-2.21.1ap3 Create /exopi-cvs/ports/packages/amd64/all/msp430-binutils-2.21.1ap3.tgz Creating package msp430-binutils-2.21.1ap3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 6% checksumming|**** | 7% checksumming|***** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 14% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************** | 23% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|***************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 71% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 91% checksumming|********************************************************* | 93% checksumming|********************************************************** | 94% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**** | 7% archiving|******** | 13% archiving|************** | 22% archiving|****************** | 28% archiving|********************** | 35% archiving|**************************** | 44% archiving|******************************** | 50% archiving|************************************* | 58% archiving|******************************************* | 67% archiving|*********************************************** | 73% archiving|************************************************* | 76% archiving|***************************************************** | 82% archiving|********************************************************* | 89% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/msp430-binutils-2.21.1ap3.tgz >>> Running clean in devel/msp430/binutils at 1714611578.77 ===> devel/msp430/binutils ===> Cleaning for msp430-binutils-2.21.1ap3 >>> Ended at 1714611579.75 max_stuck=5.29/patch=9.46/configure=6.39/build=246.44/fake=7.61/package=3.01/clean=1.01