This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/42557] gcc no compile for m68k(coff/elf)
- From: "mikpe at it dot uu dot se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jan 2010 14:21:14 -0000
- Subject: [Bug c/42557] gcc no compile for m68k(coff/elf)
- References: <bug-42557-18618@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from mikpe at it dot uu dot se 2010-01-02 14:21 -------
(In reply to comment #3)
> However, the goal is to compile gcc for the coff format and
> I'm having it difficulties.
Consider the following two facts:
1. binutils-2.17 removed m68k-coff support, that was 3.5 years ago
2. gcc-4.4's NEWS file lists m68k-coff as unmaintained and scheduled for
removal
> I'm sure that problem has easy solution, but I'm starting now. What books can
> help in this process?
Your best option is to target m68k-elf instead, as that's still supported.
If you absolutely must use coff, it's probably best to use older versions of
binutils and gcc from the time when it was still supported. binutils-2.16.1 and
gcc-3.4.6 might be a good starting point. You can't expect any upstream support
for these old versions, however.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42557