SimpleSSD / SimpleSSD-FullSystem

Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations
BSD 3-Clause "New" or "Revised" License
88 stars 46 forks source link

Error when building SimpleSSD inside an LXC container #7

Closed galmusaddar closed 5 years ago

galmusaddar commented 5 years ago

Running Environment

Execution information

Building SimpleSSD inside LXC container produces the error...

Problem

I'm building SimpleSSD inside an LXC container and when running the scons command I get the following error:

OSError: [Errno 2] No such file or directory: File "/home/XXXX/simplessd-fullsystem/SConstruct", line 948: ret = subprocess.Popen(cmdline, cwd=workdir).wait() File "/usr/lib/python2.7/subprocess.py", line 394: errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1047: raise child_exception

I'm wondering about the reason behind this error and if there is an approach to work around it?

PS: I built gem5 inside the same container successfully...

galmusaddar commented 5 years ago

Although the error is kind of confusing at least for me: Make sure cmake is installed!!!