From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e36.co.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id C70CBDDECB for ; Tue, 29 Jan 2008 12:49:17 +1100 (EST) Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e36.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id m0T1nESu030561 for ; Mon, 28 Jan 2008 20:49:14 -0500 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m0T1nEA4082318 for ; Mon, 28 Jan 2008 18:49:14 -0700 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m0T1nDPK026271 for ; Mon, 28 Jan 2008 18:49:14 -0700 Date: Mon, 28 Jan 2008 19:48:11 -0600 From: Josh Boyer To: Steve Heflin Subject: Re: Preferred GIT URL for arch/powerpc, and BINUTILS Message-ID: <20080128194811.6c7638e2@zod.rchland.ibm.com> In-Reply-To: <20080128194352.206f3ead@zod.rchland.ibm.com> References: <20080128224710.9C1C4DDEE1@ozlabs.org> <20080128194352.206f3ead@zod.rchland.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 28 Jan 2008 19:43:52 -0600 Josh Boyer wrote: > On Mon, 28 Jan 2008 17:46:47 -0500 > Steve Heflin wrote: > > > At 02:30 PM 1/28/2008, Steve Heflin wrote: > > >Josh, you're a life saver!! Your GIT tree is exactly what I've been > > >looking for. I have an AMCC440EPx based product that makes heavy use > > >of all the devices embedded in the microcontroller. I'll be able to > > >give that platform a very good testing. > > > > > >Now can you help me with BINUTILS? What version do you use and can > > >you point me to a decent GIT tree for it? I tried to use version > > >2.18 and the build blows up because it tries to "strip" a script file > > >"embedspu". > > > > Whoa! I spoke too soon. Upon attempting a "make menuconfig" on the > > 2.6.24-rc8 which I cloned from your git tree, I don't even SEE the > > powerpc architecture appearing! What's up? > > I dunno. I never use make menuconfig. I typically do: > > make ARCH=powerpc sequoia_defconfig > > or something similar if I'm cross-building from x86. Otherwise if I'm > on the G5, it's just: > > make sequoia_defconfig Oh, and that's on the for-2.6.25 branch of my tree. I'll update the master soon-ish to match the powerpc git tree. josh