public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Allen Curtis <ajcurtis84@yahoo.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Single ARM Toolchain?
Date: Tue, 11 May 2004 07:10:08 -0700 (PDT)	[thread overview]
Message-ID: <20040511141008.36583.qmail@web14809.mail.yahoo.com> (raw)
In-Reply-To: <20040510232040.E3B35C109F@atlas.denx.de>

> > 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 

  reply	other threads:[~2004-05-11 14:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-10 22:10 [U-Boot-Users] Single ARM Toolchain? Allen Curtis
2004-05-10 22:41 ` [U-Boot-Users] " Daniel Kegel
2004-05-10 23:20 ` [U-Boot-Users] " Wolfgang Denk
2004-05-11 14:10   ` Allen Curtis [this message]
2004-05-11 16:06     ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040511141008.36583.qmail@web14809.mail.yahoo.com \
    --to=ajcurtis84@yahoo.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox