From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16813 invoked by alias); 16 Jun 2003 21:47:34 -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 16804 invoked from network); 16 Jun 2003 21:47:34 -0000 Received: from unknown (HELO neon-gw.transmeta.com) (63.209.4.196) by sources.redhat.com with SMTP; 16 Jun 2003 21:47:34 -0000 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id OAA11870; Mon, 16 Jun 2003 14:47:29 -0700 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma011859; Mon, 16 Jun 03 14:47:14 -0700 Received: from casey.transmeta.com (casey.transmeta.com [10.10.25.22]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id h5GLlIB13332; Mon, 16 Jun 2003 14:47:18 -0700 (PDT) Received: (from dje@localhost) by casey.transmeta.com (8.9.3/8.7.3) id OAA15423; Mon, 16 Jun 2003 14:47:18 -0700 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16110.15078.658988.526976@casey.transmeta.com> Date: Mon, 16 Jun 2003 21:47:00 -0000 To: Dave Brolley Cc: cgen@sources.redhat.com Subject: Problem running cgen for opcodes In-Reply-To: <3EEE39BA.2030802@redhat.com> References: <3EEE39BA.2030802@redhat.com> X-SW-Source: 2003-q2/txt/msg00115.txt.bz2 Dave Brolley writes: > I'm getting the following when trying to regenerate the opcodes sources > for xstormy16. I haven't run cgen for opcodes in a while, so perhaps I'm > missing something which has changed: > > My guile is > > >> guile -v > Guile 1.4 > Copyright (c) 1995, 1996, 1997, 2000 Free Software Foundation > Guile may be distributed under the terms of the GNU General Public Licence; > certain other uses are permitted as well. For details, see the file > `COPYING', which is included in the Guile distribution. > There is no warranty, to the extent permitted by law. > > >> make stamp-xstormy16 > make run-cgen arch=xstormy16 prefix=xstormy16 options= extrafiles= > make[1]: Entering directory > `/notnfs/brolley/sources/build/i686-pc-linux-gnu/xstormy16-elf/opcodes' > /bin/sh /home/brolley/sources/src/opcodes/cgen.sh opcodes > /home/brolley/sources/src/opcodes `if test -f ../guile/libguile/guile ; > then echo ../guile/libguile/guile; else echo guile ; fi` \ > /home/brolley/sources/src/opcodes/../cgen "-v" xstormy16 xstormy16 \ > "" > guile: Unable to find file "rtl-traverse" in load path > make[1]: *** [run-cgen] Error 2 cvs update cgen # should fix things rtl-traverse.scm is a new file, and I just checked, I did remember to check it in :-)