From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgFg1-00065E-JU for qemu-devel@nongnu.org; Sun, 08 Mar 2009 05:52:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgFfy-00064T-3x for qemu-devel@nongnu.org; Sun, 08 Mar 2009 05:52:09 -0400 Received: from [199.232.76.173] (port=42980 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgFfx-00064O-MP for qemu-devel@nongnu.org; Sun, 08 Mar 2009 05:52:05 -0400 Received: from 42.mail-out.ovh.net ([213.251.189.42]:50096) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LgFfx-0003TC-5t for qemu-devel@nongnu.org; Sun, 08 Mar 2009 05:52:05 -0400 From: Laurent GUERBY Content-Type: text/plain Date: Sun, 08 Mar 2009 10:51:47 +0100 Message-Id: <1236505907.11347.1752.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-arm 0.10.0 strip (2.17) error during make install on x86_64-linux (compiled with GCC 4.3.3 FSF or Debian etch 4.1.1-21) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, When doing on x86_64-linux debian etch, either with system GCC in PATH or 4.3.3 FSF: ./configure --prefix=/some/where make make install install fails with: install -m 755 -s qemu-arm "/home/guerby/tmp/install2/bin" BFD: /home/guerby/tmp/install2/bin/stXgVPWl: The first section in the PT_DYNAMIC segment is not the .dynamic section strip: /home/guerby/tmp/install2/bin/stXgVPWl: Bad value BFD: /home/guerby/tmp/install2/bin/stXgVPWl: The first section in the PT_DYNAMIC segment is not the .dynamic section strip: /home/guerby/tmp/install2/bin/stXgVPWl: Bad value install: strip failed make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/guerby/tmp/qemu-0.10.0/arm-linux-user' make: *** [install] Error 1 strip is version 2.17. I shadowed strip by something which does "exit 0" and the install worked without error. I did not test qemu-arm though. Sincerely, Laurent http://gcc.gnu.org/wiki/CompileFarm