Gem5 is now linked against fail (not fully working)

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1466 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
friemel
2012-08-01 16:40:16 +00:00
parent ac199248a3
commit c30011fc01
8 changed files with 78 additions and 5 deletions

View File

@ -6,4 +6,11 @@ if env['TARGET_ISA'] == 'no':
env.Append(CPPPATH=Dir('../../../../../src/core/'))
env.Append(CPPPATH=Dir('../../../../../build/src/core/'))
Source('faildev.cc')
env.Append(LIBPATH=Dir('../../../../../build/lib/'))
#env.Append(LIBS=['fail', 'sal', 'comm', 'cpn', 'efw', 'util', 'pthread'])
env.Append(LIBS=['fail'])
SimObject('FailGem5Device.py')
Source('FailGem5Device.cc')
DebugFlag('Fail')