From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16855 invoked by alias); 14 Oct 2002 18:27:55 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 16848 invoked from network); 14 Oct 2002 18:27:54 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 14 Oct 2002 18:27:54 -0000 Received: from tooth.toronto.redhat.com (tooth.toronto.redhat.com [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 8424C80039F; Mon, 14 Oct 2002 14:27:53 -0400 (EDT) Received: from tooth.toronto.redhat.com (IDENT:90cgXyrmPgOpU6h/11h3Ed8hrBA2H9VJ@localhost [127.0.0.1]) by tooth.toronto.redhat.com (8.12.5/8.12.5) with ESMTP id g9EIRrDm022015; Mon, 14 Oct 2002 14:27:53 -0400 Received: (from fche@localhost) by tooth.toronto.redhat.com (8.12.5/8.12.5/Submit) id g9EIRrWZ022013; Mon, 14 Oct 2002 14:27:53 -0400 Date: Mon, 14 Oct 2002 11:27:00 -0000 From: "Frank Ch. Eigler" To: ?? ?? Cc: cgen@sources.redhat.com Subject: Re: how to install cgen-based gdb-sim Message-ID: <20021014182752.GB21368@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-SW-Source: 2002-q4/txt/msg00016.txt.bz2 Hi - > After I post the previous letter, I tried this command: > /configure --prefix=PREFIX --enable-sim > then make all install. GDB does not include a simulator for most native configurations. Indeed, GDB does not include an x86 simulator (assuming your host platform is x86 Linux or Cygwin). SID does include an x86 simulator (based on BOCHS), but it is likely not what you want. You probably need to build an entire cross toolchain, configured with (say) "--target=arm-elf". - FChE