From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19086 invoked by alias); 21 Nov 2001 15:46:26 -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 19012 invoked from network); 21 Nov 2001 15:46:18 -0000 Date: Mon, 05 Nov 2001 04:10:00 -0000 From: "Frank Ch. Eigler" To: Stephen Done Cc: cgen@sources.redhat.com Subject: Re: Using CGEN Disassembler Message-ID: <20011121104612.A30770@redhat.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from stephen.done@cw.com on Wed, Nov 21, 2001 at 02:45:27PM -0000 X-SW-Source: 2001-q4/txt/msg00015.txt.bz2 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 742 Hi - On Wed, Nov 21, 2001 at 02:45:27PM -0000, Stephen Done wrote: : I would like to use CGEN to disassemble some code for the Mitsubishi M32R : processor. : [...] : All I need is the command to take a binary file and convert it to assembler. : I've done as much RTFM'ing as I can, and I'm not getting anywhere. Thanks for looking into it before asking the question! Why do you think you need to deal with cgen directly for this task? Are you aware that if you compile a m32r cross toolchain (or at least binutils), you get an objdump program that can disassemble stuff for you? cvs [...] co binutils /[src]/configure --target=m32r-elf --prefix=[installtree] make all install [installtree]/bin/m32r-elf-objdump -d program.elf - FChE --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 232 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7+8xDVZbdDOm/ZT0RAhu4AJ9rQ4NlAmSMNvZ5ihu7+gLDGVNqawCfYCpg 6n+Ym8ZMhPBBGf6DdxwK+KA= =Y4Xv -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Frank Ch. Eigler" To: Stephen Done Cc: cgen@sources.redhat.com Subject: Re: Using CGEN Disassembler Date: Wed, 21 Nov 2001 07:46:00 -0000 Message-ID: <20011121104612.A30770@redhat.com> References: X-SW-Source: 2001-q4/msg00040.html Message-ID: <20011121074600.Y6u4ibIcQFsvsSAJ71apOIEj8VaJMF53-QsznDRG_kU@z> Hi - On Wed, Nov 21, 2001 at 02:45:27PM -0000, Stephen Done wrote: : I would like to use CGEN to disassemble some code for the Mitsubishi M32R : processor. : [...] : All I need is the command to take a binary file and convert it to assembler. : I've done as much RTFM'ing as I can, and I'm not getting anywhere. Thanks for looking into it before asking the question! Why do you think you need to deal with cgen directly for this task? Are you aware that if you compile a m32r cross toolchain (or at least binutils), you get an objdump program that can disassemble stuff for you? cvs [...] co binutils /[src]/configure --target=m32r-elf --prefix=[installtree] make all install [installtree]/bin/m32r-elf-objdump -d program.elf - FChE -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7+8xDVZbdDOm/ZT0RAhu4AJ9rQ4NlAmSMNvZ5ihu7+gLDGVNqawCfYCpg 6n+Ym8ZMhPBBGf6DdxwK+KA= =Y4Xv -----END PGP SIGNATURE-----