This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Building gas/ld to default to old-school A.OUT format
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: "David D. Hagood" <David dot Hagood at aeroflex dot com>
- Cc: binutils at sources dot redhat dot com
- Date: 10 Aug 2004 15:55:17 -0400
- Subject: Re: Building gas/ld to default to old-school A.OUT format
- References: <41191DCA.2020806@aeroflex.com>
"David D. Hagood" <David.Hagood@aeroflex.com> writes:
> I am trying to generate binutil binaries to work with VxWorks - as
> such I need to generate old-style a.out (0407) binaries.
>
> I cannot figure out how to configure things to get this - I always get
> binaries that build for the Linux a.out format, rather than the format
> VxDoesntWork expects.
VxWorks switched to COFF ages ago. Are you sure you still need a.out?
You neglected to say which processor you are using. Have you tried
configuring for CPU-vxworks?
Ian