Make build failure on NetBSD/i386 1.2

Andreas Gustafsson gson@araneus.fi
Mon Dec 8 07:25:00 GMT 1997


I just tried building egcs-1.0 on NetBSD/i386 1.2
(i386-unknown-netbsd-1.2) using the system's stock cc, which is
actually gcc 2.7.2.  "make build" failed at the following point (long
line broken for the benefit of limited mail software):

   $ /x/egcs-1.0/configure --enable-shared
   Created "Makefile" in /x/egcs-obj using "/x/egcs-1.0/config/mh-x86pic" and "/x/egcs-1.0/config/mt-x86pic"
   Links are now set up to build a native compiler for i386-unknown-netbsd1.2
   $ make build
   ...lots of output deleted...
   for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2  _lshrdi\
   3 _ashldi3 _ashrdi3 _ffsdi2  _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2\
    _floatdidf _floatdisf  _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _\
   fixunssfdi _fixsfdi  _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi  _fix\
   tfdi _fixunstfdi _floatditf  __gcc_bcmp _varargs __dummy _eprintf _op_\
   new _op_vnew _new_handler  _op_delete _op_vdel _bb _shtab _clear_cache\
    _trampoline __main _exit  _ctors _eh  _pure;  do  echo ${name};  ./xg\
   cc -B./ -O2   -DIN_GCC   -g -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLO\
   AT_NOT_NEEDED -fexceptions -I. -I/x/egcs-1.0/gcc -I/x/egcs-1.0/gcc/con\
   fig -c -DL${name}  /x/egcs-1.0/gcc/libgcc2.c -o ${name}.o;  if [ $? -e\
   q 0 ] ; then true; else exit 1; fi;  ar rc tmplibgcc2.a ${name}.o;  rm\
    -f ${name}.o;  done
   _muldi3
   /var/tmp/cc028591.s: Assembler messages:
   /var/tmp/cc028591.s:153: Error: Unknown expression: symbols LECIE1 and LSCIE1 are in different frags.
   *** Error code 1

Your help is appreciated.
-- 
Andreas Gustafsson, gson@araneus.fi



More information about the Gcc mailing list