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...
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: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...