From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14746 invoked by alias); 7 May 2008 18:19:24 -0000 Received: (qmail 14737 invoked by uid 22791); 7 May 2008 18:19:23 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 May 2008 18:18:45 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 77EAA9835A; Wed, 7 May 2008 18:18:43 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 105E698011; Wed, 7 May 2008 18:18:42 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JtoDy-0002Fa-2B; Wed, 07 May 2008 14:18:42 -0400 Date: Wed, 07 May 2008 18:19:00 -0000 From: Daniel Jacobowitz To: Geert Vancompernolle Cc: gdb@sourceware.org Subject: Re: GDB for target mips2_fp_le Message-ID: <20080507181842.GA8592@caradoc.them.org> Mail-Followup-To: Geert Vancompernolle , gdb@sourceware.org References: <4821F173.2040208@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4821F173.2040208@gmail.com> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00059.txt.bz2 On Wed, May 07, 2008 at 08:14:11PM +0200, Geert Vancompernolle wrote: > Hi, > > I just asked the following questions in the Insight forum (GUI for the > GDB debugger), but they advised me to post the question in the GDB forum: > > 1. When running "./config.sub mips" before building Red Hat Insight, 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 mips2_fp_le? It sounds like you want "mips-linux" since mips2_fp_le is what MontaVista calls one of their Linux targeted toolchains. > 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. Yes for GDB, but I don't know about Insight. For that you may require Cygwin. -- Daniel Jacobowitz CodeSourcery