This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


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

glibc cross compilation with ARM


hi experts,

I am new to this domain. 

I am trying to cross compile glibc2.6.1 with arm gcc toolchain 4.2.3.

I gave following configure command:

CC=arm-linux-gcc ../configure  --target=arm-linux
--prefix=/root/glibc-2.6.1/gcc_build   --with-tls --with-__thread
--enable-add-ons

When i gave make command there are many warning message:

In file included from nptl/sysdeps/i386/i686/tls.h:34,
                 from include/tls.h:6,
                 from sysdeps/unix/sysv/linux/i386/sysdep.h:30,
                 from <stdin>:1:
nptl/sysdeps/i386/i686/../tls.h:66:3: error: #error "TLS support is
required.


Am I missing something while configuring  or there any ant patches for cross
comiling for ARM?

Will appreciate your reply and suggestions.

thanks,
kishor
-- 
View this message in context: http://old.nabble.com/glibc-cross-compilation-with-ARM-tp27402034p27402034.html
Sent from the Sourceware - libc-ports mailing list archive at Nabble.com.


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