|
到了make bootstrap时有问题
stage1/xgcc -Bstage1/ -B/stage1/i686-pc-linux-gnu/bin/ -DIN_GCC -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -static -s -o gengenrtl \
gengenrtl.o ../libiberty/libiberty.a
/stage1/i686-pc-linux-gnu/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make[2]: *** [gengenrtl] Error 1
make[2]: Leaving directory `/mnt/lfs/stage1/gcc-build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/mnt/lfs/stage1/gcc-build/gcc'
make: *** [bootstrap] Error 2 |
|