我正在尝试使用本教程构建交叉编译器: http ://wiki.osdev.org/OS_Specific_Toolchain
在成功构建 binutils、all-gcc、newlib 之后
我在 build-gcc 的最后一部分中遇到错误
checking for shl_load... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
Makefile:8970: recipe for target `configure-target-libstdc++-v3' failed
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/usr/src/build-gcc'
Makefile:870: recipe for target `all' failed
make: *** [all] Error 2
请帮忙...