Merge changes I7f48460e,I1f7fbdaf

* changes:
  gem5 startup script: revisited fs.py to get rid of ARM linux images
  doc/how-to-build: dependency libmysqlclient-dev
This commit is contained in:
Adrian Böckenkamp
2013-08-21 13:35:43 +02:00
committed by Gerrit Code Review
3 changed files with 192 additions and 0 deletions

6
scripts/run-gem5.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
#
# - needs to be called from within your build directory (i.e., $FAIL/build/)
# - expects 1 argument: path to experiment target (any location is possible)
../simulators/gem5/build/ARM/gem5.debug ../simulators/gem5/configs/example/fail_fs.py --kernel "$1"