[U-Boot-Users] Single ARM Toolchain?

Allen Curtis ajcurtis84 at yahoo.com
Tue May 11 16:10:08 CEST 2004


> > 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
> 
> What is the problem when building U-Boot? Which
> version of U-Boot?

Version 1.1.1. From other postings on u-boot it
appears that the issue is soft float support...

> 
> > I have searched the archives and found that this
> is a
> > common question. Unfortunately I did not find a
> > definitive answer.
> 
> Use the ELDK?

I will try this. Hopefully there are build
instructions for the tools.

*** Copy of an email sent to Dan Kegel regarding this
issue. The U-Boot compilation errors are below.

1. This will not compile Linux 2.6 because the
binutils are too old. Need support for .incbin.

BINUTILS_DIR=binutils-2.11.2
BINUTILS_URL=ftp://ftp.gnu.org/pub/gnu/binutils
GCC_DIR=gcc-2.95.3
GLIBC_DIR=glibc-2.1.3
LINUX_DIR=linux-2.4.21
GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.1.3
GLIBCCRYPT_FILENAME=glibc-crypt-2.1

2. Same problem as #1
BINUTILS_DIR=binutils-2.11.2
BINUTILS_URL=ftp://ftp.gnu.org/pub/gnu/binutils
GCC_DIR=gcc-2.95.3
GLIBC_DIR=glibc-2.2.5
LINUX_DIR=linux-2.4.3
GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.2.5

3. The kernel refuses to try to compile with GCC
3.2.x

4. Compiles Linux but has an error with U-Boot

BINUTILS_DIR=binutils-2.14.90.0.8

BINUTILS_URL=ftp://ftp.kernel.org/pub/linux/devel/binutils
GCC_DIR=gcc-2.95.3
GLIBC_DIR=glibc-2.2.5
LINUX_DIR=linux-2.4.3
GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.2.5

ERROR

/opt/crosstool/arm-unknown-linux-gnu/gcc-2.95.3-glibc-2.2.5/lib/gcc-lib/arm-unknown-linux-gnu/2.95.3/libgcc.a(_udivsi3.o)(.text+0x8c):
In function `Ldiv0':
: relocation truncated to fit: R_ARM_PLT32 __div0

/opt/crosstool/arm-unknown-linux-gnu/gcc-2.95.3-glibc-2.2.5/lib/gcc-lib/arm-unknown-linux-gnu/2.95.3/libgcc.a(_umodsi3.o)(.text+0xa8):
In function `Ldiv0':
: relocation truncated to fit: R_ARM_PLT32 __div0
make: *** [u-boot] Error 1

5. This appears to compile both but we are using 2.4
headers instead of 2.6.

BINUTILS_DIR=binutils-2.14.90.0.5

BINUTILS_URL=ftp://ftp.kernel.org/pub/linux/devel/binutils
GCC_DIR=gcc-2.95.3
GLIBC_DIR=glibc-2.1.3
LINUX_DIR=linux-2.4.21
GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.1.3
GLIBCCRYPT_FILENAME=glibc-crypt-2.1

6. Tried to build using 2.6 headers. Build of the
cross compiler fails.

BINUTILS_DIR=binutils-2.14.90.0.5

BINUTILS_URL=ftp://ftp.kernel.org/pub/linux/devel/binutils
GCC_DIR=gcc-2.95.3
GLIBC_DIR=glibc-2.1.3
LINUX_DIR=linux-2.4.21
GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.1.3
GLIBCCRYPT_FILENAME=glibc-crypt-2.1

ERROR:
*
* Security options
*
Enable different security models (SECURITY) [N/y/?]
(NEW) *
* Cryptographic options
*
Cryptographic API (CRYPTO) [N/y/?] (NEW) *
* Library routines
*
CRC32 functions (CRC32) [N/y/?] (NEW) + make
ARCH=arm
symlinks include/linux/version.h
make: *** No rule to make target `symlinks'.  Stop.



	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 




More information about the U-Boot mailing list