objcopy generating IEEE695

Ian Lance Taylor ian@zembu.com
Fri Feb 18 13:03:00 GMT 2000


   From: "Jimen.Ching" <JChing@adtech-inc.com>
   Date: Fri, 18 Feb 2000 10:05:29 -1000

   Can you tell me how to generate this format?  Do I need a specific version?
   The manual page doesn't mention IEEE695.

The man page doesn't mention a lot of things.

You can do objdump -i to see the list of supported formats.

You can convert by doing something like
    objcopy -O ieee --debugging INPUT-FILE OUTPUT-FILE

Ian


More information about the Binutils mailing list