无法运行 gem5

无法运行 gem5

我的命令控制台上一直显示此消息

"scons: *** No SConstruct file found.
File "/usr/local/lib/scons-2.4.1/SCons/Script/Main.py", line 923, in _main"

当我scons build/ARM/gem5.opt在我的 ubuntu 操作系统上输入此命令时。

答案1

取决于你的 Python 版本:

sudo apt-get install python3-construct

或者

sudo apt-get install python-construct

或者使用pip

sudo pip install construct

相关内容