From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19602 invoked by alias); 11 Jun 2002 15:10:27 -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 19552 invoked from network); 11 Jun 2002 15:10:23 -0000 Received: from unknown (HELO mailhub3.liv.ac.uk) (138.253.100.83) by sources.redhat.com with SMTP; 11 Jun 2002 15:10:23 -0000 Received: from pc114016.robots.eeng.liv.ac.uk ([138.253.114.16] helo=dikhuit) by mailhub3.liv.ac.uk with smtp (Exim 3.36 #1) id 17HnHo-0000fo-00; Tue, 11 Jun 2002 16:10:20 +0100 From: "jameshq" To: "Andrew Lunn" Cc: "Ecos-Discuss" Date: Tue, 11 Jun 2002 08:10:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: <20020611143812.GG940@biferten.ma.tech.ascom.ch> Subject: RE: [ECOS] Problem while building the ecos Application with newer version gcc tool set. X-SW-Source: 2002-06/txt/msg00174.txt.bz2 I followed exactly the same as on the web: http://sources.redhat.com/ecos/tools/win-arm-elf.html Configure GCC, ensuring that the GNU Binary Utilities are at the head of the PATH: PATH=/tools/H-i686-pc-cygwin/bin:$PATH ; export PATH mkdir -p /tmp/build/gcc cd /tmp/build/gcc /src/gcc/gcc-2.95.2/configure --target=arm-elf \ --prefix=/tools \ --exec-prefix=/tools/H-i686-pc-cygwin \ --with-gnu-as --with-gnu-ld --with-newlib \ -v 2>&1 | tee configure.out Build and install GCC: make -w all-gcc install-gcc \ LANGUAGES="c c++" 2>&1 | tee make.out I redo it again but still can't get the library. Is it because I am using the GCC 3.0.4? Thanks a lot! james -----Original Message----- From: Andrew Lunn [mailto:andrew.lunn@ascom.ch] Sent: 11 June 2002 15:38 To: jameshq Cc: Ecos-Discuss Subject: Re: [ECOS] Problem while building the ecos Application with newer version gcc tool set. On Tue, Jun 11, 2002 at 03:34:07PM +0100, jameshq wrote: > It is very strange I don't have this library installed. Is it installed > while confinguring? I just got "libgcc.a". how can I solve this problem? > Thanks a lot! The make install would of installed it. When you built gcc, what languages did you make? I could imagine that if you only build a C compiler and not a C++ compiler, maybe it did not build this library. 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