From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4102 invoked by alias); 18 Feb 2005 16:23:15 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 4092 invoked from network); 18 Feb 2005 16:23:11 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 Feb 2005 16:23:11 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1IGN9lY001816; Fri, 18 Feb 2005 11:23:09 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1IGN8O22742; Fri, 18 Feb 2005 11:23:08 -0500 Received: from [172.31.0.98] (vpnuser4.surrey.redhat.com [172.16.9.4]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j1IGN6MR022852; Fri, 18 Feb 2005 16:23:07 GMT Message-ID: <421618EC.9070205@redhat.com> Date: Fri, 18 Feb 2005 22:59:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Mudeem Iqbal CC: "'binutils@sourceware.org'" Subject: Re: Assertion Failure in md_apply_fix3 References: <1B701004057AF74FAFF851560087B1610646B6@1aurora.enabtech> In-Reply-To: <1B701004057AF74FAFF851560087B1610646B6@1aurora.enabtech> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00444.txt.bz2 Hi Mudeem, > I am trying to cross compile u-boot for mips. Toolchain comprises of the > following packages > > binutils-2.15.94.0.2 > gcc-3.4.3 > glibc-2.3.3 > > During the cross compulation I get the following error > > /home/mudeem/ubootPrj/u-boot-1.1.2/cpu/mips/start.S: Assembler messages: > /home/mudeem/ubootPrj/u-boot-1.1.2/cpu/mips/start.S:382: Internal error! > Assertion failure in md_apply_fix3 at > ../../binutils-2.15.94.0.2/gas/config/tc-mips.c line 10969. > Please report this bug. > make: *** [cpu/mips/start.o] Error 1 I think that this problem may have already been fixed. Please could you try using a version of GAS built from the current mainline sources in the binutils CVS repository. If that does not work, please could you post a small, self contained test that reproduces the problem. Cheers Nick