From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9793 invoked by alias); 9 Jun 2005 09:09:01 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 9539 invoked by uid 22791); 9 Jun 2005 09:08:54 -0000 Received: from mailgw2.univr.it (HELO mailgw2.univr.it) (157.27.6.133) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Thu, 09 Jun 2005 09:08:54 +0000 Received: (qmail 52300 invoked by uid 1010); 9 Jun 2005 09:08:52 -0000 Received: from perbellini@sci.univr.it by mailgw2.univr.it by uid 1003 with qmail-scanner-1.22-st-qms (spamassassin: 2.63. Clear:RC:1(157.27.252.10):. Processed in 0.056298 secs); 09 Jun 2005 09:08:52 -0000 X-Antivirus-UNIVR-Mail-From: perbellini@sci.univr.it via mailgw2.univr.it X-Antivirus-UNIVR: 1.22-st-qms (Clear:RC:1(157.27.252.10):. Processed in 0.056298 secs Process 52294) Received: from unknown (HELO profs.sci.univr.it) (157.27.252.10) by mailgw2.univr.it with SMTP; 9 Jun 2005 09:08:52 -0000 Received: from CDC03 (cdc03.sci.univr.it [157.27.242.133]) by profs.sci.univr.it (Postfix) with ESMTP id B170280736 for ; Thu, 9 Jun 2005 11:08:51 +0200 (CEST) Message-ID: <008301c56cd3$5ba338d0$85f21b9d@CDC03> From: "Giovanni Perbellini" To: Date: Thu, 09 Jun 2005 09:09:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Subject: [ECOS] h8300 compiling problem X-SW-Source: 2005-06/txt/msg00066.txt.bz2 Hi all, I have a problem compiling a simple c application for the h8300 target. I created the toolchain for that architecture by following the instructions found in the ecos web site. Then I cross-compiled the ecos library without any errors. When I try to compile the simple C application I get this error message: h8300-elf-gcc -c -o prova.o -I/opt/martin/ecos/work-h8300/default-h8300_install/include -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -mh -mint32 -fsigned-char -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority prova.c h8300-elf-gcc -nostartfiles -L/opt/martin/ecos/work-h8300/default-h8300_install/lib -Ttarget.ld -g -nostdlib -Wl,--gc-sections -Wl,-static -mh -o prova prova.o /tmp/gnutools/lib/gcc-lib/h8300-elf/3.2.1/../../../../h8300-elf/bin/ld: cannot find libsupc++.a collect2: ld returned 1 exit status make: *** [prova] Error 1 What is the problem? Regards Giovanni Perbellini -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss