From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12725 invoked by alias); 17 Sep 2006 13:17:01 -0000 Received: (qmail 12717 invoked by uid 22791); 17 Sep 2006 13:17:00 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.171) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 17 Sep 2006 13:16:59 +0000 Received: by ug-out-1314.google.com with SMTP id 22so267513uga for ; Sun, 17 Sep 2006 06:16:56 -0700 (PDT) Received: by 10.67.101.10 with SMTP id d10mr6585496ugm; Sun, 17 Sep 2006 06:16:55 -0700 (PDT) Received: by 10.67.103.2 with HTTP; Sun, 17 Sep 2006 06:16:55 -0700 (PDT) Message-ID: Date: Sun, 17 Sep 2006 13:17:00 -0000 From: "Cai Qian" To: gdb@sourceware.org Subject: Support New Target in GDB MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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-09/txt/msg00089.txt.bz2 Hi, I would like to add a new target to GDB, and then use the following command, configure --target=arc-elf However, only got message, ... check for X... libraries, headers configure: error: "*** GDB does not support target arc-unknonw-elf" make[1]: *** [configure-gdb] Error 1 ... I suppose ARC has already been supported by BFD, so I have followed instructions here http://sources.redhat.com/gdb/current/onlinedocs/gdbint_9.html#SEC83 In addtion, I have modified gdb/Makefile.in to add rule for arc-tdep.o. are there other things missing? Qian