Hello Everyone,
I am trying to compile ESESC and run a sample test. I am following the blog at
this link. How ever, when I run the ESESC with default parameter in debug mode using following line
../main/esesc <crafty.input
I get following output (core dumped). Please note I have not changed the esesc.conf file.
---------------------------------------------------------------
I: cpusimu size [4]
Added: MemBus(0)
Added: L3(0)
Added: L2(0)
Added: IL1(0)
Added: STLB(0)
Added: ITLB(0)
Added: DL1(0)
Added: PTLB(0)
Added: L2(1)
Added: IL1(1)
Added: ITLB(1)
Added: DL1(1)
Added: PTLB(1)
Added: L2(2)
Added: IL1(2)
Added: ITLB(2)
Added: DL1(2)
Added: PTLB(2)
Added: L2(3)
Added: IL1(3)
Added: ITLB(3)
Added: DL1(3)
Added: PTLB(3)
I: cpuemul size [4]
Power calculations disabled
STARTING QEMU ......
QEMUReader: Initializing qemu...
Starting qemu with
arg[0] is: qemu
Segmentation fault (core dumped)
--------------------------------------------------------------
Can anyone please guide me how to solve the problem.
Thanks a lot in advance.