From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31182 invoked by alias); 23 Mar 2013 22:40:16 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 31145 invoked by uid 89); 23 Mar 2013 22:40:07 -0000 X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from ra.se.axis.com (HELO ra.se.axis.com) (195.60.68.13) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 23 Mar 2013 22:40:04 +0000 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id 5AA6F13B9C; Sat, 23 Mar 2013 23:40:01 +0100 (CET) Received: from ra.se.axis.com ([127.0.0.1]) by localhost (ra.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id SueQvlAC2dWw; Sat, 23 Mar 2013 23:40:00 +0100 (CET) Received: from thoth.se.axis.com (thoth.se.axis.com [10.0.2.173]) by ra.se.axis.com (Postfix) with ESMTP id DFFAE13A37; Sat, 23 Mar 2013 23:39:59 +0100 (CET) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by thoth.se.axis.com (Postfix) with ESMTP id D49B73415E; Sat, 23 Mar 2013 23:39:59 +0100 (CET) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id r2NMdxHI006611; Sat, 23 Mar 2013 23:39:59 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id r2NMdwAN006607; Sat, 23 Mar 2013 23:39:58 +0100 Date: Sun, 24 Mar 2013 00:22:00 -0000 Message-Id: <201303232239.r2NMdwAN006607@ignucius.se.axis.com> From: Hans-Peter Nilsson To: gdb-patches@sourceware.org CC: joel.sherrill@oarcorp.com Subject: Recent simulator patches broke many sims MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-SW-Source: 2013-03/txt/msg00878.txt.bz2 My autotester alerts me to build breakages for some configurations, including frv-elf, iq2000-elf, m32r-elf, mn10300-elf; author in ChangeLog CC:ed. ... checking whether byte ordering is bigendian... no Setting hardware to -DWITH_HW=1, cfi core pal glue , $(SIM_COMMON_HW_OBJS) dv-cfi.o dv-core.o dv-pal.o dv-glue.o checking for log2 in -lm... yes configure: error: Sorry, but hardware support in this simulator unconditionally relies on dv-sockser.o which is unavailable for your host. Please fix this simulator. configure: error: /tmp/hpautotest-sim/src/sim/frv/configure failed for frv make[1]: *** [configure-sim] Error 1 make[1]: Leaving directory `/tmp/hpautotest-sim/frv-elf' ... checking whether byte ordering is bigendian... no Setting hardware to -DWITH_HW=1, cfi core pal glue , $(SIM_COMMON_HW_OBJS) dv-cfi.o dv-core.o dv-pal.o dv-glue.o checking for log2 in -lm... yes configure: error: Sorry, but hardware support in this simulator unconditionally relies on dv-sockser.o which is unavailable for your host. Please fix this simulator. configure: error: /tmp/hpautotest-sim/src/sim/iq2000/configure failed for iq2000 make[1]: Leaving directory `/tmp/hpautotest-sim/iq2000-elf' ... checking whether byte ordering is bigendian... no Setting hardware to -DWITH_HW=1, cfi core pal glue , $(SIM_COMMON_HW_OBJS) dv-cfi.o dv-core.o dv-pal.o dv-glue.o checking for log2 in -lm... yes configure: error: Sorry, but hardware support in this simulator unconditionally relies on dv-sockser.o which is unavailable for your host. Please fix this simulator. configure: error: /tmp/hpautotest-sim/src/sim/m32r/configure failed for m32r make[1]: Leaving directory `/tmp/hpautotest-sim/m32r-elf' ... checking for time.h... (cached) yes Setting hardware to -DWITH_HW=1, cfi core pal glue , $(SIM_COMMON_HW_OBJS) dv-cfi.o dv-core.o dv-pal.o dv-glue.o checking for log2 in -lm... (cached) yes configure: error: Sorry, but hardware support in this simulator unconditionally relies on dv-sockser.o which is unavailable for your host. Please fix this simulator. configure: error: /tmp/hpautotest-sim/src/sim/mn10300/configure failed for mn10300 make[1]: *** [configure-sim] Error 1 make[1]: Leaving directory `/tmp/hpautotest-sim/mn10300-elf' brgds, H-P