Hi Liyichao, Currently, the spec-2017 image only works with X86.
Regards, Hoa Nguyen On 5/20/21, Liyichao <[email protected]> wrote: > Hi Hoa: > Is the spec-2017 img just for X86? > > Does it support for AARCH64?Does it support for running with KVM+O3? > > > -----邮件原件----- > 发件人: Hoa Nguyen via gem5-users [mailto:[email protected]] > 发送时间: 2021年5月19日 19:09 > 收件人: gem5 users mailing list <[email protected]> > 抄送: Hoa Nguyen <[email protected]> > 主题: [gem5-users] Re: SPEC2017 in FS mode > > Hi Victor, > > I'm not sure what caused the errors of building the spec benchmarks. > > Also, I'm not sure how to prevent the vm from being closed after the builds > fail. However, there are a few steps can be done to exterminate the disk > image after the builds fail: > - In the file src/spec-2017/disk-image/spec-2017/install-spec2017.sh, > the last line "rm -f /home/gem5/spec2017/result/*" should be removed to keep > the log generated by spec during benchmark compilation time. > - When running packer, you can run "./packer build -on-error=abort > spec-2017/spec-2017.json" to keep the disk image if the disk image building > process fails. > - After that, you can mount the disk image and check the log file generated > by spec. > > packer fails due to "output directory already exists". In this case, you'll > need to remove the "spec-2017/spec-2017-image" folder before starting packer > again. > > Regards, > Hoa Nguyen > > On 5/17/21, Victor Kariofillis via gem5-users <[email protected]> wrote: >> Hi, >> >> I've tried running the SPEC2017 benchmarks in FS mode of gem5 using >> the instructions/files provided by the gem5 resources page. >> >> https://gem5.googlesource.com/public/gem5-resources/+/refs/heads/stabl >> e/src/spec-2017 >> >> I've also followed the step by step instructions in the git repo for >> gem5-art. >> >> https://github.com/darchr/gem5art-experiments/blob/master/README.md >> >> Everything works as intended until the benchmarks are supposed to be >> built. >> All of them fail with one of the two following errors: >> >> 1) Error with make! >> 2) Error with fdo_make_pass1! >> >> First of all, why is this happening? Secondly, the vm closes after the >> builds fail. I don't have the opportunity to check the make.out files >> that have more information about the errors. Is there a way to prevent >> the connection from closing or reopening it again? Running it again >> with packer fails due to the directory existing already. >> >> I'd appreciate any help, >> Victor >> > _______________________________________________ > gem5-users mailing list -- [email protected] To unsubscribe send an email > to [email protected] > %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s > _______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
