From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id B6F4EDDF16 for ; Tue, 9 Oct 2007 23:30:31 +1000 (EST) In-Reply-To: References: <470AA224.7050709@freescale.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: Build failure on treeboot-walnut.c Date: Tue, 9 Oct 2007 08:30:37 -0500 To: Grant Likely Cc: PowerPC dev list , Paul Mackerras , Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 8, 2007, at 11:00 PM, Grant Likely wrote: > On 10/8/07, Timur Tabi wrote: >> Looks like the problem is back: >> >> BOOTCC arch/powerpc/boot/treeboot-walnut.o >> Assembler messages: >> Error: Internal assembler error for instruction icbt >> Internal error, aborting at >> /tmp/crosstool/crosstool-0.42/build/powerpc-unknown-linux-gnu/ >> gcc-4.0.2_e300-enabled-glibc-2.3.6/binutils-2.16.1-complete/gas/ >> config/tc-ppc.c >> line 1314 in ppc_setup_opcodes >> Please report this bug. >> make[1]: *** [arch/powerpc/boot/treeboot-walnut.o] Error 2 >> make: *** [uImage] Error 2 > > No; this is something different. The assember itself is failing > internally. What version of binutils are you running? > 2.61.1 if we believe his path :) the assembler is failing because 'icbt' has several possible different instruction encodings and I'm guessing he's getting a conflict set. What's the actual compile line? Want to see the flags to assembler of -Wa to the compiler. - k