1

我在安装过程中没有出错,所有的 make 命令都运行良好,但最后当我运行“pintos run alarm-multiple”时,我收到以下错误

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

任何帮助将不胜感激。谢谢。

4

1 回答 1

1

这是一个简单的任务。只需转到文件/home/suhas/bin/pintos并注释掉整个函数SIGVTALRM()。它应该可以正常工作。即使我有同样的错误。

于 2017-02-12T11:00:58.513 回答