This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: How to config GAS to generate 'clean' objects?
- From: Jie Zhang <jzhang918 at gmail dot com>
- To: binutils at sources dot redhat dot com
- Date: Fri, 20 Jan 2006 18:07:13 +0800
- Subject: Re: How to config GAS to generate 'clean' objects?
- References: <20060120065106.GA20237@Compaq>
On 1/20/06, clainst@fastmail.cn <clainst@fastmail.cn> wrote:
> My next question is:
> How to make GAS generate plain binary file like other assemblers such as
> nasm or fasm. Currently I have to generate object file first, and then
> use objcopy to fetch the code binary out, which is not that convenient.
>
Not convenient? I think it well embodies UNIX philosophy. You can
combine them in Makefile or something similar.
Jie