From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30935 invoked by alias); 1 Feb 2010 10:24:41 -0000 Received: (qmail 30927 invoked by uid 22791); 1 Feb 2010 10:24:40 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 01 Feb 2010 10:24:36 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NbtSN-00042w-By for libc-ports@sourceware.org; Mon, 01 Feb 2010 02:24:35 -0800 Message-ID: <27402034.post@talk.nabble.com> Date: Mon, 01 Feb 2010 10:24:00 -0000 From: krish24in To: libc-ports@sourceware.org Subject: glibc cross compilation with ARM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00000.txt.bz2 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 :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.