在对工具链使用make.sh命令时,我遇到了以下错误:
Checking for toolchain prerequisites
Checking for GNU bash [ DONE ]
Checking for GNU binutils [ DONE ]
Checking for GNU bison [ DONE ]
Checking for GNU bzip2 [ DONE ]
Checking for GNU coreutils [ DONE ]
Checking for GNU diffutils [ DONE ]
Checking for GNU findutils [ DONE ]
Checking for GNU awk [ DONE ]
Checking for GNU CC [ DONE ]
Checking for GNU libc [ FAIL ]
ERROR: GNU libc not found!我该如何解决这个问题?
发布于 2012-09-17 12:05:04
您可能会错过libc的开发库。试着用
sudo apt-get install libc6-devhttps://askubuntu.com/questions/189721
复制相似问题