From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 761 invoked by alias); 7 Jun 2002 19:55:54 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 737 invoked from network); 7 Jun 2002 19:55:51 -0000 Received: from unknown (HELO siaag2aa.compuserve.com) (149.174.40.131) by sources.redhat.com with SMTP; 7 Jun 2002 19:55:51 -0000 Received: (from mailgate@localhost) by siaag2aa.compuserve.com (8.9.3/8.9.3/SUN-1.12) id PAA14156; Fri, 7 Jun 2002 15:55:50 -0400 (EDT) Date: Fri, 07 Jun 2002 12:55:00 -0000 From: Mark Butcher Subject: Re: Cross compiler won't build To: "INTERNET:huntbs@mailcity.com" Cc: gcc-help Message-ID: <200206071555_MC3-1-164-F842@compuserve.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline X-SW-Source: 2002-06/txt/msg00054.txt.bz2 Hi Brett Another small detail. I have realised that the problem with the last binutils build was not with the compiler but with linking a function which could not be found. print_insn_mcore() is exported in the file mcore-dis.c and seems to be in the library libopcodes.a which was build somewhere along the line. Interestingly I have now exactly the same error when repeating the exercise with the Mcore target again. This means that the original failed build of the Mcore cross-compiler must screwed something up so that the linker can not find this library anymore - time to clean up the disk and start again.. I'll get it soon. Cheers Mark