From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2589 invoked by alias); 13 Jun 2002 17:02:31 -0000 Mailing-List: contact crossgcc-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sources.redhat.com Received: (qmail 2544 invoked from network); 13 Jun 2002 17:02:29 -0000 Received: from unknown (HELO ws9.cdotb.ernet.in) (202.41.72.121) by sources.redhat.com with SMTP; 13 Jun 2002 17:02:29 -0000 Received: from cdotb.ernet.in ([192.168.30.32]) by ws9.cdotb.ernet.in (8.9.3/8.9.3) with ESMTP id WAA24135; Thu, 13 Jun 2002 22:16:02 +0500 (GMT+0500) Message-ID: <3D0963E7.B18DECC1@cdotb.ernet.in> Date: Thu, 13 Jun 2002 10:02:00 -0000 From: rejip Organization: C-DOT X-Accept-Language: en MIME-Version: 1.0 To: gcc-mail , rejip@cdotb.ernet.in Subject: Help Needed. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00050.txt.bz2 Hi All, I am trying to build gcc3.1 cross compiler for motorola 68302 under LINUX(redhat 7.2). I have built binutils-2.11 and newlib-1.9.0 as follows. bash$ tar xzf binutils-2.11.tar.gz bash$ cd build-binutils bash$ ../binutils-2.11/configure --prefix=/usr/local/m68k-elf --target=m68k-elf bash$ make bash$ make install bash$ cd .. bash$ tar xzf newlib-1.9.0.tar.gz bash$ cd build-newlib bash$ ../newlib-1.9.0/configure --prefix=/usr/local/m68k-elf --target=m68k-elf bash$ make bash$ make install bash$ cd .. bash$ tar xzf gcc-3.1.tar.gz bash$ cd build-gcc bash$ ../gcc-3.1/configure --prefix=/usr/local/m68k-elf --target=m68k-elf \ --with-gnu-as --with-gnu-as --with-gnu-ld --enable-languages=c But when trying to build gcc-3.1(as given above) then I am getting the following error. xgcc: ../../../../gcc-3.1/libstdc++-v3/libsupc++/eh_alloc.cc: C++ compiler not installed on this system make[2]: *** [eh_alloc.lo] Error 1 make[2]: Leaving directory `build-gcc/m68k-elf/libstdc++-v3/libsupc++' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `build-gcc/m68k-elf/libstdc++-v3' make: *** [install-target-libstdc++-v3] Error 2 What could have been the possible problem. Any help will be highly appreciated. thanks in advance, reji p rajesh Research Engineer, Centre for Development Of Telematics(C-DOT) Bangalore, India ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com