Thanks Steve, it solved the problem!

nathan binkert wrote:
>> OK, I think I see what the problem might be.  In
>> src/cpu/memtest/SConscript, we have:
>>
>> if 'O3CPU' in env['CPU_MODELS']:
>>    SimObject('MemTest.py')
>>
>> So basically the MemTest object only gets compiled in if the O3CPU is
>> configured... that doesn't make any sense to me.  I'm guessing it's
>> just a historical thing, where it never should have been set up that
>> way but we never noticed before.  hg says it's Nate's fault, so I'll
>> let him clarify.
> That was probably just a mistranslation of something that existed earlier.
> 
>> Somayeh, I think just taking out that 'if' and making everything in
>> that SConscript file unconditional could easily solve your problem.
> Yeah, I think that should be the right solution and it should be committed.
> 
>   Nate
> _______________________________________________
> m5-dev mailing list
> m5-dev@m5sim.org
> http://m5sim.org/mailman/listinfo/m5-dev

_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to