From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11891 invoked by alias); 28 Oct 2004 13:49:47 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11877 invoked from network); 28 Oct 2004 13:49:45 -0000 Received: from unknown (HELO tom.com) (202.108.255.195) by sourceware.org with SMTP; 28 Oct 2004 13:49:45 -0000 Received: from [220.166.247.166] (unknown [220.166.247.166]) by bjapp21 (Coremail) with SMTP id MEvRVvz4gEEVAPem.1 for ; Thu, 28 Oct 2004 21:49:52 +0800 (CST) X-Originating-IP: [220.166.247.166] Message-ID: <4180F8F1.2020209@tom.com> Date: Fri, 29 Oct 2004 17:43:00 -0000 From: =?GB2312?B?1dTR5b77?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.7) Gecko/20040616 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: How to Cross compile GDB6.1 for XScale Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00422.txt.bz2 hi, I download a copy of GDB6.1 src,I want to cross compile it for my XScale Platform. [root@cool-harber gdb-6.2.1]# CC=arm-linux-gcc ./configure --target=arm-linux --host=arm-linux --build=i386-linux make But I failed.here is some error message: checking for mbstate_t... configure: error: cannot run test program while cross compiling See `config.log' for more details.