|
|
出错如下!!:
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.1/gcc -I../../gcc-3.4.1/gcc/. -I../../gcc-3.4.1/gcc/../include ../../gcc-3.4.1/gcc/cpperror.c -o cpperror.o
stage1/xgcc -Bstage1/ -B/tools/i686-pc-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.1/gcc -I../../gcc-3.4.1/gcc/. -I../../gcc-3.4.1/gcc/../include ../../gcc-3.4.1/gcc/cppinit.c -o cppinit.o
stage1/xgcc -Bstage1/ -B/tools/i686-pc-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.1/gcc -I../../gcc-3.4.1/gcc/. -I../../gcc-3.4.1/gcc/../include ../../gcc-3.4.1/gcc/cppcharset.c -o cppcharset.o
../../gcc-3.4.1/gcc/cppcharset.c: In function `convert_utf8_utf16':
../../gcc-3.4.1/gcc/cppcharset.c:338: sorry, unimplemented: inlining failed in call to 'one_utf8_to_utf16': originally indirect function calls never inlined
../../gcc-3.4.1/gcc/cppcharset.c:471: sorry, unimplemented: called from here
make[2]: *** [cppcharset.o] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
make: *** [bootstrap] Error 2red
为什么会这样,请高手指点一二!!
谢谢!! |
|