This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC 3.0.3(pre): linux x m68k-aout didn't build
- From: Don Lindsay <lindsayd at cisco dot com>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 17 Dec 2001 12:26:02 -0800 (PST)
- Subject: GCC 3.0.3(pre): linux x m68k-aout didn't build
After a successful bootstrap/install on (Red Hat Linux 7.2),
I tried to use that for
i686-pc-linux-gnu x m68k-aout
Cutdown from the log:
<path>gcc/xgcc -O2 -m68000 -g -c c++locale.cc
/tmp/cchD8pNh.s: Assembler messages:
/tmp/cchD8pNh.s:1530: Error: invalid instruction for this architecture;
needs 68020 or higher -- statement `casl d0,d2,a0@' ignored
/tmp/cchD8pNh.s:1604: Error: invalid instruction for this architecture;
needs 68020 or higher -- statement `casl d0,d2,a0@' ignored
/tmp/cchD8pNh.s:1678: Error: invalid instruction for this architecture;
needs 68020 or higher -- statement `casl d0,d2,a0@' ignored
/tmp/cchD8pNh.s:1727: Error: invalid instruction for this architecture;
needs 68020 or higher -- statement `casl d0,d2,a0@' ignored
/tmp/cchD8pNh.s:1772: Error: invalid instruction for this architecture;
needs 68020 or higher -- statement `casl d0,d2,a0@' ignored
/tmp/cchD8pNh.s:1828: Error: invalid instruction for this architecture;
needs 68020 or higher -- statement `casl d0,d2,a0@' ignored
make[7]: *** [c++locale.lo] Error 1
make[7]: Leaving directory `<path>/m68k-aout/m68000/libstdc++-v3/src'
I'd normally check into this further before posting. But since we're now
in "should we roll the tarball" mode, consider this an input to the
decision.
--
Don