我在安装过程中没有出错,所有的命令都工作得很好,但是最后当我运行"pintos运行警报-倍数“时,我会得到以下错误
Prototype mismatch: sub main::SIGVTALRM () vs none at /home/suhas/bin/pintos line 949.
Constant subroutine SIGVTALRM redefined at /home/suhas/bin/pintos line 941.
Writing command line to /tmp/k5qCPWWL5b.dsk...
squish-pty bochs -q
exec: No such file or directory任何帮助都将不胜感激。谢谢。
发布于 2017-02-12 11:00:58
这是一个简单的任务。只需转到文件/home/suhas/bin/pintos并注释掉整个函数SIGVTALRM()。它应该能正常工作。就连我也犯了同样的错误。
https://stackoverflow.com/questions/38989352
复制相似问题