This is the mail archive of the gcc-bugs@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]

gcc3.0 bootstrap problem for mips-sni-sysv4


hello

I did make bootstrap for gcc3.0 but ocurred file type unkwon Error

please inform to me

Regards

gcc version : 3.0

system type : mips-sni-sysv4

configuration :

         ./configure \
              --host=mips-sni-sysv4 \
              --enable-version-specific-runtime-libs \
              --enable-languages=c,c++,java \
              --enable-thread=pthread \
              --prefix=/opt ; \
       make bootstrap

make bootstrap output :

stage1/xgcc -Bstage1/ -B/opt/mips-sni-sysv4/bin/  -DIN_GCC    -g -O2 -W -Wall -W
write-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -
Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I. -I./. -I./config
-I./../include \^M
 -c alloca.c^M
cc1: warning: `-g': unknown or unsupported -g option^M
true^M
stage1/xgcc -Bstage1/ -B/opt/mips-sni-sysv4/bin/  -DIN_GCC    -g -O2 -W -Wall -W
write-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -
Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \^M
 gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o
" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?
*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; es
ac ` ^M
ld: gengenrtl.o: fatal error: gengenrtl.o: file type unknown to the library used
 by ld^M
collect2: ld returned 1 exit status^M
make[2]: *** [gengenrtl] Error 1^M
make[2]: Leaving directory `/home/sgkim/gcc-3.0/gcc'^M
make[1]: *** [stage2_build] Error 2^M
make[1]: Leaving directory `/home/sgkim/gcc-3.0/gcc'^M
make: *** [bootstrap] Error 2^M

make-output


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