public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* ct-ng: uClibc build fails: missing libgcc_eh.a for me as well
@ 2011-08-30 15:54 Tor Krill
  2011-08-30 16:19 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Tor Krill @ 2011-08-30 15:54 UTC (permalink / raw)
  To: crossgcc

Hi,

I'm trying to build gcc 4.4.6, uclibc 0.9.32 linux-2.6.29.4 or
linux-2.6.39.4 for a arm based board (Atmel at91).

I have tried both on a 64 and 32 bit ubuntu 10.10 and i used ct-ng
1.12.1

As Grant Edwards
(http://sourceware.org/ml/crossgcc/2011-08/msg00024.html) i get:

[ALL  ]      STRIP -X --strip-debug -R .note -R .comment lib/libpthread.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]: *** Waiting for unfinished jobs....
[ALL  ]      STRIP -x -R .note -R .comment lib/libc.a
[ALL  ]    make[1]: Leaving directory `/home/tor/build/toolchain/.build/arm-unknown-linux-uclibcgnueabi/build/build-libc'
[ERROR]    
[ERROR]    >>  Build failed in step 'Installing C library'
[ERROR]    >>
[ERROR]    >>  Error happened in: CT_DoExecLog[scripts/functions]
[ERROR]    >>        called from: do_libc[scripts/build/libc/uClibc.sh@196]
[ERROR]    >>        called from: main[scripts/crosstool-NG.sh@588]
[ERROR]    >>
[ERROR]    >>  For more info on this error, look at the file: 'build.log'
[ERROR]    >>  There is a list of known issues, some with workarounds, in:
[ERROR]    >>      '/usr/local/share/doc/ct-ng-1.12.1/B - Known issues.txt'
[ERROR]    
[ERROR]    Build failed in step 'Installing C library'
[ERROR]    
[ERROR]    (elapsed: 9:54.92)

(Backing down to uClibc 0.9.30.3 seems to work.)

Am I doing something wrong or is this a bug?

Best Regards,

/Tor



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

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

* Re: ct-ng: uClibc build fails: missing libgcc_eh.a for me as well
  2011-08-30 15:54 ct-ng: uClibc build fails: missing libgcc_eh.a for me as well Tor Krill
@ 2011-08-30 16:19 ` Yann E. MORIN
  2011-08-30 19:37   ` Tor Krill
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2011-08-30 16:19 UTC (permalink / raw)
  To: crossgcc; +Cc: Tor Krill, Grant Edwards

Tor, Grant, All,

On Tuesday 30 August 2011 17:54:30 Tor Krill wrote:
> I'm trying to build gcc 4.4.6, uclibc 0.9.32 linux-2.6.29.4 or
> linux-2.6.39.4 for a arm based board (Atmel at91).
> 
> I have tried both on a 64 and 32 bit ubuntu 10.10 and i used ct-ng
> 1.12.1
> 
> As Grant Edwards
> (http://sourceware.org/ml/crossgcc/2011-08/msg00024.html) i get:

Yeah, I saw it too, but did not have time to reply... Sorry...
See below...

> [ALL  ]      STRIP -X --strip-debug -R .note -R .comment lib/libpthread.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]: *** Waiting for unfinished jobs....
> [ALL  ]      STRIP -x -R .note -R .comment lib/libc.a
> [ALL  ]    make[1]: Leaving directory `/home/tor/build/toolchain/.build/arm-unknown-linux-uclibcgnueabi/build/build-libc'
> [ERROR]    
> [ERROR]    >>  Build failed in step 'Installing C library'
> [ERROR]    >>
> [ERROR]    >>  Error happened in: CT_DoExecLog[scripts/functions]
> [ERROR]    >>        called from: do_libc[scripts/build/libc/uClibc.sh@196]
> [ERROR]    >>        called from: main[scripts/crosstool-NG.sh@588]
> [ERROR]    >>
> [ERROR]    >>  For more info on this error, look at the file: 'build.log'
> [ERROR]    >>  There is a list of known issues, some with workarounds, in:
> [ERROR]    >>      '/usr/local/share/doc/ct-ng-1.12.1/B - Known issues.txt'
> [ERROR]    
> [ERROR]    Build failed in step 'Installing C library'
> [ERROR]    
> [ERROR]    (elapsed: 9:54.92)
> 
> (Backing down to uClibc 0.9.30.3 seems to work.)
> 
> Am I doing something wrong or is this a bug?

What about the patch suggested in that message:
  http://lists.uclibc.org/pipermail/uclibc/2011-June/045411.html

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

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

* Re: ct-ng: uClibc build fails: missing libgcc_eh.a for me as well
  2011-08-30 16:19 ` Yann E. MORIN
@ 2011-08-30 19:37   ` Tor Krill
  0 siblings, 0 replies; 3+ messages in thread
From: Tor Krill @ 2011-08-30 19:37 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc, Grant Edwards

Hi Yann and others,

On tis, 2011-08-30 at 18:19 +0200, Yann E. MORIN wrote:
> Tor, Grant, All,
> 
> On Tuesday 30 August 2011 17:54:30 Tor Krill wrote:
> > I'm trying to build gcc 4.4.6, uclibc 0.9.32 linux-2.6.29.4 or
> > linux-2.6.39.4 for a arm based board (Atmel at91).
> > 
> > I have tried both on a 64 and 32 bit ubuntu 10.10 and i used ct-ng
> > 1.12.1
> > 
> > As Grant Edwards
> > (http://sourceware.org/ml/crossgcc/2011-08/msg00024.html) i get:
> 
> Yeah, I saw it too, but did not have time to reply... Sorry...
> See below...
---8<----
> What about the patch suggested in that message:
>   http://lists.uclibc.org/pipermail/uclibc/2011-June/045411.html

This one seems to do the trick. It builds with the above patch.

Best,

/Tor


--
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-30 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-30 15:54 ct-ng: uClibc build fails: missing libgcc_eh.a for me as well Tor Krill
2011-08-30 16:19 ` Yann E. MORIN
2011-08-30 19:37   ` Tor Krill

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