port bisect-linux-boot-gem5 and zip-img

fix m5 build and a bunch other things
This commit is contained in:
Ciro Santilli
2018-09-08 23:20:08 +01:00
parent dd7614cbce
commit 58de3f7243
10 changed files with 147 additions and 121 deletions

View File

@@ -2,6 +2,7 @@
import imp
import os
import sys
import common
rungdb = imp.load_source('rungdb', os.path.join(common.root_dir, 'rungdb'))
@@ -31,4 +32,4 @@ extra_args['before'] = '-ex \"add-symbol-file {} {}\"'.format(args.executable, h
# TODO understand better.
# Also, lx-symbols overrides the add-symbol-file commands.
extra_args['no_lxsymbols'] = True
rungdb.main(args, extra_args)
sys.exit(rungdb.main(args, extra_args))