From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 9 Nov 2005 09:32:02 +1100 From: David Gibson To: Stefan Roese Message-ID: <20051108223202.GA25185@localhost.localdomain> References: <20051107124917.C1671@cox.net> <20051107190128.68d41294.akpm@osdl.org> <20051108093759.A26086@cox.net> <200511081838.11236.sr@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200511081838.11236.sr@denx.de> Cc: linuxppc-dev@ozlabs.org, linuxppc64-dev@ozlabs.org Subject: Re: 440EP FPU support missing List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Nov 08, 2005 at 06:38:11PM +0100, Stefan Roese wrote: > In the current linux version, Bamboo (440EP) won't compile anymore, because of > missing fpu support: > > make uImage > ... > LD init/built-in.o > LD .tmp_vmlinux1 > arch/ppc/kernel/head_44x.o(.text+0x868): In function `_start': > : undefined reference to `KernelFP' > make: *** [.tmp_vmlinux1] Error 1 > > Somehow arch/ppc/kernel/fpu.S has disappeared. :-( I assume, this happened in > the ppc/ppc64 -> powerpc merge. Any thoughts, why this file disappeared and > how to solve this problem (just restore the original file)? It's just moved to arch/powerpc/kernel/fpu.S. All you should need is to tweak the Makefiles so that it's included in your build. -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson