From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id EC49BDDFAD for ; Wed, 20 Feb 2008 04:52:50 +1100 (EST) Message-ID: <47BB177E.1070602@freescale.com> Date: Tue, 19 Feb 2008 11:53:02 -0600 From: Scott Wood MIME-Version: 1.0 To: maxime louvel Subject: Re: 2.6.24 for mpc8458amc References: <47BAE6B3.7090000@freescale.com> <47BAEE3F.2070209@freescale.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , maxime louvel wrote: > Hi again, > > this time I have tried to compile the kernel, with an embedded compiler > on the board. > here is the result... > > .... > BOOTAS arch/powerpc/boot/ps3-hvcall.o > BOOTCC arch/powerpc/boot/ps3.o > BOOTCC arch/powerpc/boot/treeboot-bamboo.o > BOOTCC arch/powerpc/boot/cuboot-8xx.o > BOOTCC arch/powerpc/boot/cuboot-pq2.o > BOOTCC arch/powerpc/boot/cuboot-sequoia.o > BOOTCC arch/powerpc/boot/treeboot-walnut.o > Assembler messages: > Error: Internal assembler error for instruction icbt > Internal error, aborting at ../../gas/config/tc-ppc.c line 1300 in > ppc_setup_opcodes > Please report this bug. > make[2]: *** [arch/powerpc/boot/treeboot-walnut.o] Error 2 > make[1]: *** [uImage] Error 2 > make: *** [sub-make] Error 2 That's a bug in older toolchains, which is aggravated by a misguided policy that we build all wrapper platforms, always. Either use a newer toolchain, or remove treeboot-walnut from arch/powerpc/boot/Makefile. -Scott