From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 8 15:30:35 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34FC816A4B3; Wed, 8 Oct 2003 15:30:35 -0700 (PDT) Received: from april.chuckr.org (dsl092-151-030.wdc2.dsl.speakeasy.net [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E5E43FE0; Wed, 8 Oct 2003 15:30:33 -0700 (PDT) (envelope-from chuckr@chuckr.org) Received: from chuckr.org (dsl092-151-044.wdc2.dsl.speakeasy.net [66.92.151.44]) by april.chuckr.org (Postfix) with ESMTP id 48AF711AF3; Wed, 8 Oct 2003 18:08:20 -0400 (EDT) Message-ID: <3F849006.2030607@chuckr.org> Date: Wed, 08 Oct 2003 15:30:30 -0700 From: chuckr User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030902 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Josef Karthauser References: <20031008215210.GA50402@genius.tao.org.uk> In-Reply-To: <20031008215210.GA50402@genius.tao.org.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: gcc object format -> need motorola s-records. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 22:30:35 -0000 Josef Karthauser wrote: >Does anyone know how to control the type of output files that gcc >creates? I need to generate motorola S-records instead of ELF files, >but I can't find a switch to make this happen. Do I need to build a new >compiler by hand, and if so, does anyone know what the backend object >format is called? > >Thanks, >Joe > > you need to option this capability into gcc on the build, it's not automatically brought in.