From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Kegel Date: Mon, 10 May 2004 15:41:16 -0700 Subject: [U-Boot-Users] Re: Single ARM Toolchain? In-Reply-To: <20040510221009.50689.qmail@web14811.mail.yahoo.com> References: <20040510221009.50689.qmail@web14811.mail.yahoo.com> Message-ID: <40A0050C.8040005@kegel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Allen Curtis wrote: > I have created several versions of ARM cross-compiler > toolchains but have not discovered a configuration > that works with both "u-boot" and Linux 2.6. > > Using crosstool-0.27: > GCC 2.95.3, BINUTILS 2.14.90.0.8, GLIBC 2.2.5 - builds > the Linux kernel but not U-Boot > > GCC 2.95.3, BINUTILS 2.11.2, GLIBC 2.1.3 - builds > U-Boot but not 2.6 Linux kernel (.incbin support) > > The newest GCC I can build on my system is 3.2 since > my host compiler is 2.96. > > I have searched the archives and found that this is a > common question. Unfortunately I did not find a > definitive answer. Can you post the errors? (btw, crosstool-0.27 had some arm issues, and crosstool-0.28-rc13 has the vfp printf patch, but I'm not sure those matter for this.) - Dan