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 8BF62DDE43 for ; Tue, 7 Aug 2007 05:10:05 +1000 (EST) In-Reply-To: <200708011002.30962.m.kozlowski@tuxland.pl> References: <20070731230932.a9459617.akpm@linux-foundation.org> <200708011002.30962.m.kozlowski@tuxland.pl> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <76e360562cd5b50bcd991026e5bead55@kernel.crashing.org> From: Segher Boessenkool Subject: Re: 2.6.23-rc1-mm2 Date: Mon, 6 Aug 2007 21:08:56 +0200 To: Mariusz Kozlowski Cc: linux-usb-devel@lists.sourceforge.net, gregkh@suse.de, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, paulus@samba.org, Andrew Morton List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Second issue as reported earilier allmodconfig fails to build on imac > g3. > > CC arch/powerpc/kernel/lparmap.s > AS arch/powerpc/kernel/head_64.o > lparmap.c: Assembler messages: > lparmap.c:84: Error: file number 1 already allocated > make[1]: *** [arch/powerpc/kernel/head_64.o] Blad 1 > make: *** [arch/powerpc/kernel] Blad 2 Please send me the full output of: gcc --version (or whatever your gcc is called) ld --version ld --help (I know no better way to get the supported binutils targets, and the default target) and the lparmap.s file. You might want to skip sending it to the lists, it will be a bit big (and off-topic on most of those lists, anyway). Segher