From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31959 invoked by alias); 27 Nov 2006 23:57:37 -0000 Received: (qmail 31950 invoked by uid 22791); 27 Nov 2006 23:57:36 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 27 Nov 2006 23:57:28 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id kARNvQLM003855; Mon, 27 Nov 2006 18:57:26 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id kARNvQAO023983; Mon, 27 Nov 2006 18:57:26 -0500 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id kARNvQZj007097; Mon, 27 Nov 2006 18:57:26 -0500 Received: from ton.toronto.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by touchme.toronto.redhat.com (Postfix) with ESMTP id EF006800005; Mon, 27 Nov 2006 18:57:25 -0500 (EST) Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id kARNvP4A001103; Mon, 27 Nov 2006 18:57:25 -0500 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id kARNvPCB001102; Mon, 27 Nov 2006 18:57:25 -0500 Date: Mon, 27 Nov 2006 23:57:00 -0000 From: "Frank Ch. Eigler" To: Avinash Malik Cc: sid@sources.redhat.com Subject: Re: Fwd: Regarding the sid simulator Message-ID: <20061127235725.GC20323@redhat.com> Reply-To: sid@sources.redhat.com References: <20061127130318.GA20323@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00018.txt.bz2 Hi - On Tue, Nov 28, 2006 at 12:31:01PM +1300, Avinash Malik wrote: > [...] > After a lot of work arounds I could get sid compiled and installed. > But I still cannot target the SHboard since that gives me a internal > compiler error: segmentation fault. These are the errors I'm seeing building today's cvs sid with FC5's gcc-4.1.1: make[1]: Entering directory `..../sid/main/dynamic' /bin/sh ./libtool --tag=CXX --mode=link c++ -DSIDTARGET_SH -DSIDTARGET_SH64 -g -O2 -o sid -export-dynamic -static -export-symbols-regex '[a-zA-Z0-9]*_library$' ../../component/cfgroot/libconfig.la mainDynamic.o baseCfg.o commonCfg.o shCfg.o shCfg.o -L../../../libiberty/pic -L../../../libiberty -liberty c++ -DSIDTARGET_SH -DSIDTARGET_SH64 -g -O2 -o sid mainDynamic.o baseCfg.o commonCfg.o shCfg.o shCfg.o -Wl,--export-dynamic ../../component/cfgroot/.libs/libconfig.a -ldl -L....libiberty/pic -L....libiberty -liberty shCfg.o: In function `~ShBoardCfg': ../../../../src/sid/main/dynamic/shCfg.cxx:13: multiple definition of `ShBoardCfg::ShBoardCfg(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, SessionCfg*, std::basic_string, std::allocator > const&)' shCfg.o:../../../../src/sid/main/dynamic/shCfg.cxx:13: first defined here shCfg.o: In function `mk_sh5_64media(std::basic_string, std::allocator >, SessionCfg*)': ../../../../src/sid/main/dynamic/shCfg.cxx:219: multiple definition of `mk_sh5_64media(std::basic_string, std::allocator >, SessionCfg*)' shCfg.o:../../../../src/sid/main/dynamic/shCfg.cxx:219: first defined here shCfg.o: In function `mk_sh5_32media(std::basic_string, std::allocator >, SessionCfg*)': So there is definitely a problem. And from the compiler command line, it's easy to see: shCfg.o is being listed and linked twice. Dave? > I thought this would mean an error with my memory. I carried out a > memtest, my memory seems to be fine. [...] Yes, that was a long shot. > The Shboard error is here: Sh.h:314. I see no file named "Sh.h". There is a .../cgen-cpu/sh/sh.h. > I cannot post anything to the mailing-list dont know why although I > am subscribed. Perhaps you are sending HTML mail. sourceware does not accept those. > Also I dont get any mails from the mailing-list. [...] That is very odd, since the logs don't show anything strange about your subscription. Maybe google is spam-filtering too eagerly? - FChE