public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Grant Edwards <grant.b.edwards@gmail.com>
To: crossgcc@sources.redhat.com
Subject: uClibc build fails: missing libgcc_eh.a
Date: Wed, 03 Aug 2011 18:20:00 -0000	[thread overview]
Message-ID: <j1c3a1$5vg$1@dough.gmane.org> (raw)


I'm trying to build a pretty generic toolchain using ct-ng 1.12.0 for 
arm926, gcc 4.4.6, uclibc 0.9.32 linux-2.6.30, and it fails thusly:

[ALL  ]    make[1]: Leaving directory /home/nextgen/crosstool-new/crosstool-ng-1.12.0/targets/arm-unknown$
[DEBUG]    ==> Executing: 'make' '-j1' 'CROSS=arm-unknown-linux-uclibcgnueabi-' 'PREFIX=/home/nextgen/cros$
[ALL  ]    make[1]: Entering directory /home/nextgen/crosstool-new/crosstool-ng-1.12.0/targets/arm-unknow$
[ALL  ]      MKDIR lib
[ALL  ]      AS lib/crt1.o
[ALL  ]      AS lib/Scrt1.o
[ALL  ]      AS lib/crti.o
[ALL  ]      AS lib/crtn.o
[ALL  ]      CC ldso/ldso/ldso.oS
[ALL  ]    In file included from ldso/ldso/ldso.c:46:
[ALL  ]    ldso/ldso/arm/elfinterp.c: In function '_dl_linux_resolver':
[ALL  ]    ldso/ldso/arm/elfinterp.c:73: warning: assignment makes integer from pointer without a cast
[ALL  ]    ldso/ldso/arm/elfinterp.c: In function '_dl_do_reloc':
[ALL  ]    ldso/ldso/arm/elfinterp.c:206: warning: assignment makes integer from pointer without a cast
[ALL  ]    ldso/ldso/arm/elfinterp.c:191: warning: unused variable 'def'
[ALL  ]      AS ldso/ldso/arm/resolve.oS
[ALL  ]      AS ldso/ldso/arm/aeabi_read_tp.oS
[ALL  ]      AS ldso/ldso/arm/thumb_atomics.oS
[ALL  ]      AR cr ldso/ldso/ld-uClibc_so.a
[ALL  ]      STRIP -x -R .note -R .comment ldso/ldso/ld-uClibc_so.a
[ALL  ]      LD ld-uClibc-0.9.32.1-git.so
[ALL  ]    arm-unknown-linux-uclibcgnueabi-gcc: libgcc_eh.a: No such file or directory
[ERROR]    make[1]: *** [lib/ld-uClibc.so] Error 1
[ALL  ]    make[1]: Leaving directory /home/nextgen/crosstool-new/crosstool-ng-1.12.0/targets/arm-unknown$
[ERROR]
[ERROR]    >>  Build failed in step 'Installing C library'

From what I've been able to gather, libgcc_eh.a isn't being built, but
it's being linked in during the uClibc build.  What have I done wrong?

-- 
Grant Edwards               grant.b.edwards        Yow! SHHHH!!  I hear SIX
                                  at               TATTOOED TRUCK-DRIVERS
                              gmail.com            tossing ENGINE BLOCKS into
                                                   empty OIL DRUMS ...


--
For unsubscribe information see http://sourceware.org/lists.html#faq

             reply	other threads:[~2011-08-03 18:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-03 18:20 Grant Edwards [this message]
2011-08-03 18:46 ` Grant Edwards
2011-08-03 19:17   ` Grant Edwards

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='j1c3a1$5vg$1@dough.gmane.org' \
    --to=grant.b.edwards@gmail.com \
    --cc=crossgcc@sources.redhat.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).