From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20497 invoked by alias); 3 Sep 2002 14:40:39 -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 20489 invoked from network); 3 Sep 2002 14:40:39 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 3 Sep 2002 14:40:39 -0000 Received: from tooth.toronto.redhat.com (tooth.toronto.redhat.com [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 93AE2B8832; Tue, 3 Sep 2002 10:40:38 -0400 (EDT) Received: (from bje@localhost) by tooth.toronto.redhat.com (8.11.6/8.11.6) id g83Eecm06407; Tue, 3 Sep 2002 10:40:38 -0400 From: Ben Elliston MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15732.51686.455835.942998@tooth.toronto.redhat.com> Date: Tue, 03 Sep 2002 07:40:00 -0000 To: Shehryar Humayun Cc: "Frank Ch. Eigler" , cgen@sources.redhat.com Subject: Re: Running CGEN In-Reply-To: <20020901041915.21511.qmail@web21206.mail.yahoo.com> References: <20020831175959.D7281@redhat.com> <20020901041915.21511.qmail@web21206.mail.yahoo.com> X-SW-Source: 2002-q3/txt/msg00044.txt.bz2 >>>>> "Shehryar" == Shehryar Humayun writes: Shehryar> Thanks for the reply. One more thing: should binutils Shehryar> be configured and installed on the system as well to Shehryar> regenerate, for example, opcodes files in the You don't need to install the cross-binutils, just build it in the same build tree as the rest of the tools: build +- opcodes +- binutils +- gas It is no longer necessary to configure and build CGEN in this way, as it is a tool that can be run entirely from the source tree (using the helper Makefile targets in opcodes/Makefile, for example). Shehryar> stamp-TARGET". If so, should binutils source tree be Shehryar> configured with "./configure --target=TARGET" before Shehryar> running "make ..."? Yes. Ben