This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Cross compiler 68k faults on the recent gcc snapshot version



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]