This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: arm gnueabi problem with tls. (request for help)


Steven Newbury said the following on 04/12/2006 12:19 PM:
Looking back at the work I'd done to get it all working I realised that I had
it working at one point! I actually broke it when I was cleaning my patches
up.
 I'll give more details in a later post.

Can anybody help me here?  I am missing the unwind symbols from libgcc when
glibc attempts to link for the final time. I cannot understand why.  UNWIND_H
is being set to arm/unwind-arm.h and config.gcc is including t-bpapi.

I can post my patches if it helps, but somebody must know how this all fits together..

Steve

Send instant messages to your online friends http://uk.messenger.yahoo.com

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

While configuring the gcc which you will use to build glibc you should use this configure option--disable-libunwind-exceptions (assuming you are using GCC 4.1)
and set libc_cv_forced_unwind=yes in config.cache while building glibc.


Hope that helps

-Khem

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]