public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* uClibc build fails: missing libgcc_eh.a
@ 2011-08-03 18:20 Grant Edwards
  2011-08-03 18:46 ` Grant Edwards
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Edwards @ 2011-08-03 18:20 UTC (permalink / raw)
  To: crossgcc


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: uClibc build fails: missing libgcc_eh.a
  2011-08-03 18:20 uClibc build fails: missing libgcc_eh.a Grant Edwards
@ 2011-08-03 18:46 ` Grant Edwards
  2011-08-03 19:17   ` Grant Edwards
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Edwards @ 2011-08-03 18:46 UTC (permalink / raw)
  To: crossgcc

On 2011-08-03, Grant Edwards <grant.b.edwards@gmail.com> wrote:
>
> 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  ]      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'

The same configuration with uClibc 0.9.30.3 appears to build OK.

Does uClibc 0.9.32 build for others?

Based on a thread I found in the uClibc mailing list, I think the
dependancy on libgcc_eh.a might be specific to arm-eabi...

-- 
Grant Edwards               grant.b.edwards        Yow! What I need is a
                                  at               MATURE RELATIONSHIP with a
                              gmail.com            FLOPPY DISK ...


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: uClibc build fails: missing libgcc_eh.a
  2011-08-03 18:46 ` Grant Edwards
@ 2011-08-03 19:17   ` Grant Edwards
  0 siblings, 0 replies; 3+ messages in thread
From: Grant Edwards @ 2011-08-03 19:17 UTC (permalink / raw)
  To: crossgcc

On 2011-08-03, Grant Edwards <grant.b.edwards@gmail.com> wrote:
> On 2011-08-03, Grant Edwards <grant.b.edwards@gmail.com> wrote:
>>
>> 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  ]      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'
>
> The same configuration with uClibc 0.9.30.3 appears to build OK.

And it fails with the uClibc version set to "snapshot".

-- 
Grant Edwards               grant.b.edwards        Yow! Is this an out-take
                                  at               from the "BRADY BUNCH"?
                              gmail.com            


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-03 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-03 18:20 uClibc build fails: missing libgcc_eh.a Grant Edwards
2011-08-03 18:46 ` Grant Edwards
2011-08-03 19:17   ` Grant Edwards

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