Operating system Pintos安装SIGVTALRM()重定义错误

Operating system Pintos安装SIGVTALRM()重定义错误,operating-system,bochs,pintos,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 co

我在安装过程中没有遇到任何错误,所有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

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

这是一项简单的任务。只需转到文件/home/suhas/bin/pintos并注释掉整个函数
SIGVTALRM()
。它应该很好用。甚至我也犯了同样的错误。

这是一项简单的任务。只需转到文件/home/suhas/bin/pintos并注释掉整个函数
SIGVTALRM()
。它应该很好用。就连我也犯了同样的错误