From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6220 invoked by alias); 13 Feb 2004 12:04:33 -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 6207 invoked from network); 13 Feb 2004 12:04:27 -0000 Received: from unknown (HELO ngate.noida.hcltech.com) (202.54.110.230) by sources.redhat.com with SMTP; 13 Feb 2004 12:04:27 -0000 Received: from exch-01.noida.hcltech.com (exch-01 [204.160.254.29]) by ngate.noida.hcltech.com (8.12.8/8.12.8) with ESMTP id i1DCJkSQ017361 for ; Fri, 13 Feb 2004 17:49:46 +0530 Received: by exch-01.noida.hcltech.com with Internet Mail Service (5.5.2653.19) id <1VX221SN>; Fri, 13 Feb 2004 17:38:40 +0530 Message-ID: <1B3885BC15C7024C845AAC78314766C503484EA8@exch-01.noida.hcltech.com> From: "Vineet Sharma, Noida" To: gdb@sources.redhat.com Subject: build gdb with simulator Date: Fri, 13 Feb 2004 12:04:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2004-02/txt/msg00135.txt.bz2 Hi I am building a simulator for new 16-bit processor, now i want to integrate it with gdb, so how do tell gdb about my simulator. I tried building by ../configure -target=XXX-coff --enable-sim-XXX=yes -v --prefix=/home/vineet/gdb-6.0/ and the simulator code is in sim/XXX directory. So what Makefile and config file i need to midify for integrating my simulator with gdb? Regards Vineet