From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10391 invoked by alias); 14 Sep 2007 15:16:12 -0000 Received: (qmail 10320 invoked from network); 14 Sep 2007 15:15:59 -0000 Received: from unknown (205.212.176.70) by sourceware.org with QMTP; 14 Sep 2007 15:15:59 -0000 Received: (qmail 60412 invoked by uid 12358); 14 Sep 2007 15:15:58 -0000 Received: from unknown (HELO [192.168.0.120]) ([200.40.86.26]) (envelope-sender ) by 205.212.176.70 (qmail-ldap-1.03) with SMTP for ; 14 Sep 2007 15:15:58 -0000 Message-ID: <46EAA5B4.9060501@controles.com> Date: Fri, 14 Sep 2007 15:16:00 -0000 From: "Santiago Lafon - Controles S.A." User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: ecos-discuss@ecos.sourceware.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] error with __cxa_atexit and __dso_handle X-SW-Source: 2007-09/txt/msg00090.txt.bz2 I want to upgrade my arm-alf toolchan to the latest GNU tools Some time ago, i made a toolchain with: binutils 2.14 gcc-core 3.3.1 gcc-g++ 3.3.1 newlib 1.11.0 insight 5.3 Now i made a new one with binutils 2.18 gcc 4.2.1 newlib 1.15.0 insight 6.6 I can build ecos without apparent problems (i'm working with a simple eb40a target). Then, when i try to make a simple application (or if i try to make ecos tests), it's when my problems appears. I get lots of errors like this: work/eCos/lib/eb40a/rom/eb40a_rom_sin_net_v00.20_install/lib/extras.o: In function `__static_initialization_and_destruction_0': /opt/ecos-snap-2007-09-09/packages/io/fileio/current/src/misc.cxx:105: undefined reference to `__cxa_atexit' /opt/ecos-snap-2007-09-09/packages/io/fileio/current/src/misc.cxx:125: undefined reference to `__cxa_atexit' /opt/ecos-snap-2007-09-09/packages/io/fileio/current/src/misc.cxx:532: undefined reference to `__dso_handle' Could someone help me? Thanks Santiago Lafon -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss