pintos -- run alarm-multipleUnrecognized character \x16; marked by <-- HERE after if ($<-- HERE near column 7 at /home/adambomb/src/pintos/src/utils/pintos line 911gi
第二个项目(用户程序)是否必须以不同的方式安装Pintos?每当我试图在我的安装上运行pintos -f -q时,我都会得到一个错误,其中Pintos无法识别参数"-f“。Read "Backtraces" in the "Debugging Tools" chapter
of the Pintos documentation for more information.这就是所有参数都由Pintos:处理的地方,我在任何地方也找不到FILESYS的定义。有
我刚刚开始使用pintos项目,在运行ubuntu14.04 x64系统的家用电脑上工作。我能够从src/threads/目录编译项目,并且初始测试pintos run alarm-multiple似乎工作正常(请注意,默认情况下它运行qemu ):Prototype mismatch: sub main
我在安装过程中没有出错,所有的命令都工作得很好,但是最后当我运行"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.
我下载并设置了PintOS和我的家用计算机上的依赖项,但是当我试图运行pintos run alarm-multiple时,我得到了错误:
Unrecognized character \x16; markedby <-- HERE after if ($<-- HERE near column 7 at ~/code/pintos/src/utils/pintos line 911.