From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5087 invoked by alias); 22 Nov 2001 01:39:56 -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 5052 invoked from network); 22 Nov 2001 01:39:51 -0000 From: "Stephen Done at home" To: "Alan Lehotsky" Cc: Subject: RE: Using CGEN Disassembler Date: Tue, 06 Nov 2001 10:48:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal X-OriginalArrivalTime: 22 Nov 2001 01:41:43.0372 (UTC) FILETIME=[D6C328C0:01C172F6] X-SW-Source: 2001-q4/txt/msg00018.txt.bz2 Thanks everyone for your suggestions. objdump is what I need, not cgen - I realise now. Regs. Steve > -----Original Message----- > From: Alan Lehotsky [mailto:apl@alum.mit.edu] > Sent: 21 November 2001 18:00 > To: Stephen Done > Cc: cgen@sources.redhat.com > Subject: Re: Using CGEN Disassembler > > > 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: "Stephen Done@home" To: "Alan Lehotsky" Cc: Subject: RE: Using CGEN Disassembler Date: Wed, 21 Nov 2001 17:39:00 -0000 Message-ID: References: X-SW-Source: 2001-q4/msg00043.html Message-ID: <20011121173900.IJIw17QpLXBwFS7oWR2HsLBQBI0GclW9OFZrlgliPLg@z> Thanks everyone for your suggestions. objdump is what I need, not cgen - I realise now. Regs. Steve > -----Original Message----- > From: Alan Lehotsky [ mailto:apl@alum.mit.edu ] > Sent: 21 November 2001 18:00 > To: Stephen Done > Cc: cgen@sources.redhat.com > Subject: Re: Using CGEN Disassembler > > > 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 >