From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31527 invoked by alias); 4 Mar 2012 12:58:13 -0000 Received: (qmail 31519 invoked by uid 22791); 4 Mar 2012 12:58:12 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ee0-f49.google.com (HELO mail-ee0-f49.google.com) (74.125.83.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 04 Mar 2012 12:57:58 +0000 Received: by eekb45 with SMTP id b45so1367525eek.36 for ; Sun, 04 Mar 2012 04:57:56 -0800 (PST) Received-SPF: pass (google.com: domain of bob.brusa@gmail.com designates 10.14.182.134 as permitted sender) client-ip=10.14.182.134; Authentication-Results: mr.google.com; spf=pass (google.com: domain of bob.brusa@gmail.com designates 10.14.182.134 as permitted sender) smtp.mail=bob.brusa@gmail.com; dkim=pass header.i=bob.brusa@gmail.com Received: from mr.google.com ([10.14.182.134]) by 10.14.182.134 with SMTP id o6mr9371123eem.40.1330865876899 (num_hops = 1); Sun, 04 Mar 2012 04:57:56 -0800 (PST) Received: by 10.14.182.134 with SMTP id o6mr7158131eem.40.1330865876822; Sun, 04 Mar 2012 04:57:56 -0800 (PST) Received: from [192.168.178.24] (217-75-16-186.pool.cyberlink.ch. [217.75.16.186]) by mx.google.com with ESMTPS id d54sm1841617eei.9.2012.03.04.04.57.56 (version=SSLv3 cipher=OTHER); Sun, 04 Mar 2012 04:57:56 -0800 (PST) Message-ID: <4F5366DD.4030908@gmail.com> Date: Sun, 04 Mar 2012 12:58:00 -0000 From: Bob Brusa User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: ecos-discuss@ecos.sourceware.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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] Linker Problem with Codesourcery lite arm-none-eabi 4.6.1 X-SW-Source: 2012-03/txt/msg00017.txt.bz2 Hi the linker produces the following message: arm-none-eabi-g++ -LC:\ProjDAc\TDSsw\libs\tds_lib_2_install\lib -TC:\ProjDAc\TDSsw\libs\tds_lib_2_install\lib\target.ld -mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -nostdlib -mno-thumb-interwork -Xlinker -Map -Xlinker tds_4.Map -otds_4.elf usb_cdc.o tds_sym.o pa.o c:/programme/codesourcery/sourcery_codebench_lite_for_arm_eabi/bin/../lib/gcc/arm-none-eabi/4.6.1/../../../../arm-none-eabi/lib\libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()': vterminate.cc:(.text._ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x184): undefined reference to `_impure_ptr' collect2: ld returned 1 exit status Build error occurred, build is stopped Time consumed: 3562 ms. Unfortunately, this "diagnostics" does not offer a clue on the source of the problem. Sure, somewhere in my source, but where and what? Does someone have a helpful advice? Thanks - Bob. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss