This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: m68k no longer supported?


On 02/06/2010 04:10 PM, Josef Wolf wrote:
On Sat, Feb 06, 2010 at 09:41:54PM +0100, Andreas Schwab wrote:
Josef Wolf<jw@raven.inka.de> writes:

OK. So how do I get ieee-695 format then?
You have it already, objcopy is your friend.
Sorry, but I'm still confused. how can objcopy support a format that was not
compiled in?

My turn. :)


This example is from an RTEMS BSP for an i386ex.  It takes
the ELF file nsecs.exe and converts it to Motorola S-Records:

i386-rtems4.10-objcopy -O srec nsecs.exe nsecs.srec

When you do XXX-objcopy with no parameters, you get the list of
target format that configuration supports.


i386-rtems4.10-objcopy: supported targets: elf32-i386 coff-i386 a.out-i386 elf32-little elf32-big srec symbolsrec verilog tekhex binary ihex


--joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]