Does SDS SingleStep understand m68k-coff-gcc?
Bob Harmon (harmon@craycom.com)
Wed, 16 Jul 97 09:16:02 EDT
When using objcopy, is it best to -g, -gcoff, or -gstabs
on the compiler line to get the best conversion?
I'm using an AMC BDM for 68360..
>
> >When I build an ieee-file (with OUTPUT_FORMAT(ieee) in the linker
> >script), the ieee converter fails with this message
>
> >fromieee: error: invalid MRI/HP record code (0x0) near offset 0x258
>
> Don't do it that way. Instead, use the linker to generate a normal
> COFF file, and use
> objcopy -O ieee --debugging COFF-FILE IEEE-FILE
> to convert the COFF file into IEEE format.
>
> Ian
>