Cross compiler 68k faults on the recent gcc snapshot version

陳鵬升 pschen@puma.cs.nthu.edu.tw
Tue Feb 22 19:25:00 GMT 2000


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



More information about the Gcc-bugs mailing list