From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24568 invoked by alias); 6 May 2008 18:57:24 -0000 Received: (qmail 24557 invoked by uid 22791); 6 May 2008 18:57:23 -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; Tue, 06 May 2008 18:57:06 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m46Iv3QM032149; Tue, 6 May 2008 14:57:03 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m46Iv3o8027969; Tue, 6 May 2008 14:57:03 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m46Iv1tF007035; Tue, 6 May 2008 14:57:02 -0400 Message-ID: <4820A820.3070401@redhat.com> Date: Tue, 06 May 2008 18:57:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Geert Vancompernolle CC: Insight Forum Subject: Re: Building for target mips2_fp_le possible? References: <48209AC3.3010604@gmail.com> In-Reply-To: <48209AC3.3010604@gmail.com> 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-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00055.txt.bz2 Geert Vancompernolle wrote: > 1. When running ./config.sub mips, I only get the target > "mips-unknown-elf". > > Is there a possibility to compile for mips2_fp_le? Can mips-unknown-elf > be used for that? Good question -- I don't know! You should ask on the gdb@ list if gdb can be configured for your target. [Insight is the gui on top of gdb: if gdb can debug it, Insight should also be able to.] > 2. Is it possible to build for a Windows host and a Linux target? I > would like to know if I can run Insight on a Win32 platform and using it > to debug an embedded Linux system. While I've never tried it, I would guess that it is possible. Again, your best bet is to ask the gdb folks. I haven't built/used anything but linux native for a long time (occasionally cygwin native). Keith