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 ESMTPS id D749CB6FA8 for ; Sat, 31 Mar 2012 11:03:17 +1100 (EST) Message-ID: <1333152184.30734.3.camel@pasglop> Subject: Re: kilauea compilation breaks with v3.3 kernel and ELDK 4.2 From: Benjamin Herrenschmidt To: Frank =?ISO-8859-1?Q?Svendsb=F8e?= Date: Sat, 31 Mar 2012 11:03:04 +1100 In-Reply-To: References: <4F69C553.6070409@gmail.com> <20120321162549.8C1D0202A4D@gemini.denx.de> <1332633218.2882.16.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Wolfgang Denk , robert.karl.berger@gmail.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2012-03-31 at 00:53 +0200, Frank Svendsbøe wrote: > Hi Josh Boyer, > > just wanted to add that I'm experiencing the same problem that Robert > reported, but on 8xx instead of 4xx. The mpc8xx does not support the > mfdcrx instruction, so maybe it's more to it than just a binutils bug? The kernel shouldn't have tried to build that instruction on 8xx, though I suppose if it's in arch/powerpc/boot, we are a bit too eager at building everything including what's not relevant, we might to be a bit more careful at excluding 4xx stuff on a 8xx kernel. Can you give us the exact error ? Cheers, Ben.