From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21270 invoked by alias); 11 Jun 2002 14:29:19 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 21246 invoked from network); 11 Jun 2002 14:29:16 -0000 Received: from unknown (HELO ascomax.hasler.ascom.ch) (139.79.135.1) by sources.redhat.com with SMTP; 11 Jun 2002 14:29:16 -0000 Received: from eiger.ma.tech.ascom.ch (eiger.ma.tech.ascom.ch [139.79.100.1]) by ascomax.hasler.ascom.ch (8.11.4/8.11.4) with ESMTP id g5BETDA04357; Tue, 11 Jun 2002 16:29:13 +0200 (MEST) Received: from biferten.ma.tech.ascom.ch ([139.79.100.27]) by eiger.ma.tech.ascom.ch with smtp (Exim 3.16 #1) id 17Hmdz-0002li-00; Tue, 11 Jun 2002 16:29:11 +0200 Received: by biferten.ma.tech.ascom.ch (SMI-8.6/SMI-SVR4) id QAA00987; Tue, 11 Jun 2002 16:29:08 +0200 Date: Tue, 11 Jun 2002 07:29:00 -0000 From: Andrew Lunn To: jameshq Cc: Ecos-Discuss Message-ID: <20020611142908.GF940@biferten.ma.tech.ascom.ch> Mail-Followup-To: jameshq , Ecos-Discuss References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Filter-Version: 1.6 (ascomax) Subject: Re: [ECOS] Problem while building the ecos Application with newer version gcc tool set. X-SW-Source: 2002-06/txt/msg00169.txt.bz2 > I got the following error message: > > /tools/H-I686~1/bin/../lib/gcc-lib/arm-elf/3.0.4/../../../../arm-elf/bin/ld: > can > not find libsupc++.a > collect2: ld returned 1 exit status The library should be in your gcc install directory: $ find . -name libsupc++.a ./arm-elf/lib/thumb/libsupc++.a ./arm-elf/lib/libsupc++.a Is it there? pass -v to gcc so you see exactly what ld is doing. Does it have the paths correct? Andrew -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss