From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Malek Date: Mon, 8 Nov 2004 20:36:13 -0500 Subject: [U-Boot-Users] Cross compiler for 85xx In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Nov 8, 2004, at 6:46 PM, Shekhar Kshirsagar wrote: > As per the documentation, ELDK 3.0 does not have support for 85xx. > What is being used to build u-boot for 85xx based boards? Any up to date PowerPC development tools will work for u-boot. I've been using gcc-3.3.3 and binutils 2.14.90.0.8. You need a version of binutils that will know the new e500 instructions. -- Dan