From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19250 invoked by alias); 11 May 2005 19:05:04 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 18908 invoked from network); 11 May 2005 19:04:48 -0000 Received: from unknown (HELO sadr.equallogic.com) (66.155.203.134) by sourceware.org with SMTP; 11 May 2005 19:04:48 -0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id j4BJ4iZZ017357 for ; Wed, 11 May 2005 15:04:45 -0400 Received: from M31.equallogic.com (M31.equallogic.com [172.16.1.31]) by sadr.equallogic.com (8.12.8/8.12.8) with SMTP id j4BJ4hNd017352 for ; Wed, 11 May 2005 15:04:44 -0400 Received: from pkoning.equallogic.com ([172.16.1.193]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 11 May 2005 15:04:43 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17026.22346.789514.57742@gargle.gargle.HOWL> Date: Wed, 11 May 2005 19:11:00 -0000 From: Paul Koning To: binutils@sources.redhat.com Subject: Unintellegible ld error messages X-OriginalArrivalTime: 11 May 2005 19:04:43.0779 (UTC) FILETIME=[4A8EF530:01C5565C] X-SW-Source: 2005-05/txt/msg00404.txt.bz2 I got these messages from ld (version 2.16): /usr/local/EQLGCC_v7/mipsel/lib/gcc/mipsel-netbsdelf/4.0.0/../../../../mipsel-netbsdelf/bin/ld: Cli: hidden symbol `_Unwind_GetIP' in /usr/local/EQLGCC_v7/mipsel/lib/gcc/mipsel-netbsdelf/4.0.0/libgcc.a(unwind-dw2.o) is referenced by DSO /usr/local/EQLGCC_v7/mipsel/lib/gcc/mipsel-netbsdelf/4.0.0/../../../../mipsel-netbsdelf/bin/ld: final link failed: Nonrepresentable section on output I haven't a clue what these mean. What'a DSO? What's a "nonrepresentable section"? More importantly, what should I do to find out what is wrong here? The map output was aborted, so it doesn't contain any information that helps me. The messages are meaningless, and they don't even say which object file or script entry or library offended the linker. I even tried looking at the source code. That tells me that "DSO" apparently has something to do with shared libraries, but other than that it doesn't get me any closer to a solution. paul