Hello everyone I am actually trying to run spalsh2 with mipson SE mode . In ordered to do i start by a hello.c wich contains only one printf, i cross compiled with mipsel-linux-gnu-gcc but it doesn't work and i don't know how to resolve the problem, here's what i got :
~/gem5-stable$ ./build/MIPS/gem5.opt --outdir=DIR configs/example/se.py --cpu-type="detailed" --caches --l2cache --l1i_size=16kB --l1d_size=16kB --l1d_assoc=4 --l1i_assoc=4 --l2_size=256kB --l2_assoc=16 --cacheline_size=64 --mem-type=SimpleMemory --cmd=tests/Ownprogs/MIPS/hello gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. gem5 compiled May 28 2015 12:43:05 gem5 started May 29 2015 11:39:11 gem5 executing on ens-ssilo-0221 command line: ./build/MIPS/gem5.opt --outdir=DIR configs/example/se.py --cpu-type=detailed --caches --l2cache --l1i_size=16kB --l1d_size=16kB --l1d_assoc=4 --l1i_assoc=4 --l2_size=256kB --l2_assoc=16 --cacheline_size=64 --mem-type=SimpleMemory --cmd=tests/Ownprogs/MIPS/hello Global frequency set at 1000000000000 ticks per second 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 **** REAL SIMULATION **** info: Entering event queue @ 0. Starting simulation... info: Increasing stack size by one page. gem5.opt: build/MIPS/cpu/o3/cpu.cc:870: void FullO3CPU<Impl>::removeThread(ThreadID) [with Impl = O3CPUImpl; ThreadID = short int]: Assertion `iew.ldstQueue.getCount(tid) == 0' failed. Program aborted at tick 5386000 Abandon Please can anyone tells me what's is wrong ? or what am i did wrong ? Thanks to you -- *Cordialement* ************************************************** * ASNGAR DJELAR ESPERANCE* Master 2 Génie Electrique Informatique Industrielle 56100 Lorient Tel:0664117963 [email protected] ************************************************ _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
