Pintos安装SIGVTALRM()重新定义了错误

时间:2016-08-17 06:18:39

标签: operating-system bochs pintos

我在安装过程中没有出错,所有的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

任何帮助都将受到高度赞赏。感谢。

1 个答案:

答案 0 :(得分:0)

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