From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28331 invoked by alias); 2 Jun 2011 04:48:18 -0000 Received: (qmail 28319 invoked by uid 22791); 2 Jun 2011 04:48:17 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mout7.freenet.de (HELO mout7.freenet.de) (195.4.92.97) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jun 2011 04:48:02 +0000 Received: from [195.4.92.15] (helo=5.mx.freenet.de) by mout7.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (port 25) (Exim 4.76 #2) id 1QRzp2-0008C5-P3; Thu, 02 Jun 2011 06:47:52 +0200 Received: from hsi-kbw-109-193-024-246.hsi7.kabel-badenwuerttemberg.de ([109.193.24.246]:59433 helo=[192.168.1.104]) by 5.mx.freenet.de with esmtpsa (ID ralf.corsepius@freenet.de) (TLSv1:CAMELLIA256-SHA:256) (port 587) (Exim 4.72 #5) id 1QRzp2-0002Is-Mm; Thu, 02 Jun 2011 06:47:52 +0200 Message-ID: <4DE715F7.3060000@rtems.org> Date: Thu, 02 Jun 2011 04:48:00 -0000 From: Ralf Corsepius User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10 MIME-Version: 1.0 To: Joel Brobecker CC: Mike Frysinger , gdb-patches@sourceware.org Subject: Re: [commit/sim] Add `sim_complete_command' definition to erc32 sim References: <1306949738-1783-1-git-send-email-brobecker@adacore.com> <201106011412.02488.vapier@gentoo.org> <20110601185648.GA2661@adacore.com> In-Reply-To: <20110601185648.GA2661@adacore.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00016.txt.bz2 On 06/01/2011 08:56 PM, Joel Brobecker wrote: >> i didnt build test it because i couldnt figure out how to even configure for >> the target. i still dont ;). >> >> $ ./configure --target=erc32-elf >> checking target system type... Invalid configuration `erc32-elf': machine >> `erc32' not recognized >> configure: error: /bin/sh ../../config.sub erc32-elf failed > > I wish we could add erc32-elf. Right now, the target is sparc-elf. More precisely sparc-*-* ... RTEMS supports it. > I haven't done it because tools like config.sub don't support it yet. > We could work on that, if it made sense. IMO, it doesn't, because the erc32 is a sparc variant. Ralf