bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GCC problems.


From: Ian Lance Taylor
Subject: Re: GCC problems.
Date: 11 May 2004 08:10:29 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

"Mike Rigby" <address@hidden> writes:

> I am having problems installing GNUH8SX_v0401 20030719.

We can answer questions about GNU binutils built from the standard
releases.  I don't know what that release is.  I recommend that you
contact the vendor.

> I can set the linker to generate a binary output file, or an S-Record
> file (using the linker option --oformat srec or --oformat binary, and I
> do get either an S-Record file, or a pure binary file, as expected.
> Unfortunately, the linked output is wrong.

I don't know what the problem is.  However, the usual workaround for
this sort of problem is to generate an ELF file, and use objcopy to
convert it to S-records.  That is, generate the default format (don't
pass --oformat to the linker) and then do
    h8300-elf-objcopy -O srec OUTPUT OUTPUT.srec
where OUTPUT is the name of your output file.

Ian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]