From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1667 invoked by alias); 7 Dec 2005 18:54:39 -0000 Received: (qmail 1659 invoked by uid 22791); 7 Dec 2005 18:54:39 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Dec 2005 18:54:37 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jB7IrZCi002239; Wed, 7 Dec 2005 13:53:35 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id jB7IrZV00717; Wed, 7 Dec 2005 13:53:35 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jB7IrUUQ024967; Wed, 7 Dec 2005 13:53:34 -0500 Message-ID: <43972FA8.6040503@redhat.com> Date: Mon, 12 Dec 2005 19:20:00 -0000 From: Keith Seitz User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) MIME-Version: 1.0 To: "wilfried.fauvel@laposte.net" CC: insight Subject: Re: Can I build Insight for Leon sparc V8 ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2005-q4/txt/msg00046.txt.bz2 wilfried.fauvel@laposte.net wrote: > Hi, > I am using cygwin and I want to ask, if I can build insight to debug with TSIM (http://www.gaisler.com/products/tsim/tsim.html) as remote target ? The link you provided says that TSIM can communicate with gdb via gdb's extended remote protocol. Insight is simply a gui on top of gdb, so, yes, you should be able to build a cross-debug environment that can use TSIM -- in as much as gdb supports any target, so does insight. Keith