We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3ec3e commit a760cb1Copy full SHA for a760cb1
build-gem5
@@ -28,6 +28,8 @@ else:
28
os.makedirs(binaries_dir, exist_ok=True)
29
os.makedirs(disks_dir, exist_ok=True)
30
if not os.path.exists(os.path.join(common.gem5_src_dir, '.git')):
31
+ if common.gem5_src_dir == common.gem5_default_src_dir:
32
+ raise Exception('gem5 submodule not checked out')
33
subprocess.check_call([
34
'git',
35
'-C', common.gem5_default_src_dir,
0 commit comments