This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/28183] [4.0/4.1/4.2 regression] assembler error "FATAL: can't close x.o" on m68k with new binutils
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jun 2006 22:21:23 -0000
- Subject: [Bug target/28183] [4.0/4.1/4.2 regression] assembler error "FATAL: can't close x.o" on m68k with new binutils
- References: <bug-28183-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from tbm at cyrius dot com 2006-06-27 22:21 -------
What I said about binutils might be wrong. It seems it's not due to a
difference in the version, but due to one being native and one being cross. I
just upgraded the binutils-m68k on i386 to the same version as that on m68k
native and strangely enough the same .s file works on i386 with m68k-as but
fails on m68k:
native:
crest% as test.s
a.out: No error
test.s: Assembler messages:
test.s:18960: FATAL: can't close a.out
: No error
crest% as --version
GNU assembler 2.16.91 20060413 Debian GNU/Linux
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
This assembler was configured for a target of `m68k-linux-gnu'.
crest%
i386:
1173:tbm@reyes: ~] /usr/local/bin/m68k-linux-gnu-as test.s
1174:tbm@reyes: ~] /usr/local/bin/m68k-linux-gnu-as --version
GNU assembler 2.16.91 20060413 Debian GNU/Linux
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
This assembler was configured for a target of `m68k-linux-gnu'.
1175:tbm@reyes: ~]
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28183