From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2687 Path: news.gmane.org!not-for-mail From: Andre Renaud Newsgroups: gmane.linux.lib.musl.general Subject: ARM unwind issue Date: Tue, 29 Jan 2013 12:02:37 +1300 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1359414168 24049 80.91.229.3 (28 Jan 2013 23:02:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2013 23:02:48 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2688-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jan 29 00:03:08 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TzxjH-0005oH-SH for gllmg-musl@plane.gmane.org; Tue, 29 Jan 2013 00:03:08 +0100 Original-Received: (qmail 15461 invoked by uid 550); 28 Jan 2013 23:02:49 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15453 invoked from network); 28 Jan 2013 23:02:49 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=dXNbLUdOygZAf9B0bGXDnVzsaKK5BeNRpZ738hqmsFQ=; b=YtHY5YbHrHmOATaGYWjsVTfka9tbzuBTmpA6vAG5rysQOuuGxnSDSv5QWSuAzN9CZi u/zYxiJd6/KBVSfw8xSRNxCPVQbucf33juep3s/huhtqfkThqZwXhEOmpKyDz2z/CGTp 9G4+H4gLlt4Rc3DU8qhTXkDmPzNoD/udlm7XCjUrJ/StBCk8bL+vgfahZ4aCvw8TCsBl d7EgNAa9DHSjim9B6ZhPq9xtncKYtvK3iXn1LSE6RFh7y8h9+OqIidWO97PVPMUqYcQ3 nmcHjz550j3/atVGWpntvtLfmXAUiSfHty5Vj6n6BNq0BbJwNF1gaVoIFJOvo7aWqKvF 6mDQ== X-Received: by 10.60.172.200 with SMTP id be8mr13131838oec.0.1359414157265; Mon, 28 Jan 2013 15:02:37 -0800 (PST) X-Gm-Message-State: ALoCoQnpV1MgdMsJC3IFCVx8yJGUGE/Nn/I1KLAM7YUVfFi5NuKmWV3HIetR6Ck6mwXLf/moOc2g Xref: news.gmane.org gmane.linux.lib.musl.general:2687 Archived-At: Hi, I'm trying to build some software using musl on an ARM platform, and am getting the following error: arm-none-linux-gnueabi-gcc -specs=/home/andre/work/package-builder/staging/lib/musl-gcc.specs -o program program.o /tools/arm/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/../../../../arm-none-linux-gnueabi/bin/ld: program: hidden symbol `__aeabi_unwind_cpp_pr0' in /tools/arm/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/libgcc_eh.a(unwind-arm.o) is referenced by DSO Any ideas on what I've messed up in either my musl build, or my cflags/lflags to cause this? Regards, Andre