From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29312 invoked by alias); 16 Jan 2006 06:34:05 -0000 Received: (qmail 29303 invoked by uid 22791); 16 Jan 2006 06:34:04 -0000 X-Spam-Check-By: sourceware.org Received: from mf2.realtek.com.tw (HELO mf2.realtek.com.tw) (60.248.182.46) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 16 Jan 2006 06:34:03 +0000 Received: from msx.realtek.com.tw (unverified [172.21.1.77]) by mf2.realtek.com.tw (Clearswift SMTPRS 5.1.7) with ESMTP id for ; Mon, 16 Jan 2006 14:36:31 +0800 Received: from rtpdii3098 ([172.21.98.16]) by msx.realtek.com.tw (Lotus Domino Release 6.5.3) with ESMTP id 2006011614342747-445237 ; Mon, 16 Jan 2006 14:34:27 +0800 Message-ID: <002401c61a66$d322afd0$106215ac@realtek.com.tw> From: "colin" To: Subject: What are the necessary libraries to compile a cross gdb? Date: Mon, 16 Jan 2006 06:34:00 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="big5" X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00132.txt.bz2 Hi all, Our MIPS platform contains only Linux, uClibc, and Busybox. When I cross-compiling gdb, it seems to lack some libraries to successfully compile it. Can I use --disable-* to omit all of these libraries? What are the necessaries libraries? Regards, Colin