From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10703 invoked by alias); 1 Apr 2008 09:55:50 -0000 Received: (qmail 10694 invoked by uid 22791); 1 Apr 2008 09:55:49 -0000 X-Spam-Check-By: sourceware.org Received: from wf-out-1314.google.com (HELO wf-out-1314.google.com) (209.85.200.174) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 01 Apr 2008 09:55:32 +0000 Received: by wf-out-1314.google.com with SMTP id 28so2102072wfc.14 for ; Tue, 01 Apr 2008 02:55:30 -0700 (PDT) Received: by 10.142.89.9 with SMTP id m9mr4570455wfb.35.1207043730687; Tue, 01 Apr 2008 02:55:30 -0700 (PDT) Received: by 10.143.14.18 with HTTP; Tue, 1 Apr 2008 02:55:30 -0700 (PDT) Message-ID: <56d259a00804010255n7d7ec931o28ab5af9d39d798f@mail.gmail.com> Date: Tue, 01 Apr 2008 10:01:00 -0000 From: "Martin Guy" To: "Henrik Grindal Bakken" Subject: Re: Problem with exceptions on arm Cc: gcc-help@gcc.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: f8a339e273aebd2a X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-04/txt/msg00005.txt.bz2 On 4/1/08, Henrik Grindal Bakken wrote: > Henrik Grindal Bakken writes: > > > Fails like this: > > $ /tmp/fnord > > terminate called after throwing an instance of 'char*' > > terminate called recursively > > Aborted > dynamic linking fails. martin@n2100:~$ g++ fnord.cpp martin@n2100:~$ ./a.out I caught hello martin@n2100:~$ file a.out a.out: ELF 32-bit LSB executable, ARM, version 1 (SYSV), for GNU/Linux 2.6.14, dynamically linked (uses shared libs), not stripped Do you mean when you import your cross-compiled .o's to it and link then there? M