From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6214 invoked by alias); 23 Nov 2001 14:35:19 -0000 Mailing-List: contact cgen-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.cygnus.com Received: (qmail 6191 invoked from network); 23 Nov 2001 14:35:16 -0000 Mime-Version: 1.0 X-Sender: qsmgmt@pop.earthlink.net Message-Id: In-Reply-To: References: Date: Tue, 06 Nov 2001 11:07:00 -0000 To: "Stephen Done" From: Alan Lehotsky Subject: Re: Using CGEN Disassembler Cc: Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2001-q4/txt/msg00019.txt.bz2 At 2:45 PM +0000 11/21/01, Stephen Done wrote: >I would like to use CGEN to disassemble some code for the Mitsubishi M32R >processor. Just get a binutils distribution and configure the m32r target and build. In the binutils build directory you'll find objdump - that does all the disassembly you could ever want... Or did you hope to build a disassembler into a tool YOU are building for yourself. (In which case, you still want to start with the objdump sources, as it shows how to call the cgen-generated routines for disassembly.... >I have installed guile, and have downloaded the latest released version of >CGEN (1.0). You don't need any of that to build and run binutils - the cgen outputs are checked-in to the binutils tree (see the opcodes directory for the specifics.... -- ------------------------------------------------------------------------ Quality Software Management http://home.earthlink.net/~qsmgmt apl@alum.mit.edu (978)287-0435 Voice (978)808-6836 Cell (978)287-0436 Fax Software Process Improvement and Management Consulting Language Design and Compiler Implementation From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Lehotsky To: "Stephen Done" Cc: Subject: Re: Using CGEN Disassembler Date: Fri, 23 Nov 2001 06:35:00 -0000 Message-ID: References: X-SW-Source: 2001-q4/msg00044.html Message-ID: <20011123063500.WpWomETDHBEApJsfwTsNr46dODC-z8Bb1-g5wwV9Dns@z> At 2:45 PM +0000 11/21/01, Stephen Done wrote: >I would like to use CGEN to disassemble some code for the Mitsubishi M32R >processor. Just get a binutils distribution and configure the m32r target and build. In the binutils build directory you'll find objdump - that does all the disassembly you could ever want... Or did you hope to build a disassembler into a tool YOU are building for yourself. (In which case, you still want to start with the objdump sources, as it shows how to call the cgen-generated routines for disassembly.... >I have installed guile, and have downloaded the latest released version of >CGEN (1.0). You don't need any of that to build and run binutils - the cgen outputs are checked-in to the binutils tree (see the opcodes directory for the specifics.... -- ------------------------------------------------------------------------ Quality Software Management http://home.earthlink.net/~qsmgmt apl@alum.mit.edu (978)287-0435 Voice (978)808-6836 Cell (978)287-0436 Fax Software Process Improvement and Management Consulting Language Design and Compiler Implementation