This is the mail archive of the binutils@sources.redhat.com 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: h8300-hms-ld segmentation fault


On Tue, Dec 17, 2002 at 02:40:07PM -0500, Daniel Jacobowitz wrote:
> Try removing the OUTPUT_FORMAT directive, and then using a separate
> objcopy stage to convert to srec.  This is a known bug in the h8300
> linker.

Many other targets have similar problems.  In general, linking to
a different output format won't work unless the input files will
link properly using the generic linker support.  This requires that
all relocations in the input files can be handled using just the
reloc howto entries for the input arch.  (And of course the howto
entries have to be correct!)

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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