From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27886 invoked by alias); 6 Sep 2002 17:03:53 -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 27877 invoked from network); 6 Sep 2002 17:03:52 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 6 Sep 2002 17:03:52 -0000 Received: from tooth.toronto.redhat.com (tooth.toronto.redhat.com [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id CA786B8831; Fri, 6 Sep 2002 13:03:51 -0400 (EDT) Received: (from bje@localhost) by tooth.toronto.redhat.com (8.11.6/8.11.6) id g86H3pI30956; Fri, 6 Sep 2002 13:03:51 -0400 From: Ben Elliston MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15736.57335.449612.973788@tooth.toronto.redhat.com> Date: Fri, 06 Sep 2002 10:03:00 -0000 To: Shehryar Humayun Cc: cgen@sources.redhat.com Subject: Re: Next Step In-Reply-To: <20020906163633.2209.qmail@web21201.mail.yahoo.com> References: <15736.46038.217700.778062@tooth.toronto.redhat.com> <20020906163633.2209.qmail@web21201.mail.yahoo.com> X-SW-Source: 2002-q3/txt/msg00059.txt.bz2 >>>>> "Shehryar" == Shehryar Humayun writes: Shehryar> make: Entering directory 'root/build/opcodes/' Shehryar> make: no rule to make target '../cgen/stamp-cgen', Shehryar> needed by 'stamp-m32r'. Stop Shehryar> make: Leaving directory 'root/build/opcodes/' How old are your GNU binutils sources? The current version does not have this dependency on `stamp-cgen'. I would advise using the latest. Alternatively, cd to your build/cgen directory and run `touch stamp-cgen'. Ben