All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kim Strøger" <ks@sfktech.com>
To: buildroot@busybox.net
Subject: [Buildroot] Problems building toolchain
Date: Tue, 09 Oct 2007 17:18:03 +0200	[thread overview]
Message-ID: <470B9BAB.3050407@sfktech.com> (raw)

Hi

I am trying to build just the toolchain, using svn revision 20210.
following the instruction from here:
http://www.uclibc.org/toolchains.html

# Point your web browser here <http://buildroot.uclibc.org/>,
# Download of copy of buildroot
# Unpack the tarball on your Linux system somewhere
# Edit the Makefile as needed if you wish to change anything.
# run 'unset CC'. Then run 'unset CXX'. Some Linux systems (i.e. Gentoo)
set variables such as 'CC' in the system environment which really messes
things up when cross compiling.
# run 'make menuconfig'
# Select the things you want to build. If you /only/ want a toolchain,
leave everything except the toolchain disabled.
# save your buildroot configuration.
# run 'make'

and I end up with this error msg. every time I try to build it.



make[1]: Leaving directory
`/home/cz2/Crossdev/buildroot/toolchain_build_arm/gcc-4.2.1-initial'
touch
/home/cz2/Crossdev/buildroot/toolchain_build_arm/gcc-4.2.1-initial/.installed
/usr/bin/make MAKE="/usr/bin/make -j1" -C
/home/cz2/Crossdev/buildroot/toolchain_build_arm/uClibc \
                PREFIX= \
                DEVEL_PREFIX=/ \
                RUNTIME_PREFIX=/ \
                HOSTCC="/usr/lib/distcc/bin/gcc" \
                all
make[1]: Entering directory
`/home/cz2/Crossdev/buildroot/toolchain_build_arm/uClibc'
make[2]: `conf' is up to date.
  CC ldso/ldso/ldso.oS
cc1: error: unrecognized command line option "-mfdpic"
make[1]: *** [ldso/ldso/ldso.oS] Error 1
make[1]: Leaving directory
`/home/cz2/Crossdev/buildroot/toolchain_build_arm/uClibc'
make: ***
[/home/cz2/Crossdev/buildroot/toolchain_build_arm/uClibc/lib/libc.a] Error 2


How do I get passed this point ?

Thanks, Kim S.

             reply	other threads:[~2007-10-09 15:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-09 15:18 Kim Strøger [this message]
2007-10-09 16:34 ` [Buildroot] Problems building toolchain Bernhard Fischer
2007-10-10  7:17   ` Kim Strøger
2007-10-10 19:59     ` Bernhard Fischer

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=470B9BAB.3050407@sfktech.com \
    --to=ks@sfktech.com \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.