[gem5-users] how to Run spec cpu 2006 on gem5-Fs

2020-03-02 Thread FARIDEH ZIAEE
Hi, I need to run spec cpu 2006 on gem5-Fs mode but I don't know how to run it. also ,according to site"" https://yulistic.gitlab.io/2016/05/gem5-make-a-new-boot-image/""; I make a new boot image : d if=/dev/zero of=ubuntu.img bs=1M count=12288 ls -alh fdisk -l ubuntu.img sudo fdisk u

Re: [gem5-users] how to Run spec cpu 2006 on gem5-Fs

2020-03-02 Thread Abhishek Singh
Hi, Follow this https://gem5art.readthedocs.io/en/latest/ On Mon, Mar 2, 2020 at 12:50 PM FARIDEH ZIAEE wrote: > Hi, > I need to run spec cpu 2006 on gem5-Fs mode but I don't know how to run it. > also ,according to site"" > https://yulistic.gitlab.io/2016/05/gem5-make-a-new-boot-image/""; I m

Re: [gem5-users] how to Run spec cpu 2006 on gem5-Fs

2020-03-02 Thread Ciro Santilli
One Buildroot option: - https://cirosantilli.com/linux-kernel-module-cheat/#gem5-buildroot-setup-getting-started - https://cirosantilli.com/linux-kernel-module-cheat/#add-new-files-to-the-buildroot-image On Mon, Mar 2, 2020 at 5:50 PM FARIDEH ZIAEE wrote: > > Hi, > I need to run spec cpu 2006

Re: [gem5-users] how to Run spec cpu 2006 on gem5-Fs

2020-03-03 Thread Dimitrios Chasapis
Hi, If I understand your commands properly, I think you compile spec for x86_64 but your image is for the arm architecture.  You need to compile spec for arm as well.  You can try cross-compiling, using qemu to chroot to an arm linux image and compile spec from there or take a look at the lin