This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Cross compiler 68k faults on the recent gcc snapshot version
- To: <gcc-bugs at gcc dot gnu dot org>, <gcc at gcc dot gnu dot org>
- Subject: Cross compiler 68k faults on the recent gcc snapshot version
- From: =?big5?B?s6/EUKTJ?= <pschen at puma dot cs dot nthu dot edu dot tw>
- Date: Wed, 23 Feb 2000 11:28:18 +0800
Hello:
I have try many recent gcc snapshot versions to make cross compiler for m68k-coff.
I use the command => configure --target=m68k-coff --with-newlib -v;make cross
It always show the error message :
-------------------------------------------------------------------------------------------------------
DL${name} libgcc1.S; if [ $? -eq 0 ] ; then true; else exit 1; fi; mv libgcc1.
o ${name}.o; m68k-coff-ar rc tmplibgcc1.a ${name}.o; rm -f ${name}.o; done
_mulsi3
libgcc1.S:3726:20: `#endif' not within a conditional
*** Error code 1
Stop.
*** Error code 1
Stop.
bash-2.03$
-------------------------------------------------------------------------------------------------------
How to resolve it?
Thanks very much.
Ps. Chen