|
|
安装Binutils时
make check 测试中出现如下错误
make[1]: ***[check-recursive] Error 1
make[1]: Leaving directory '/sources/binutils-build/binutils'
等等错误
接着我检查expect -c “spawn ls”
出现 The system has no more ptys.
Ask your system administrator to create more.
我看书上说 “说明你的 chroot 环境没有设置好 PTY ,这时运行 Binutils 和 GCC 的测试套件就没有意义了,你必须先解决 PTY 设置。”
什么意思,我现在该怎么办????????????????? |
|