Hi, Has anyone run bbench successfully on the latest version of gem5? I'm using gem5 21.0 with the following command line:
build/ARM/gem5.opt configs/example/fs.py --cpu-type=AtomicSimpleCPU -b bbench-ics --script=./configs/boot/bbench-ics.rcS --machine-type=VExpress_EMM --kernel=vmlinux.smp.mouse.arm --disk=ARMv7a-ICS-Android.SMP.nolock.img --bootloader=$M5_PATH/binaries/boot.arm But this gives the error: build/ARM/mem/xbar.cc:426: fatal: system.iobus has two ports responding within range [0:0x4]: system.realview.cf_ctrl.pio system.realview.cf_ctrl.pio It seems that the original working machine type for this is RealView_PBX, which was removed some years ago. And other more updated machine types like VExpress_GEM5xxx don't seem to work for Android either. Does anyone have any ideas of fixing this or if I missed some other configurations? Any help is really appreciated. -- Regards, Ryan
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org