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.


Hi Richard,

Thanks, that fixed the __thread problem. :-)

Now on to the rest of the toolchain...

Best regards,

Steve


Richard Earnshaw wrote:
I don't know for certain because I haven't tried to do it myself, but I
strongly suspect that your problem is binutils.  The last public release
of binutils (which you are using here) does not contain support for the
required TLS relocations.  So the configure script is probably deciding
that TLS can't be done, even though your compiler is up to scratch.

You'll need to use a copy of CVS HEAD binutils for now if you want EABI
TLS support.

R.


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



-- 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]